2021-01-22 21:46:40 +00:00
|
|
|
# mupdf
|
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
> A lightweight PDF, XPS, and E-book viewer.
|
2021-01-22 21:46:40 +00:00
|
|
|
> More information: <https://www.mupdf.com>.
|
|
|
|
|
|
|
|
- Open a PDF on the first page:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`mupdf {{path/to/file}}`
|
2021-01-22 21:46:40 +00:00
|
|
|
|
|
|
|
- Open a PDF on page 3:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`mupdf {{path/to/file}} {{3}}`
|
2021-01-22 21:46:40 +00:00
|
|
|
|
|
|
|
- Open a password secured PDF:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`mupdf -p {{password}} {{path/to/file}}`
|
2021-01-22 21:46:40 +00:00
|
|
|
|
|
|
|
- Open a PDF with an initial zoom level, specified as DPI, of 72:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`mupdf -r {{72}} {{path/to/file}}`
|
2021-01-22 21:46:40 +00:00
|
|
|
|
|
|
|
- Open a PDF with inverted color:
|
|
|
|
|
2022-12-06 06:47:56 +00:00
|
|
|
`mupdf -I {{path/to/file}}`
|
2021-01-22 21:46:40 +00:00
|
|
|
|
|
|
|
- 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}}`
|