QPDF
| QPDF | |
|---|---|
| File:QPDF.svg | |
| Original author | Jay Berkenbilt |
| Initial release | April 26, 2008 |
| Repository |
|
| Written in | C++ |
| Engine | |
| Operating system | Multiplatform |
| Type | PDF software |
| License | Apache-2.0 |
| Website | qpdf.sourceforge.io |
QPDF is a software library and a free command-line program that can convert one PDF file to another equivalent PDF file. It is capable of performing transformations such as linearization (also known as web optimization or fast web viewing), encryption, and decryption of PDF files.[1] It also has 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.[2] QPDF is not capable of converting PDF into other formats.[3][1]
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.
QPDF is written in C++.[3]
References
[edit | edit source]- ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
External links
[edit | edit source]Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
- Official website
- TQPDF Archived 2011-01-15 at the Wayback Machine a Delphi wrapper for the QPDF Library