aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDF.hh
AgeCommit message (Expand)Author
2012-09-23Allow reading from InputSource and writing to PipelineJay Berkenbilt
2012-07-29Update copyright to 2012Jay Berkenbilt
2012-07-22Windows compilation fixesJay Berkenbilt
2012-07-21Implement QPDFObjectHandle::parseJay Berkenbilt
2012-07-21Refactor: pull *InputSource out of QPDFJay Berkenbilt
2012-07-16Add command line option to copy encryption from other fileJay Berkenbilt
2012-07-11Support copying objects from another QPDF objectJay Berkenbilt
2012-07-11Add concept of reserved objectsJay Berkenbilt
2012-07-07Build this->all_pages while traversing with pushInheritedAttributesToPageTobias Hoffmann
2012-07-05Limited inheritance to the attributes explicitly listed in the PDF specTobias Hoffmann
2012-07-04Added public method QPDF::pushInheritedAttributesToPageTobias Hoffmann
2012-06-27Rework InputSource::readLine to make it much more efficientJay Berkenbilt
2012-06-24Fix and test support for files >= 4 GBJay Berkenbilt
2012-06-24Change QPDF_Integer from int to long longJay Berkenbilt
2012-06-24Improve the FILE* version of QPDF::processFileJay Berkenbilt
2012-06-23Add pdf-from-scratch exampleJay Berkenbilt
2012-06-22Add QPDF::emptyPDF() and pdf_from_scratch test codeJay Berkenbilt
2012-06-22Use qpdf_offset_t in place of off_t in public APIs.Jay Berkenbilt
2012-06-21Implement page manipulation APIsJay Berkenbilt
2012-06-21Refactor optimizePagesTreeJay Berkenbilt
2012-06-21Added first version of pages API.Tobias Hoffmann
2012-06-21Added method to clear pages cache.Tobias Hoffmann
2012-06-21fix include order for off_tJay Berkenbilt
2012-06-21Add QPDF::processFile that takes an open FILE*Jay Berkenbilt
2012-06-20ABI change: fix use of off_t, size_t, and integer typesJay Berkenbilt
2012-06-20Portability issues: off_t, unlinkJay Berkenbilt
2011-08-10implement replace and swapJay Berkenbilt
2011-04-30update version to 2.2.3, update copyright to 2011Jay Berkenbilt
2010-10-01setOutputStreamsJay Berkenbilt
2010-10-01add QPDF::processMemoryFile and API additions to support itJay Berkenbilt
2010-09-24convert file to a PointerHolder<InputSource> so it could be either a file or ...Jay Berkenbilt
2010-01-25update copyrights for 2010Jay Berkenbilt
2009-10-24prepare 2.1.rc1 for releaseJay Berkenbilt
2009-10-21tweak dll stuff againJay Berkenbilt
2009-10-21go back to function-based DLL_EXPORT rather than class-based to avoid creatio...Jay Berkenbilt
2009-10-20update C API for error retrievalJay Berkenbilt
2009-10-20categorize all error messages and include object information if availableJay Berkenbilt
2009-10-19DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them b...Jay Berkenbilt
2009-10-18reading crypt filters is largely implemented but not fully testedJay Berkenbilt
2009-10-17checkpoint -- partially implemented /V=4 encryptionJay Berkenbilt
2009-10-17checkpoint -- started doing some R4 encryption supportJay Berkenbilt
2009-10-12fix class-level DLL_EXPORTJay Berkenbilt
2009-10-12do DLL_EXPORT only in header files and only at the class or top-level functio...Jay Berkenbilt
2009-10-05typo in commentJay Berkenbilt
2009-09-27add methods for getting encryption dataJay Berkenbilt
2009-09-27add many new tests to exercise C apiJay Berkenbilt
2009-09-27basic implementation of C APIJay Berkenbilt
2009-09-27checkpoint -- first crack at C API, minor refactoring of encryption functionsJay Berkenbilt
2009-09-27don't dll export inline functionsJay Berkenbilt
2009-08-06stick DLL_EXPORT in front of every public method of every public classJay Berkenbilt