I need to be able to reliably count the number of pages in multi-page PDF and TIFF files. What seemed like a trivial task is turning into something much more difficult. I saw a thread from a couple years ago here - but I need something for handling very large PDF files that can run all day long without restarting.
For the time being, I'm using a solution from that same thread - running pdfinfo.exe > result.txt and parsing the resulting text file in my VFP app. I don't like this solution, and am thinking maybe an ActiveX control or something might be better!?
One key issue is that this is a network app with multiple PC clients - and I can't install a COM DLL on each PC. Nor can I purchase Acrobat for each PC.
For the time being, I'm using a solution from that same thread - running pdfinfo.exe > result.txt and parsing the resulting text file in my VFP app. I don't like this solution, and am thinking maybe an ActiveX control or something might be better!?
One key issue is that this is a network app with multiple PC clients - and I can't install a COM DLL on each PC. Nor can I purchase Acrobat for each PC.