mupdf
A lightweight PDF, XPS, and E-book viewer. More information: <https://www.mupdf.com>.
Install
- All systems
-
curl cmd.cat/mupdf.sh
- Debian
-
apt-get install mupdf - Ubuntu
-
apt-get install mupdf -
Alpine
-
apk add mupdf - Arch Linux
-
pacman -S mupdf - Kali Linux
-
apt-get install mupdf - Fedora
-
dnf install mupdf - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mupdf - OS X
-
brew install mupdf - Raspbian
-
apt-get install mupdf - Docker
-
docker run cmd.cat/mupdf mupdfpowered by Commando
A lightweight PDF, XPS, and E-book viewer. More information: <https://www.mupdf.com>.
-
Open a PDF on the first page:
mupdf path/to/file -
Open a PDF on page 3:
mupdf path/to/file 3 -
Open a password secured PDF:
mupdf -p password path/to/file -
Open a PDF with an initial zoom level, specified as DPI, of 72:
mupdf -r 72 path/to/file -
Open a PDF with inverted color:
mupdf -I path/to/file -
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
© tl;dr; authors and contributors