QPDF

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
QPDF
Original author(s) Jay Berkenbilt
Initial release April 26, 2008 (2008-04-26)
Stable release 6.0.0 / November 10, 2015; 8 years ago (2015-11-10)
Development status Active
Written in C++
Operating system Multiplatform
Type PDF software
License Artistic License
Website qpdf.sourceforge.net

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 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.

The QPDF library also makes it possible for you to create PDF files from scratch. In this mode, you are responsible for supplying all the contents of the file, while the QPDF library takes care of all the syntactical representation of the objects, creation of cross references tables and, if you use them, object streams, encryption, linearization, and other syntactic details.

External links