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.
- Sources inherited from project SUSE:SLE-15-SP3:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dirkmueller:acdc:as_python3_module/qpdf && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
qpdf-10.2.0.tar.gz | 0018816798 17.9 MB | |
qpdf-10.2.0.tar.gz.asc | 0000000833 833 Bytes | |
qpdf.changes | 0000021585 21.1 KB | |
qpdf.keyring | 0000011028 10.8 KB | |
qpdf.spec | 0000003861 3.77 KB |
Revision 2 (latest revision is 4)
Gustavo Yokoyama Ribeiro (gyribeiro)
committed
(revision 2)
- Update to version 10.2.0 * See http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes for the complete changelog. - Update to version 10.1.0 * See http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes for the complete changelog. - Update to version 10.0.4 * Fix a handful of integer overflows. - Update to version 10.0.3 * Fixes a regression introduced in 10.0.2 - Update to version 10.0.2 * Bug fixes and performance improvements * See http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes for a complete changelog. - Update to version 10.0.1 * Fixes a regression in QPDFObjectHandle::getStreamData - Update to version 10.0.0 * Several internal optimizations * OpenSSL support as alternative crypto provider * Bug fixes * See http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes for the complete changelog. - Add BR on pkgconfig(openssl) to add support for OpenSSL crypto provider and enable with --enable-crypto-openssl.
Comments 0