xpdf
Portable Document Format (PDF) file viewer. More information: <https://www.xpdfreader.com/xpdf-man.html>.
Install
- All systems
-
curl cmd.cat/xpdf.sh
- Debian
-
apt-get install xpdf
- Ubuntu
-
apt-get install xpdf
- Alpine
-
apk add xpdf
- Arch Linux
-
pacman -S xpdf
- Kali Linux
-
apt-get install xpdf
- Fedora
-
dnf install xpdf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xpdf
- OS X
-
brew install xpdf
- Raspbian
-
apt-get install xpdf
- Dockerfile
- dockerfile.run/xpdf
- Docker
-
docker run cmd.cat/xpdf xpdf
powered by Commando
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
© tl;dr; authors and contributors