Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • ChangeLog
18 Feb, 2018
15 commits
  • Replace "file position" with "offset" in error messages ...
    c2e16827
    Sometimes it's an offset in an object stream or a content stream, so
    file position is confusing in some cases.
    Jay Berkenbilt authored
    2018-02-18 21:06:27 -0500  
    Browse File »
  • Include omitted object description in error message
    52e024f7
    Jay Berkenbilt authored
    2018-02-18 21:06:27 -0500  
    Browse File »
  • Include filename in object stream parse error
    cb3b705c
    Jay Berkenbilt authored
    2018-02-18 21:06:27 -0500  
    Browse File »
  • Add additional interface for filtering page contents
    5708b5d0
    Jay Berkenbilt authored
    2018-02-18 21:05:47 -0500  
    Browse File »
  • General comment in ChangeLog
    510d45d0
    Jay Berkenbilt authored
    2018-02-18 21:05:47 -0500  
    Browse File »
  • Detect and report bad tokens in content normalization
    5136238f
    Jay Berkenbilt authored
    2018-02-18 21:05:47 -0500  
    Browse File »
  • Filter tokens example
    30709935
    Jay Berkenbilt authored
    2018-02-18 21:05:47 -0500  
    Browse File »
  • Implement TokenFilter and refactor Pl_QPDFTokenizer ...
    99101044
    Implement a TokenFilter class and refactor Pl_QPDFTokenizer to use a
    TokenFilter class called ContentNormalizer. Pl_QPDFTokenizer is now a
    general filter that passes data through a TokenFilter.
    Jay Berkenbilt authored
    2018-02-18 21:05:46 -0500  
    Browse File »
  • Add coalesce contents capability
    b8723e97
    Jay Berkenbilt authored
    2018-02-18 21:05:46 -0500  
    Browse File »
  • Bug fix: content normalizer should not add trailing newline ...
    25988e8d
    Adding a trailing newline in content normalization damages files whose
    contents are split across streams in the middle of tokens. Let
    QPDFWriter add the newline with the indicator to ignore the newline,
    which it already does. This changes the way some qdf files look.
    Jay Berkenbilt authored
    2018-02-18 21:05:46 -0500  
    Browse File »
  • Switch from parseContentStream to parsePageContents
    6afe8397
    Jay Berkenbilt authored
    2018-02-18 21:05:46 -0500  
    Browse File »
  • Refactor parseContentStream
    fcd611b6
    Jay Berkenbilt authored
    2018-02-18 21:05:46 -0500  
    Browse File »
  • Inline image token type
    fefe2503
    Jay Berkenbilt authored
    2018-02-18 21:05:46 -0500  
    Browse File »
  • Lexer enhancements: EOF, comment, space ...
    d9747486
    Significant enhancements to the lexer to improve EOF handling and to
    support comments and spaces as tokens. Various other minor issues were
    fixed as well.
    Jay Berkenbilt authored
    2018-02-18 20:18:40 -0500  
    Browse File »
  • Add option to save pass 1 of lineariziation ...
    ebd5ed63
    This is useful only for debugging the linearization code.
    Jay Berkenbilt authored
    2018-02-18 20:18:40 -0500  
    Browse File »

04 Feb, 2018
1 commit
  • Prepare 7.1.1 release
    2ebdd692
    Jay Berkenbilt authored
    2018-02-04 18:31:42 -0500  
    Browse File »

14 Jan, 2018
2 commits
  • Update version numbers for 7.1.0
    2e4ca7ec
    Jay Berkenbilt authored
    2018-01-14 20:09:20 -0500  
    Browse File »
  • Allow raw encryption key to be specified ...
    569d74d3
    Add options to enable the raw encryption key to be directly shown or
    specified. Thanks to Didier Stevens <didier.stevens@gmail.com> for the
    idea and contribution of one implementation of this idea.
    Jay Berkenbilt authored
    2018-01-14 10:21:05 -0500  
    Browse File »

