mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
xpdf: add page (#4303)
This commit is contained in:
parent
db1cf06b84
commit
d685e341ed
1 changed files with 28 additions and 0 deletions
28
pages/common/xpdf.md
Normal file
28
pages/common/xpdf.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# xpdf
|
||||
|
||||
> Portable Document Format (PDF) file viewer.
|
||||
> More information: <https://www.xpdfreader.com/xpdf-man.html>.
|
||||
|
||||
- Open a PDF file:
|
||||
|
||||
`xpdf {{path/to/file.pdf}}`
|
||||
|
||||
- Open a specific page in a PDF file:
|
||||
|
||||
`xpdf {{path/to/file.pdf}} :{{page_number}}`
|
||||
|
||||
- Open a compressed PDF file:
|
||||
|
||||
`xpdf {{path/to/file.pdf.tar}}`
|
||||
|
||||
- Open a PDF file in fullscreen mode:
|
||||
|
||||
`xpdf -fullscreen {{path/to/file.pdf}}`
|
||||
|
||||
- Specify the initial zoom:
|
||||
|
||||
`xpdf -z {{75}}% {{path/to/file.pdf}}`
|
||||
|
||||
- Specify the initial zoom at page width or full page:
|
||||
|
||||
`xpdf -z {{page|width}} {{path/to/file.pdf}}`
|
Loading…
Add table
Reference in a new issue