| What can I do with pdfinfo ? |
|
|
|
| Wednesday, 05 July 2006 | |
|
Pdfinfo is mostly installed on Linux. For Windows you can get it from foolabs.com. Pdfinfo simply prints the Information stored in the PDF Info Dictionary like this: Producer: Acrobat Distiller 4.0.5 for Macintosh You can use it to convert PDF documents page by page with the Ghostscript argument -dFirstPage and -dLastPage. Because Ghostscript doesn`t have a command line argument for getting the pagecount of a file, you can use pdfinfo for that. Simply programmatically use the last Number from line 16 from the output of pdfinfo.. |
| < Prev | Next > |
|---|