fix-qdf

tools for and transforming and inspecting PDF files

Install

All systems
curl cmd.cat/fix-qdf.sh
Debian Debian
apt-get install qpdf
Ubuntu
apt-get install qpdf
Alpine
apk add qpdf
Arch Arch Linux
pacman -S qpdf
image/svg+xml Kali Linux
apt-get install qpdf
CentOS
yum install qpdf
Fedora
dnf install qpdf
Windows (WSL2)
sudo apt-get update sudo apt-get install qpdf
OS X
brew install qpdf
Raspbian
apt-get install qpdf
Docker
docker run cmd.cat/fix-qdf fix-qdf powered by Commando

qpdf

tools for and transforming and inspecting PDF files

QPDF is a program that can be used to linearize (web-optimize), encrypt (password-protect), decrypt, and inspect PDF files from the command-line. It does these and other structural, content-preserving transformations on PDF files, reading a PDF file as input and creating a new one as output. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work. QPDF understands PDF files that use compressed object streams (supported by newer PDF applications) and can convert such files into those that can be read with older viewers. It can also be used for checking PDF files for structural errors, inspecting stream contents, or extracting objects from PDF files. QPDF is not PDF content creation or viewing software -- it does not have the capability to create PDF files from scratch or to display PDF files. This package includes the command-line qpdf tools. It also contains the documentation.