          MODULE=qpdf
         VERSION=12.2.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/qpdf/qpdf/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:2d004611699a94030a594318393f08a7352ab1cf3cee337c5312d4e7eb7f8a4f
        WEB_SITE=https://qpdf.sourceforge.io
         ENTERED=20130202
         UPDATED=20250828
           SHORT="Structural, content-preserving transformations on PDF files"

cat << EOF
QPDF is a command-line program that does structural, content-preserving
transformations on PDF files. It could have been called something like
pdf-to-pdf. 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 is capable of creating linearized (also known as web-optimized) files
and encrypted files. It is also capable of converting PDF files with object
streams (also known as compressed objects) to files with no compressed objects
or to generate object streams from files that don't have them (or even those
that already do). QPDF also supports a special mode designed to allow you to
edit the content of PDF files in a text editor.
EOF
