aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
AgeCommit message (Expand)Author
2019-01-31Typo in messageJay Berkenbilt
2019-01-30Improve info message in optimize images (fixes #280)Jay Berkenbilt
2019-01-27Add --overlay and --underlay to qpdf CLI (fixes #207)Jay Berkenbilt
2019-01-26Handle inheritable page attributesJay Berkenbilt
2019-01-19Implement password recovery suppression and password mode (fixes #215)Jay Berkenbilt
2019-01-19Try passwords with different string encodingsJay Berkenbilt
2019-01-19Refactor qpdf processingJay Berkenbilt
2019-01-17Update CLI and manual for new encryption granularity (fixes #214)Jay Berkenbilt
2019-01-17Modernize encryption API for more granularityJay Berkenbilt
2019-01-17Unicode main for Windows qpdf.ccJay Berkenbilt
2019-01-12Allow adding the same page more than once in --pages (fixes #272)Jay Berkenbilt
2019-01-12Interpret . in --pages as a shortcut for the primary fileJay Berkenbilt
2019-01-07Update copyrights for 2019Jay Berkenbilt
2019-01-07Don't keep QPDF objects for merging longer than neededJay Berkenbilt
2019-01-06Honor other base encodings when generating appearancesJay Berkenbilt
2019-01-06Fix image optimization evaluationJay Berkenbilt
2019-01-05Update documentation for new featuresJay Berkenbilt
2019-01-05Split help stringJay Berkenbilt
2019-01-05Spell checkJay Berkenbilt
2019-01-05Add CLI flags for image optimizationJay Berkenbilt
2019-01-04Support page collation with --collate (fixes #259)Jay Berkenbilt
2019-01-04Add basic appearance stream generationJay Berkenbilt
2019-01-04Add form fields to json outputJay Berkenbilt
2019-01-03Honor flags when flattening annotationsJay Berkenbilt
2019-01-01Annotation flattening including form fieldsJay Berkenbilt
2018-12-25JSON::serialize -> unparseJay Berkenbilt
2018-12-23Don't crash on @file when file doesn't exist (fixes #265)Jay Berkenbilt
2018-12-23Support zsh completionJay Berkenbilt
2018-12-23Add page position information to jsonJay Berkenbilt
2018-12-23Slightly improve bash completion arg parsingJay Berkenbilt
2018-12-22Add colorspace and depth information in json for imagesJay Berkenbilt
2018-12-22Add outlines to json at document levelJay Berkenbilt
2018-12-22Implement --json-objectsJay Berkenbilt
2018-12-22Implement --json-keysJay Berkenbilt
2018-12-22Handle help args using option tables; add json helpJay Berkenbilt
2018-12-22Switch json args and structureJay Berkenbilt
2018-12-22Completion: ignore characters at and after pointJay Berkenbilt
2018-12-22Allow --show-object=trailerJay Berkenbilt
2018-12-22Support bash completion using complete -CJay Berkenbilt
2018-12-22Table-driven parsing of encrypt optionsJay Berkenbilt
2018-12-22Table-driven parsing for top-level argumentsJay Berkenbilt
2018-12-22Move argument parsing into a classJay Berkenbilt
2018-12-22Preliminary implementation of json modeJay Berkenbilt
2018-12-22Move numrange code from qpdf.cc to QUtil.ccJay Berkenbilt
2018-12-22Preserve some outline functionality in page splittingJay Berkenbilt
2018-12-18Preserve page labels (numbers) when splitting and mergingJay Berkenbilt
2018-08-18Add --keep-files-open flag (fixes #237)Jay Berkenbilt
2018-08-13Add --no-warn option to suppress warnings (fixes #232)Jay Berkenbilt
2018-08-13Catch exceptions as const references (fixes #236)Jay Berkenbilt
2018-08-05Keep file open while adding its pages during merge (fixes #217)Jay Berkenbilt