aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFWriter.hh
AgeCommit message (Expand)Author
2017-08-22Spell checkJay Berkenbilt
2017-08-22Push QPDFWriter member variables into a nested classJay Berkenbilt
2017-08-22Update copyright to 2017Jay Berkenbilt
2017-08-22Combine writePCLm with writeStandardJay Berkenbilt
2017-08-22Combine PCLm header into writeHeaderJay Berkenbilt
2017-08-22Update header documentation and ChangeLog entry for PCLmJay Berkenbilt
2017-08-22QPDFWriter: Add setPCLm() and writePCLm() methodsSahil Arora
2017-08-21Precheck streams by defaultJay Berkenbilt
2017-08-21Enable finer grained control of stream decodingJay Berkenbilt
2017-07-29Add newline-before-endstream option (fixes #103)Jay Berkenbilt
2017-07-29Add option to preserve unreferenced objectsJay Berkenbilt
2017-07-28Add precheck streams capabilityJay Berkenbilt
2016-01-24Include QPDFObjectHandle for use in std::listThorsten Schöning
2015-11-10Remove some ABI compatibility private methodsJay Berkenbilt
2015-10-31Implement deterministic IDJay Berkenbilt
2015-05-24Copyright 2015Jay Berkenbilt
2014-01-14Update Copyright to 2014Jay Berkenbilt
2013-06-14Bug fix: handle generation > 0 when generating object streamsJay Berkenbilt
2013-03-11Clarify documentation on encrypted filesJay Berkenbilt
2012-12-31Avoid modifying trailer when writingJay Berkenbilt
2012-12-31Update copyright year to 2013Jay Berkenbilt
2012-12-31Refactor Dictionary writing codeJay Berkenbilt
2012-12-31Support for encryption with /V=5 and /R=5 and /R=6Jay Berkenbilt
2012-12-31Add ExtensionLevel support to version handlingJay Berkenbilt
2012-12-31Add V5 parameters to EncryptionDataJay Berkenbilt
2012-12-31Eliminate flattenScalarReferencesJay Berkenbilt
2012-09-23Allow reading from InputSource and writing to PipelineJay Berkenbilt
2012-09-06Add QPDFWriter::setExtraHeaderTextJay Berkenbilt
2012-07-29Update copyright to 2012Jay Berkenbilt
2012-07-22Windows compilation fixesJay Berkenbilt
2012-07-14Add public QPDFWriter::copyEncryptionParametersJay Berkenbilt
2012-07-06Add QPDFWriter method to output to FILE*Jay Berkenbilt
2012-06-24Fix and test support for files >= 4 GBJay Berkenbilt
2012-06-22Use qpdf_offset_t in place of off_t in public APIs.Jay Berkenbilt
2012-06-21fix include order for off_tJay Berkenbilt
2012-06-20ABI change: fix use of off_t, size_t, and integer typesJay Berkenbilt
2011-08-11export new methodsrelease-qpdf-2.3.0Jay Berkenbilt
2011-08-10implement ability to save PDF to memory, also update ChangeLogJay Berkenbilt
2011-04-30update version to 2.2.3, update copyright to 2011Jay Berkenbilt
2010-08-02remove use of float for version comparisonJay Berkenbilt
2010-04-19refactor to isolate pad calculationJay Berkenbilt
2010-01-25update copyrights for 2010Jay Berkenbilt
2010-01-25update for fixes to linearization padding calculationsJay 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-19DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them b...Jay Berkenbilt
2009-10-19add C API for R4 encryptionJay Berkenbilt
2009-10-19more testing, bug fix for linearized aes encrypted filesJay Berkenbilt
2009-10-18implemented writing R4/V4 encryption except that the output files don't open ...Jay Berkenbilt
2009-10-12fix class-level DLL_EXPORTJay Berkenbilt