Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-05 | Documentation note | Jay Berkenbilt | |
2019-01-05 | Update documentation for new features | Jay Berkenbilt | |
2019-01-05 | Spell check | Jay Berkenbilt | |
2018-12-23 | Support zsh completion | Jay Berkenbilt | |
2018-12-23 | Add page position information to json | Jay Berkenbilt | |
2018-12-23 | Document new and missing command-line options | Jay Berkenbilt | |
2018-12-22 | Document json support | Jay Berkenbilt | |
2018-12-18 | Preserve page labels (numbers) when splitting and merging | Jay Berkenbilt | |
2018-08-18 | Prepare 8.2.1 releaserelease-qpdf-8.2.1 | Jay Berkenbilt | |
2018-08-16 | Prepare 8.2.0 releaserelease-qpdf-8.2.0 | Jay Berkenbilt | |
2018-08-16 | Update documentation for 8.2.0 | Jay Berkenbilt | |
2018-06-23 | Prepare 8.1.0 releaserelease-qpdf-8.1.0 | Jay Berkenbilt | |
2018-06-22 | Don't prune resource dictionaries on errors or by request | Jay Berkenbilt | |
If we are unable to filter a page's content streams, don't attempt to remove objects from the page's resource dictionary. Also provide a command line option to suppress resource removal in case we ever need this as a workaround for some bug or broken PDF files. | |||
2018-06-21 | Make page range optional in --rotate (fixes #211) | Jay Berkenbilt | |
2018-06-21 | Add information about helper classes to the documentation | Jay Berkenbilt | |
2018-05-05 | doc: point out use of @filename for specifying password (fixes #198) | Jay Berkenbilt | |
2018-03-06 | Prepare 8.0.2 releaserelease-qpdf-8.0.2 | Jay Berkenbilt | |
2018-03-04 | Prepare 8.0.1 releaserelease-qpdf-8.0.1 | Jay Berkenbilt | |
2018-03-04 | Typo | Jay Berkenbilt | |
2018-03-04 | Support "r" in page ranges (fixes #155) | Jay Berkenbilt | |
2018-03-02 | Update website for Žarko Gajić | Jay Berkenbilt | |
2018-02-25 | Release 8.0.0release-qpdf-8.0.0 | Jay Berkenbilt | |
2018-02-25 | 8.0.rc3release-qpdf-8.0.rc3 | Jay Berkenbilt | |
2018-02-25 | 8.0.rc2release-qpdf-8.0.rc2 | Jay Berkenbilt | |
2018-02-25 | Update version to 8.0.rc1release-qpdf-8.0.rc1 | Jay Berkenbilt | |
This is for testing the release process, particularly as it pertains to AppImage creation. | |||
2018-02-22 | Add release notes for qpdf 8.0.0 | Jay Berkenbilt | |
2018-02-21 | Bump version number and soname | Jay Berkenbilt | |
Bump to an alpha release. This version is not being widely released but is being used to push the new shared library version through the debian packaging system and to test out github releases. | |||
2018-02-21 | Document new command-line flags | Jay Berkenbilt | |
2018-02-21 | Describe content normalization edge cases in manual | Jay Berkenbilt | |
2018-02-05 | Prepare 7.1.1 releaserelease-qpdf-7.1.1 | Jay Berkenbilt | |
2018-01-15 | Update version numbers for 7.1.0release-qpdf-7.1.0 | Jay Berkenbilt | |
2018-01-15 | Update manual for 7.1.0 | Jay Berkenbilt | |
2018-01-14 | Update copyright to 2018 | Jay Berkenbilt | |
2017-12-26 | Clarify documentation of advanced parsing options | Jay Berkenbilt | |
2017-09-16 | Prepare 7.0.0 releaserelease-qpdf-7.0.0 | Jay Berkenbilt | |
2017-09-14 | Additionally license under Apache License version 2.0 | Jay Berkenbilt | |
The Apache License version 2.0 is now the primary license for qpdf. However, users may, at their option, continue to use Artistic version 2.0. | |||
2017-08-22 | Bump soname to 18 and version to 7.0.b1release-qpdf-7.0.b1 | Jay Berkenbilt | |
2017-08-22 | Update references to README files | Jay Berkenbilt | |
Most of the README files have been renamed. Refer to the new names. | |||
2017-08-22 | Update copyright to 2017 | Jay Berkenbilt | |
2017-08-21 | Precheck streams by default | Jay Berkenbilt | |
There is no need for a --precheck-streams option. We can do the precheck without imposing any penalty, only re-encoding the stream if it fails the first time. | |||
2017-08-21 | Enable finer grained control of stream decoding | Jay Berkenbilt | |
This commit adds several API methods that enable control over which types of filters QPDF will attempt to decode. It also adds support for /RunLengthDecode and /DCTDecode filters for both encoding and decoding. | |||
2017-08-21 | Add libjpeg dependency | Jay Berkenbilt | |
2017-08-13 | Add page rotation (fixes #132) | Jay Berkenbilt | |
2017-08-12 | Add --verbose flag | Jay Berkenbilt | |
2017-08-12 | Change --single-pages to --split-pages | Jay Berkenbilt | |
This is in preparation for implementing page groups. | |||
2017-08-12 | Fix --newline-before-endstream option (fixes #133) | Jay Berkenbilt | |
Add a newline unconditionally before endstream even if a newline was already written as part of the stream data. | |||
2017-08-11 | Remove PCRE | Jay Berkenbilt | |
2017-08-05 | Add --split-pages option (fixes #30) | Jay Berkenbilt | |
2017-08-05 | Fix doc typo | Jay Berkenbilt | |
2017-07-31 | Fix doc typo | Jay Berkenbilt | |