aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
AgeCommit message (Expand)Author
2017-08-11Remove unused PointerHolder interfaceJay Berkenbilt
2017-08-10Call PointerHolder constructor properly (fixes #135)Jay Berkenbilt
2017-08-05Add --split-pages option (fixes #30)Jay Berkenbilt
2017-08-05Refactor write_outputJay Berkenbilt
2017-08-05Move page spec processing earlierJay Berkenbilt
2017-08-05Split qpdf.cc's main into reasonably sized functionsJay Berkenbilt
2017-08-03Fix off-by-one error in --pages argument parsing (fixes #129)Jay Berkenbilt
2017-07-30Allow reading command-line args from files (fixes #16)Jay Berkenbilt
2017-07-30Detect input file = output file (fixes #29)Jay Berkenbilt
2017-07-30Allow --check to coexist with and precede other operations (fixes #42)Jay 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
2015-10-31Implement deterministic IDJay Berkenbilt
2015-05-24Copyright 2015Jay Berkenbilt
2014-01-14Update Copyright to 2014Jay Berkenbilt
2013-10-18Warn when -accessibility=n will be ignoredJay Berkenbilt
2013-10-18Security: replace operator[] with atJay Berkenbilt
2013-07-08Add --show-npages option to qpdfJay Berkenbilt
2013-07-08Allow numeric range to be omitted qpdf --pagesJay Berkenbilt
2013-06-14Use QPDFObjectHandle::getObjGen() where appropriateJay Berkenbilt
2013-03-04Remove all old-style casts from C++ codeJay Berkenbilt
2013-03-04Work around gcc 4.8.0 issue on ppc64Jay Berkenbilt
2013-01-25Improve qpdf --checkJay Berkenbilt
2013-01-24Have qpdf --check parse content streamsJay Berkenbilt
2012-12-31Update copyright year to 2013Jay 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-31Eliminate flattenScalarReferencesJay Berkenbilt
2012-07-29Improve password handlingJay Berkenbilt
2012-07-29Update copyright to 2012Jay Berkenbilt
2012-07-29Update documentation and version numbersJay Berkenbilt
2012-07-28Mention page selection in basic optionsJay Berkenbilt
2012-07-22Windows compilation fixesJay Berkenbilt
2012-07-22Command-line page merging and splittingJay Berkenbilt
2012-07-16Add command line option to copy encryption from other fileJay Berkenbilt
2012-07-15qpdf: push inherited attributes to page when showing imagesJay Berkenbilt
2011-12-28Fix documentation errors.Jay Berkenbilt
2011-04-30update version to 2.2.3, update copyright to 2011Jay Berkenbilt
2010-04-10change output message from qpdf --check when no errors are foundJay Berkenbilt
2010-01-25update copyrights for 2010Jay Berkenbilt
2009-10-24prepare 2.1.rc1 for releaseJay Berkenbilt
2009-10-21make line buffering os-specificJay Berkenbilt
2009-10-20notes, setlinebufJay 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-19add C API for R4 encryptionJay Berkenbilt
2009-10-18implemented writing R4/V4 encryption except that the output files don't open ...Jay Berkenbilt
2009-10-05Implement changes suggested by Zarko and our subsequent conversations:Jay Berkenbilt
2009-09-27finished testing C APIJay Berkenbilt