Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-04 | Fix unused local variable warnings | Jay Berkenbilt | |
2013-03-04 | Remove all old-style casts from C++ code | Jay Berkenbilt | |
2013-02-23 | Bug fix: properly handle overridden compressed objects | Jay Berkenbilt | |
When caching objects in an object stream, only cache objects that still resolve to that stream. See Changelog mod from this commit for details. | |||
2013-01-20 | Set version to 4.1.a0 | Jay Berkenbilt | |
Next released version will be 4.1.0 since new APIs are being added. | |||
2013-01-17 | Prepare 4.0.1 releaserelease-qpdf-4.0.1 | Jay Berkenbilt | |
2013-01-03 | Set version number to 4.0.0+ | Jay Berkenbilt | |
2012-12-31 | Update versions for 4.0.0 releaserelease-qpdf-4.0.0 | Jay Berkenbilt | |
2012-12-31 | Fix spelling errors | Jay Berkenbilt | |
Fixed spelling errors in previously published commits and update spelling dictionary | |||
2012-12-31 | Support for encryption with /V=5 and /R=5 and /R=6 | Jay Berkenbilt | |
Read and write support is implemented for /V=5 with /R=5 as well as /R=6. /R=5 is the deprecated encryption method used by Acrobat IX. /R=6 is the encryption method used by PDF 2.0 from ISO 32000-2. | |||
2012-12-31 | Support files with only attachments encrypted | Jay Berkenbilt | |
Test cases added in a future commit since they depend on /R=6 support. | |||
2012-12-31 | Add ExtensionLevel support to version handling | Jay Berkenbilt | |
All version operations are now fully aware of extension levels. | |||
2012-12-31 | Eliminate flattenScalarReferences | Jay Berkenbilt | |
2012-12-25 | Improve memory safety of finding PDF header | Jay Berkenbilt | |
2012-12-25 | Find PDF header anywhere in the first 1024 bytes | Jay Berkenbilt | |
2012-11-20 | Ignore objects with offset 0 | Jay Berkenbilt | |
2012-09-23 | Allow reading from InputSource and writing to Pipeline | Jay Berkenbilt | |
Allowing users to subclass InputSource and Pipeline to read and write from/to arbitrary sources provides the maximum flexibility for users who want to read and write from other than files or memory. | |||
2012-09-23 | Indicate pre-release version | Jay Berkenbilt | |
2012-09-06 | Prepare 3.0.2 releaserelease-qpdf-3.0.2 | Jay Berkenbilt | |
2012-08-11 | Prepare 3.0.1 releaserelease-qpdf-3.0.1 | Jay Berkenbilt | |
2012-08-02 | Update version to 3.0.0release-qpdf-3.0.0 | Jay Berkenbilt | |
2012-07-29 | Update documentation and version numbers | Jay Berkenbilt | |
3.0.rc1 | |||
2012-07-21 | Implement QPDFObjectHandle::parse | Jay Berkenbilt | |
Move object parsing code from QPDF to QPDFObjectHandle and parameterize the parts of it that are specific to a QPDF object. Provide a version that can't handle indirect objects and that can be called on an arbitrary string. A side effect of this change is that the offset used when reporting invalid stream length has changed, but since the new value seems like a better value than the old one, the test suite has been updated rather than making the code backward compatible. This only effects the offset reported for invalid streams that lack /Length or have an invalid /Length key. Updated some test code and exmaples to use QPDFObjectHandle::parse. Supporting changes include adding a BufferInputSource constructor that takes a string. | |||
2012-07-21 | Move readToken from QPDF to QPDFTokenizer | Jay Berkenbilt | |
2012-07-21 | Refactor: pull *InputSource out of QPDF | Jay Berkenbilt | |
InputSource, FileInputSource, and BufferInputSource are now top-level classes instead of privately nested inside QPDF. | |||
2012-07-18 | Prevent seeking before beginning of BufferInputSource | Jay Berkenbilt | |
2012-07-11 | Support copying objects from another QPDF object | Jay Berkenbilt | |
This includes QPDF::copyForeignObject and supporting foreign objects as arguments to addPage*. | |||
2012-07-11 | Add concept of reserved objects | Jay Berkenbilt | |
QPDFObjectHandle::{new,is,assert}Reserved, QPDF::replaceReserved provide a mechanism to add objects to a PDF file when there are circular references. This is a prerequisite to copying objects from one PDF to another. | |||
2012-06-27 | Rework InputSource::readLine to make it much more efficient | Jay Berkenbilt | |
This rework makes xref reconstruction run much faster and use much less memory. | |||
2012-06-27 | Rename seek functions in QUtil | Jay Berkenbilt | |
2012-06-26 | Set version to 3.0.a0 | Jay Berkenbilt | |
2012-06-25 | Fix large file support for 32-bit Linux | Jay Berkenbilt | |
2012-06-24 | Fix and test support for files >= 4 GB | Jay Berkenbilt | |
2012-06-24 | Change QPDF_Integer from int to long long | Jay Berkenbilt | |
This makes it possible to store offsets that are larger than 2 GB in the trailer dictionary. | |||
2012-06-24 | Improve the FILE* version of QPDF::processFile | Jay Berkenbilt | |
2012-06-22 | Add factory methods for creating empty arrays and dictionaries. | Jay Berkenbilt | |
Also updated pdf_from_scratch test driver to use the new factories, and made some cosmetic improvements and documentation updates for the emptyPDF() method. | |||
2012-06-22 | Add QPDF::emptyPDF() and pdf_from_scratch test code | Jay Berkenbilt | |
2012-06-22 | Use qpdf_offset_t in place of off_t in public APIs. | Jay Berkenbilt | |
off_t is used internally only when needed to talk to standard libraries. This requires that the "long long" type be supported by the compiler. | |||
2012-06-21 | Split page handling APIs into a separate source file | Jay Berkenbilt | |
2012-06-21 | Added first version of pages API. | Tobias Hoffmann | |
2012-06-21 | Added method to clear pages cache. | Tobias Hoffmann | |
2012-06-21 | Add QPDF::processFile that takes an open FILE* | Jay Berkenbilt | |
2012-06-20 | ABI change: fix use of off_t, size_t, and integer types | Jay Berkenbilt | |
Significantly improve the code's use of off_t for file offsets, size_t for memory sizes, and integer types in cases where there has to be compatibility with external interfaces. Rework sections of the code that would have prevented qpdf from working on files larger than 2 (or maybe 4) GB in size. | |||
2011-12-28 | Update for 2.3.1release-qpdf-2.3.1 | Jay Berkenbilt | |
2011-12-28 | Don't declare any PCRE objects static. | Jay Berkenbilt | |
2011-08-11 | ready for 2.3.0 release | Jay Berkenbilt | |
2011-08-11 | enhance PointerHolder so that it can explicitly be told to use delete [] ↵ | Jay Berkenbilt | |
instead of delete, thus making it useful to run valgrind over qpdf during its test suite | |||
2011-08-10 | 2.3.a1 | Jay Berkenbilt | |
2011-08-10 | implement replace and swap | Jay Berkenbilt | |
2011-06-25 | 2.2.4 | Jay Berkenbilt | |
git-svn-id: svn+q:///qpdf/trunk@1062 71b93d88-0707-0410-a8cf-f5a4172ac649 | |||
2011-04-30 | accept stream keyword with CR onlyrelease-qpdf-2.2.3 | Jay Berkenbilt | |
git-svn-id: svn+q:///qpdf/trunk@1052 71b93d88-0707-0410-a8cf-f5a4172ac649 |