Skip to main content

Portable Document Format (PDF) file information viewer.

# To print PDF file information:
pdfinfo <path/to/file.pdf>

# To specify user password for PDF file to bypass security restrictions:
pdfinfo -upw <password> <path/to/file.pdf>

# To specify owner password for PDF file to bypass security restrictions:
pdfinfo -opw <password> <path/to/file.pdf>