summaryrefslogtreecommitdiffstats
path: root/qpdf
AgeCommit message (Expand)Author
2012-07-11Support copying objects from another QPDF objectJay Berkenbilt
2012-07-11Add concept of reserved objectsJay Berkenbilt
2012-07-11Fix typo in variable nameJay Berkenbilt
2012-07-11Favor string-based newStream methodJay Berkenbilt
2012-07-07Don't require stream data provider to know length in advanceJay Berkenbilt
2012-07-06Add QPDFWriter method to output to FILE*Jay Berkenbilt
2012-07-05Remove stray commentJay Berkenbilt
2012-07-05Added test code for Tobias's changesJay Berkenbilt
2012-07-05Limited inheritance to the attributes explicitly listed in the PDF specTobias Hoffmann
2012-06-27Add a few minor enhancements to recent workJay Berkenbilt
2012-06-27Add QPDFObjectHandle::newStream(QPDF *, std::string const&)Tobias Hoffmann
2012-06-27Rename seek functions in QUtilJay Berkenbilt
2012-06-26Fix Windows compilation issueJay Berkenbilt
2012-06-25Fix large file support for 32-bit LinuxJay Berkenbilt
2012-06-24Increase padding in linearized filesJay Berkenbilt
2012-06-24Fix and test support for files >= 4 GBJay Berkenbilt
2012-06-24Add test case for removing a page we don't haveJay Berkenbilt
2012-06-24Improve the FILE* version of QPDF::processFileJay Berkenbilt
2012-06-22Switch some code to use empty newArray/newDictionaryJay Berkenbilt
2012-06-22Add factory methods for creating empty arrays and dictionaries.Jay Berkenbilt
2012-06-22Add QPDF::emptyPDF() and pdf_from_scratch test codeJay Berkenbilt
2012-06-21Add QPDFObjectHandle::shallowCopy()Jay Berkenbilt
2012-06-21Add additional page API test casesJay Berkenbilt
2012-06-21Add testing for page APIsJay Berkenbilt
2012-06-21Implement page manipulation APIsJay Berkenbilt
2012-06-21Add QPDF::processFile that takes an open FILE*Jay Berkenbilt
2012-06-20Add testing for new array mutatorsJay Berkenbilt
2012-06-20ABI change: fix use of off_t, size_t, and integer typesJay Berkenbilt
2012-06-20Remove extraneous execute bitsJay Berkenbilt
2011-12-28Fix documentation errors.Jay Berkenbilt
2011-12-28Discard stderr from gs when comparing images.Jay Berkenbilt
2011-08-11enhance PointerHolder so that it can explicitly be told to use delete [] inst...Jay Berkenbilt
2011-08-11qpdf_set_info_key, qpdf_get_info_keyJay Berkenbilt
2011-08-11preserve /EncryptMetadata when copying encryption parametersJay Berkenbilt
2011-08-10fix perl headerJay Berkenbilt
2011-08-10implement ability to save PDF to memory, also update ChangeLogJay Berkenbilt
2011-08-10implement methods to get dictionary and array contents as map and vectorJay Berkenbilt
2011-08-10implement replace and swapJay Berkenbilt
2011-04-30accept stream keyword with CR onlyrelease-qpdf-2.2.3Jay Berkenbilt
2011-04-30update version to 2.2.3, update copyright to 2011Jay Berkenbilt
2011-04-30be less conservative when skipping over inline images in content normalizationJay Berkenbilt
2011-01-31handle files with object 0 as a real objectJay Berkenbilt
2010-10-04add qpdf_read_memory to C APIJay Berkenbilt
2010-10-01setOutputStreamsJay Berkenbilt
2010-10-01add QPDF::processMemoryFile and API additions to support itJay Berkenbilt
2010-09-24update code to new PointerHolder, and reintroduce change that was accidentall...Jay Berkenbilt
2010-09-06treat empty objects as nullJay Berkenbilt
2010-09-05handle stream filter abbreviations from table H.1Jay Berkenbilt
2010-08-10getRawStreamData()Jay Berkenbilt
2010-08-05addPageContentsJay Berkenbilt