1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pdfinfo.md
2020-09-12 21:05:19 +01:00

16 lines
442 B
Markdown

# pdfinfo
> Portable Document Format (PDF) file information viewer.
> More information: <https://www.xpdfreader.com/pdfinfo-man.html>.
- Print PDF file information:
`pdfinfo {{path/to/file.pdf}}`
- Specify user password for PDF file to bypass security restrictions:
`pdfinfo -upw {{password}} {{path/to/file.pdf}}`
- Specify owner password for PDF file to bypass security restrictions:
`pdfinfo -opw {{password}} {{path/to/file.pdf}}`