mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 18:59:06 +00:00
Update cheatsheets
This commit is contained in:
21
pdfinfo
Normal file
21
pdfinfo
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user