aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
AgeCommit message (Expand)Author
2018-06-21Add QPDFObjectHandle::Rectangle typeJay Berkenbilt
2018-05-12newline before endstream fix for object streams (fixes #205)Jay Berkenbilt
2018-05-05doc: point out use of @filename for specifying password (fixes #198)Jay Berkenbilt
2018-04-15Limit depth of nesting in direct objects (fixes #202)Jay Berkenbilt
2018-03-06Properly handle pages with no contents (fixes #194)Jay Berkenbilt
2018-03-05Treat loop in xref tables as damage (fixes #192)Jay Berkenbilt
2018-03-04Support "r" in page ranges (fixes #155)Jay Berkenbilt
2018-03-03Ignore zlib data check errors (fixes #191)Jay Berkenbilt
2018-02-25Spell checkJay Berkenbilt
2018-02-25Separate copyright notice from --version optionJay Berkenbilt
2018-02-19Properly handle strings with PDF Doc Encoding (fixes #179)Jay Berkenbilt
2018-02-19Add C API for checking PDF filesJay Berkenbilt
2018-02-19Reorganize some test casesJay Berkenbilt
2018-02-19More robust handling of type errorsJay Berkenbilt
2018-02-19Replace "file position" with "offset" in error messagesJay Berkenbilt
2018-02-19Include omitted object description in error messageJay Berkenbilt
2018-02-19Include filename in object stream parse errorJay Berkenbilt
2018-02-19Simplify TokenFilter interfaceJay Berkenbilt
2018-02-19Detect and report bad tokens in content normalizationJay Berkenbilt
2018-02-19Implement TokenFilter and refactor Pl_QPDFTokenizerJay Berkenbilt
2018-02-19Add coalesce contents capabilityJay Berkenbilt
2018-02-19Bug fix: content normalizer should not add trailing newlineJay Berkenbilt
2018-02-19Use pipePageContents in tokenizer testJay Berkenbilt
2018-02-19Switch from parseContentStream to parsePageContentsJay Berkenbilt
2018-02-19Refactor parseContentStreamJay Berkenbilt
2018-02-19Use inline image token type in tokenizer filterJay Berkenbilt
2018-02-19Inline image token typeJay Berkenbilt
2018-02-19Lexer enhancements: EOF, comment, spaceJay Berkenbilt
2018-02-19Create isolated tokenizer testsJay Berkenbilt
2018-02-19Add option to save pass 1 of lineariziationJay Berkenbilt
2018-02-05Fix linearization for files with nonstandard ID lengthJay Berkenbilt
2018-01-29Test stream that ends with name token and no newlineJay Berkenbilt
2018-01-29Minor fixes to tokenizerJay Berkenbilt
2018-01-14Allow raw encryption key to be specifiedJay Berkenbilt
2018-01-14Update copyright to 2018Jay Berkenbilt
2018-01-14Allow trailing . in numeric token (fixes #165)Jay Berkenbilt
2018-01-14Use correct link directory order (fixes #158)Jay Berkenbilt
2018-01-14Support TIFF Predictor (fixes #171)Jay Berkenbilt
2018-01-14Use better error for getStreamData failureJay Berkenbilt
2017-12-26Clarify documentation of advanced parsing optionsJay Berkenbilt
2017-12-26Add tests for new PNG filtersJay Berkenbilt
2017-09-14Additionally license under Apache License version 2.0Jay Berkenbilt
2017-09-12Improve message for stream decoding errorJay Berkenbilt
2017-09-12Update C API with new QPDFWriter methodsJay Berkenbilt
2017-09-08Fix command-line parsing for --rotateJay Berkenbilt
2017-08-29Add test case for overflow in PNG filter (fixes #150)Jay Berkenbilt
2017-08-29Replace all atoi calls with QUtil::string_to_intJay Berkenbilt
2017-08-29Add tests for previous memory issuesJay Berkenbilt
2017-08-27Missing free in some test codeJay Berkenbilt
2017-08-26Parse iteratively to avoid stack overflow (fixes #146)Jay Berkenbilt