/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
METHOD 1 ImageMagick: identify -density 12 -format "%p" image.pdf METHOD 2 http://www.setasign.de/products/pdf-php-solutions/fpdi/demos/thumbnails/ METHOD 3 function count_pages($pdfname) { return $num; }