my3cents Posted September 10, 2014 Share Posted September 10, 2014 I need to get the page count of a multi-tiff and pdf file using php. I've looked into imagick but i'm having a hard time getting it to work. i'm using windows 2k3 iis, and php 5.2.8. Any suggestions? Thanks. Link to comment https://forums.phpfreaks.com/topic/290963-how-to-get-the-page-count-of-a-tiff-and-pdf-file/ Share on other sites More sharing options...
QuickOldCar Posted September 10, 2014 Share Posted September 10, 2014 Using ImageMagick identify (for multi-tiff, pdf is a lot slower with this) Using packages xpdf-utils/xpdf-tools or poppler/poppler-utils/poppler-tools pdfinfo (for pdf and lots faster) Link to comment https://forums.phpfreaks.com/topic/290963-how-to-get-the-page-count-of-a-tiff-and-pdf-file/#findComment-1490629 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.