13 Jan, 2018
3 commits
  • Allow trailing . in numeric token (fixes #165)
    791e0db7
    Jay Berkenbilt authored
    2018-01-13 20:05:40 -0500  
    Browse File »
  • Use correct link directory order (fixes #158) ...
    6299c64c
    Make sure to link from the source tree before linking from the system.
    In many environments, this is necessary to allow a newly built qpdf to
    link properly instead of trying to link or resolve libraries from an
    older installed version.
    Jay Berkenbilt authored
    2018-01-13 19:53:52 -0500  
    Browse File »
  • Support TIFF Predictor (fixes #171)
    ec0087e3
    Jay Berkenbilt authored
    2018-01-13 19:49:42 -0500  
    Browse File »

25 Dec, 2017
2 commits
  • Clarify documentation of advanced parsing options
    48864b8d
    Jay Berkenbilt authored
    2017-12-25 18:42:33 -0500  
    Browse File »
  • Update TODO and ChangeLog. Fixes #166, #83
    794b649e
    Jay Berkenbilt authored
    2017-12-25 18:29:18 -0500  
    Browse File »

16 Sep, 2017
1 commit
  • Prepare 7.0.0 release
    0f1ce8e6
    Jay Berkenbilt authored
    2017-09-16 13:22:15 -0400  
    Browse File »

14 Sep, 2017
1 commit
  • Additionally license under Apache License version 2.0 ...
    07c8bb28
    The Apache License version 2.0 is now the primary license for qpdf.
    However, users may, at their option, continue to use Artistic version
    2.0.
    Jay Berkenbilt authored
    2017-09-14 12:59:25 -0400  
    Browse File »

12 Sep, 2017
2 commits
  • Improve message for stream decoding error ...
    d31a7b76
    Tweak the message so that we inform the user that we are mitigating
    data loss.
    Jay Berkenbilt authored
    2017-09-12 16:03:48 -0400  
    Browse File »
  • Update C API with new QPDFWriter methods
    eaacf940
    Jay Berkenbilt authored
    2017-09-12 14:30:39 -0400  
    Browse File »

25 Aug, 2017
2 commits
  • Parse iteratively to avoid stack overflow (fixes #146)
    ad527a64
    Jay Berkenbilt authored
    2017-08-25 21:56:45 -0400  
    Browse File »
  • Detect xref pointer infinite loop (fixes #149)
    85f05cc5
    Jay Berkenbilt authored
    2017-08-25 19:58:31 -0400  
    Browse File »

22 Aug, 2017
2 commits
  • Bump soname to 18 and version to 7.0.b1
    1e52d338
    Jay Berkenbilt authored
    2017-08-22 16:50:48 -0400  
    Browse File »
  • Update references to README files ...
    6219111e
    Most of the README files have been renamed. Refer to the new names.
    Jay Berkenbilt authored
    2017-08-22 14:13:10 -0400  
    Browse File »

21 Aug, 2017
2 commits
  • Update header documentation and ChangeLog entry for PCLm
    4b908ade
    Jay Berkenbilt authored
    2017-08-21 21:05:44 -0400  
    Browse File »
  • Enable finer grained control of stream decoding ...
    9744414c
    This commit adds several API methods that enable control over which
    types of filters QPDF will attempt to decode. It also adds support for
    /RunLengthDecode and /DCTDecode filters for both encoding and
    decoding.
    Jay Berkenbilt authored
    2017-08-21 17:44:22 -0400  
    Browse File »

12 Aug, 2017
4 commits
  • Revert "Add page rotation example in contrib" ...
    ae0399ef
    This reverts commit 8ee83ca722baad9434119bb72d620dfd8e6103c4.
    
    This is being removed because qpdf now has its own page rotation. The
    example was an excellent contribution to qpdf, but now it illustrates
    rotating pages "by hand", which is no longer needed because of
    QPDFObjectHandle::rotatePage.
    Jay Berkenbilt authored
    2017-08-12 22:58:11 -0400  
    Browse File »
  • Add page rotation (fixes #132)
    cfa2eb97
    Jay Berkenbilt authored
    2017-08-12 22:57:38 -0400  
    Browse File »
  • Add --verbose flag
    d926d780
    Jay Berkenbilt authored
    2017-08-12 12:30:18 -0400  
    Browse File »
  • Change --single-pages to --split-pages ...
    df33c368
    This is in preparation for implementing page groups.
    Jay Berkenbilt authored
    2017-08-12 11:49:04 -0400  
    Browse File »

11 Aug, 2017
2 commits
  • Fix --newline-before-endstream option (fixes #133) ...
    36b3fe5a
    Add a newline unconditionally before endstream even if a newline was
    already written as part of the stream data.
    Jay Berkenbilt authored
    2017-08-11 20:57:05 -0400  
    Browse File »
  • Pad encryption parameters that are too short (fixes #96)
    8fe0b06c
    Jay Berkenbilt authored
    2017-08-11 19:53:56 -0400  
    Browse File »

10 Aug, 2017
1 commit
  • Remove PCRE
    9a96e233
    Jay Berkenbilt authored
    2017-08-10 21:30:32 -0400  
    Browse File »