Count pages in PDF
If using Linux, this is much faster than using identify to get the page count (especially with a high number of pages):
exec('/usr/bin/pdfinfo '.$tmpfname.' | awk \'/Pages/ {print $2}\'', $output);
You do need pdfinfo installed.
Written by Stephan Groen
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#