Examples (7)
Open a PDF on the first page
mupdf path/to/fileOpen a PDF on page 3
mupdf path/to/file 3Open a password secured PDF
mupdf -p password path/to/fileOpen a PDF with an initial zoom level, specified as DPI, of 72
mupdf -r 72 path/to/fileOpen a PDF with inverted color
mupdf -I path/to/fileOpen a PDF tinted red #FF0000 (hexadecimal color syntax RRGGBB)
mupdf -C FF0000Open a PDF without anti-aliasing (0 = off, 8 = best)
mupdf -A 0made by @shridhargupta | data from tldr-pages