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
  • manual
  • qpdf-manual.xml
31 Aug, 2019
5 commits
  • Fix duplicated release notes entries
    8c34d67b
    Jay Berkenbilt authored
    2019-08-31 22:11:28 -0400  
    Browse File »
  • Prepare 9.0.0 release
    5462dfce
    Jay Berkenbilt authored
    2019-08-31 20:07:36 -0400  
    Browse File »
  • Add --replace-input option (fixes #321)
    d492bb0a
    Jay Berkenbilt authored
    2019-08-31 15:51:21 -0400  
    Browse File »
  • Add methods QPDF::anyWarnings and QPDF::closeInputSource
    babd12c9
    Jay Berkenbilt authored
    2019-08-31 15:51:20 -0400  
    Browse File »
  • Change release notes order
    b3c91f64
    Jay Berkenbilt authored
    2019-08-31 15:51:06 -0400  
    Browse File »

24 Aug, 2019
1 commit
  • Track separately whether password was user/owner (fixes #159)
    5da146c8
    Jay Berkenbilt authored
    2019-08-24 11:01:19 -0400  
    Browse File »

23 Aug, 2019
2 commits
  • Add some clarification to encryption in the manual ...
    53930d96
    Per user suggestion in issue 351.
    Jay Berkenbilt authored
    2019-08-23 21:27:41 -0400  
    Browse File »
  • Add flags to control zlib compression level (fixes #113)
    2794bfb1
    Jay Berkenbilt authored
    2019-08-23 20:34:21 -0400  
    Browse File »

22 Aug, 2019
1 commit
  • Pass offset and length to ParserCallbacks::handleObject
    3f1ab640
    Jay Berkenbilt authored
    2019-08-22 22:54:29 -0400  
    Browse File »

19 Aug, 2019
1 commit
  • Handle invalid name tokens symmetrically for PDF < 1.2 (fixes #332)
    42d396f1
    Jay Berkenbilt authored
    2019-08-19 19:48:27 -0400  
    Browse File »

18 Aug, 2019
2 commits
  • Attempt to repair /Type key in pages nodes (fixes #349)
    d9dd99ec
    Jay Berkenbilt authored
    2019-08-18 18:54:37 -0400  
    Browse File »
  • Array optimization fixes performance issues (fixes #305, #311)
    89dacd8e
    Jay Berkenbilt authored
    2019-08-18 09:00:55 -0400  
    Browse File »

03 Jul, 2019
1 commit
  • Change list to vector for outline helpers (fixes #297) ...
    8f06da75
    This change works around STL problems with Embarcadero C++ Builder
    version 10.2, but std::vector is more common than std::list in qpdf,
    and this is a relatively new API, so an API change is tolerable.
    
    Thanks to Thorsten Schöning <6223655+ams-tschoening@users.noreply.github.com>
    for the fix.
    Thorsten Schöning authored
    2019-07-03 20:08:47 -0400  
    Browse File »

23 Jun, 2019
1 commit
  • Treat all linearization errors as warnings ...
    04f45cf6
    This also reverts the addition of a new checkLinearization that
    distinguishes errors from warnings. There's no practical distinction
    between what was considered an error and what was considered a
    warning.
    Jay Berkenbilt authored
    2019-06-23 13:45:45 -0400  
    Browse File »

22 Jun, 2019
8 commits
  • Fix typo in manual
    c4e286ac
    Jay Berkenbilt authored
    2019-06-22 20:57:33 -0400  
    Browse File »
  • Handle invalid encryption Length (fixes #333)
    c5ed1b80
    Jay Berkenbilt authored
    2019-06-22 20:57:33 -0400  
    Browse File »
  • Allow set*EncryptionParameters before filename iset (fixes #336)
    551dfbf6
    Jay Berkenbilt authored
    2019-06-22 20:57:33 -0400  
    Browse File »
  • Fix --completion-* args to work from AppImage (fixes #285)
    ed62be88
    Jay Berkenbilt authored
    2019-06-22 17:12:01 -0400  
    Browse File »
  • Try to use pkg-config to find external dependencies (fixes #324)
    12400475
    Jay Berkenbilt authored
    2019-06-22 16:57:52 -0400  
    Browse File »
  • Override umask on install (fixes #326)
    f2ef1612
    Jay Berkenbilt authored
    2019-06-22 16:57:52 -0400  
    Browse File »
  • qpdf: exit 3 for linearization warnings without errors (fixes #50)
    85a3f95a
    Jay Berkenbilt authored
    2019-06-22 16:57:51 -0400  
    Browse File »
  • Start 9.0.0 release notes
    557bd3c2
    Jay Berkenbilt authored
    2019-06-22 16:57:51 -0400  
    Browse File »

21 Jun, 2019
1 commit
  • Update casting policy in the documentation
    6fca2799
    Jay Berkenbilt authored
    2019-06-21 13:17:45 -0400  
    Browse File »

18 May, 2019
1 commit
  • Prepare 8.4.2 release
    b1a78be1
    Jay Berkenbilt authored
    2019-05-18 08:56:37 -0400  
    Browse File »

27 Apr, 2019
2 commits
  • Prepare 8.4.1 release
    a323f6f4
    Jay Berkenbilt authored
    2019-04-27 20:44:20 -0400  
    Browse File »
  • Improve Unicode filename testing ...
    03e27709
    Remove dependency on the behavior of perl for reliable creation of
    Unicode file names on Windows.
    Jay Berkenbilt authored
    2019-04-27 20:37:33 -0400  
    Browse File »

20 Apr, 2019
3 commits
  • Add --remove-page-labels option (fixes #317)
    2b011f9d
    Jay Berkenbilt authored
    2019-04-20 21:00:43 -0400  
    Browse File »
  • Add --keep-files-open-threshold (fixes #288)
    e50d5201
    Jay Berkenbilt authored
    2019-04-20 21:00:43 -0400  
    Browse File »
  • Document that linearize disables qdf (fixes #312)
    131a21d3
    Jay Berkenbilt authored
    2019-04-20 21:00:43 -0400  
    Browse File »

01 Feb, 2019
1 commit
  • Prepare 8.4.0 release
    03074ca5
    Jay Berkenbilt authored
    2019-02-01 22:25:25 -0500  
    Browse File »

31 Jan, 2019
4 commits
  • Spell check
    fec5bb12
    Jay Berkenbilt authored
    2019-01-31 21:41:29 -0500  
    Browse File »
  • Don't optimize non-8-bit images ...
    0a470d2d
    Also add test cases for additional coverage on image optimization.
    Jay Berkenbilt authored
    2019-01-31 21:29:28 -0500  
    Browse File »
  • Externalize inline images (fixes #278)
    5211bcb5
    Jay Berkenbilt authored
    2019-01-31 10:38:13 -0500  
    Browse File »
  • Remove acroread from tests ...
    22bcdbe7
    This hasn't worked or been exercised in years since Adobe stopped
    releasing a Linux version of reader.
    Jay Berkenbilt authored
    2019-01-31 10:38:13 -0500  
    Browse File »

28 Jan, 2019
3 commits
  • Fix logic for when to compress object and xref streams (fixes #271)
    2712869c
    Jay Berkenbilt authored
    2019-01-28 21:43:06 -0500  
    Browse File »
  • Resolve duplicated page objects (fixes #268) ...
    52f9d326
    When linearizing a file or getting the list of all pages in a file,
    detect if the pages tree contains a duplicated page object and, if so,
    shallow copy it. This makes it possible to have a one to one mapping
    of page positions to page objects.
    Jay Berkenbilt authored
    2019-01-28 20:29:58 -0500  
    Browse File »
  • Fix typo in documentation
    4d0cb21f
    Jay Berkenbilt authored
    2019-01-28 11:15:27 -0500  
    Browse File »

27 Jan, 2019
1 commit
  • Add --overlay and --underlay to qpdf CLI (fixes #207)
    426434c7
    Jay Berkenbilt authored
    2019-01-27 09:30:13 -0500  
    Browse File »

19 Jan, 2019
1 commit
  • Add documentation for features since 8.3.0
    e1271361
    Jay Berkenbilt authored
    2019-01-19 15:58:51 -0500  
    Browse File »

17 Jan, 2019
1 commit
  • Update CLI and manual for new encryption granularity (fixes #214)
    966429e7
    Jay Berkenbilt authored
    2019-01-17 11:43:56 -0500  
    Browse File »