mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
mupdf: add page (#5168)
* mupdf: add page * Removed whitespace * Added link brackets * Apply suggestions from code review Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Rename pages/linux/mupdf.md to pages/common/mupdf.md * Update pages/common/mupdf.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/mupdf.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
parent
fab3ebc72a
commit
519380ae8f
1 changed files with 32 additions and 0 deletions
32
pages/common/mupdf.md
Normal file
32
pages/common/mupdf.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# mupdf
|
||||
|
||||
> MuPDF is a lightweight PDF, XPS, and E-book viewer.
|
||||
> More information: <https://www.mupdf.com>.
|
||||
|
||||
- Open a PDF on the first page:
|
||||
|
||||
`mupdf {{filename}}`
|
||||
|
||||
- Open a PDF on page 3:
|
||||
|
||||
`mupdf {{filename}} {{3}}`
|
||||
|
||||
- Open a password secured PDF:
|
||||
|
||||
`mupdf -p {{password}} {{filename}}`
|
||||
|
||||
- Open a PDF with an initial zoom level, specified as DPI, of 72:
|
||||
|
||||
`mupdf -r {{72}} {{filename}}`
|
||||
|
||||
- Open a PDF with inverted color:
|
||||
|
||||
`mupdf -I {{filename}}`
|
||||
|
||||
- Open a PDF tinted red #FF0000 (hexadecimal color syntax RRGGBB):
|
||||
|
||||
`mupdf -C {{FF0000}}`
|
||||
|
||||
- Open a PDF without anti-aliasing (0 = off, 8 = best):
|
||||
|
||||
`mupdf -A {{0}}`
|
Loading…
Add table
Reference in a new issue