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
3 commits
  • 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
4 commits
  • Remove PCRE
    9a96e233
    Jay Berkenbilt authored
    2017-08-10 21:30:32 -0400  
    Browse File »
  • Read xref table without PCRE ...
    30f109e2
    Also accept more errors than before.
    Jay Berkenbilt authored
    2017-08-10 21:30:32 -0400  
    Browse File »
  • Improve stream length recovery ...
    ca5b1d26
    Eliminate PCRE and find endobj not preceded by endstream. Be more lax
    about placement of endstream and endobj.
    Jay Berkenbilt authored
    2017-08-10 21:30:32 -0400  
    Browse File »
  • Remove unused PointerHolder interface ...
    c5dc6d80
    Also fix a bug resulting from incorrect use of PointerHolder because
    of this unused parameter.
    Jay Berkenbilt authored
    2017-08-10 19:01:38 -0400  
    Browse File »

05 Aug, 2017
2 commits
  • Add --split-pages option (fixes #30)
    49825e5c
    Jay Berkenbilt authored
    2017-08-05 10:22:33 -0400  
    Browse File »
  • Move page spec processing earlier
    909daf95
    Jay Berkenbilt authored
    2017-08-05 10:22:33 -0400  
    Browse File »

02 Aug, 2017
1 commit
  • Fix off-by-one error in --pages argument parsing (fixes #129)
    c88eaae2
    Jay Berkenbilt authored
    2017-08-02 21:08:43 -0400  
    Browse File »

30 Jul, 2017
1 commit
  • Add page rotation example in contrib ...
    8ee83ca7
    This is added to contrib rather than examples because it requires
    c++-11 and lacks a test suite, but it is still useful enough to
    include with the distribution.
    iskander.sharipov authored
    2017-07-30 08:55:15 -0400  
    Browse File »

29 Jul, 2017
5 commits
  • Allow reading command-line args from files (fixes #16)
    2d5b8544
    Jay Berkenbilt authored
    2017-07-29 22:23:21 -0400  
    Browse File »
  • Detect input file = output file (fixes #29)
    5993c3e8
    Jay Berkenbilt authored
    2017-07-29 20:58:01 -0400  
    Browse File »
  • Allow --check to coexist with and precede other operations (fixes #42)
    885b8781
    Jay Berkenbilt authored
    2017-07-29 19:56:21 -0400  
    Browse File »
  • When recover stream length, indicate the length (fixes #44)
    b43a0ac2
    Jay Berkenbilt authored
    2017-07-29 19:15:06 -0400  
    Browse File »
  • Add newline-before-endstream option (fixes #103)
    f37d399d
    Jay Berkenbilt authored
    2017-07-29 12:21:38 -0400  
    Browse File »