

The output of exiftool for example.pdf covers the output of pdfinfo. Warning : Ignored duplicate Info dictionary Title : Introduction to Programming Languagesĭocument ID : uuid:e5db80e2-4fef-4596-b7a4-bcc15ba1a0da Web Statement : Producer : Acrobat Distiller 7.0.5 (Windows) The poppler-util Debian/Ubuntu/Mint Linux package contains command line utilities (based on Poppler) for getting. Use the apt-get command or apt command as follows to install the pdfinfo.
#Pdfinfo inside unix shell pdf
Let’s use exiftool to examine example.pdf: $ exiftool example.pdfįile Modification Date/Time : 2022:10:07 10:15:34+03:00įile Access Date/Time : 2022:12:01 08:28:07+03:00įile Inode Change Date/Time : 2022:10:07 10:15:34+03:00 pdfinfo foo bar.pdf handing it two separate filenames, 'foo' and 'bar.pdf'. Installing pdfinfo to find out PDF file information. It can also be used for PDF documents.Įxif in its name stands for Exchangeable Image File Format.Įxiftool comes installed with the perl-Image-ExifTool package. It supports many image, audio and video file types. This unit corresponds to a PostScript point. Since we passed 2 for the -f option and 3 for the -l option as arguments, pdfinfo printed the page information for these pages. The -f option specifies the first page to examine, while the -l option specifies the last page to examine.

Producer: Acrobat Distiller 7.0.5 (Windows)ĬreationDate: Mon Feb 4 10:16:29 2013 EST Title: Introduction to Programming Languages If we want to see the page information of other pages, we can use the -f and -l options: $ pdfinfo –f 2 –l 3 example.pdf pdfinfo just prints the information of the first page by default if it’s called without any options. The page size and page rotation in the output of pdfinfo belongs to the first page.
