Command-line tools and library for transforming PDF files
QPDF is a 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 offers many capabilities such as linearization (web
optimization), encrypt, and decryption of PDF files. Note that QPDF
does not have the capability to create PDF files from scratch; it is
only used to create PDF files with special characteristics starting
from other PDF files or to inspect or extract information from
existing PDF files.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2/qpdf && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
qpdf-8.0.0.tar.gz | 0007947253 7.58 MB | |
qpdf-8.0.0.tar.gz.asc | 0000000801 801 Bytes | |
qpdf.changes | 0000011466 11.2 KB | |
qpdf.keyring | 0000011028 10.8 KB | |
qpdf.spec | 0000003445 3.36 KB |
Revision 10 (latest revision is 34)
Yuchen Lin (maxlin_factory)
accepted
request 581650
from
Ismail Dönmez (namtrac)
(revision 10)
- Update to version 8.0.0 * QPDFObjectHandle::getUTF8Val now properly treats non-Unicode strings as encoded with PDF Doc Encoding. * Add the option --coalesce-contents can be used to combine content streams of a page whose contents are an array of streams into a single stream. * Add function qpdf_check_pdf to the C API. This function does basic checking that is a subset of what qpdf --check performs. * Major enhancements to the lexical layer of qpdf. For a complete list of enhancements, please refer to the ChangeLog file. * New API for working with PDF content streams at a lexical level. The new class QPDFObjectHandle::TokenFilter allows the developer to provide token handlers. - Update to version 7.1.1 * Fix one linearization bug affecting files whose first /ID component is not 16 bytes long * Fix some build issues - Add signature and keyring
Comments 0