1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

pdfinfo: add page (#4329)

This commit is contained in:
Sahil Dhiman 2020-09-12 20:05:19 +00:00 committed by GitHub
parent f145e33a33
commit 7ff0a69be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/pdfinfo.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`