QPDF
QPDF is a free command-line program that can convert one PDF file to another equivalent PDF file. It is capable of performing a variety of transformations such as linearization (also known as web optimization or fast web viewing), encryption, and decryption of PDF files. It also has many options for inspecting or checking PDF files, some of which are useful primarily to PDF developers. QPDF includes support for rotating, merging and splitting PDFs through the ability to copy objects from one PDF file into another and to manipulate the list of pages in a PDF file.
Original author(s) | Jay Berkenbilt |
---|---|
Initial release | April 26, 2008 |
Stable release | 9.1.1
/ January 26, 2020[1] |
Repository | |
Written in | C++ |
Operating system | Multiplatform |
Type | PDF software |
License | Apache License Version 2.0 |
Website | qpdf.sourceforge.net |
The QPDF library also makes it possible to create PDF files from scratch. In this mode, the user is responsible for supplying all the contents of the file, while the QPDF library takes care of the syntactical representation of the objects, creation of cross references tables and, optionally, object streams, encryption, linearization, and other syntactic details.
References
- "Releases - qpdf/qpdf". Retrieved 27 January 2020 – via GitHub.
External links
- Official website
- TQPDF a Delphi wrapper for the QPDF Library