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
18 Aug, 2019
1 commit
  • Array optimization fixes performance issues (fixes #305, #311)
    89dacd8e
    Jay Berkenbilt authored
    2019-08-18 09:00:55 -0400  
    Browse Dir »

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 Dir »

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 Dir »

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

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

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

27 Apr, 2019
2 commits
  • Prepare 8.4.1 release
    a323f6f4
    Jay Berkenbilt authored
    2019-04-27 20:44:20 -0400  
    Browse Dir »
  • 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 Dir »

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

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

31 Jan, 2019
4 commits
  • Spell check
    fec5bb12
    Jay Berkenbilt authored
    2019-01-31 21:41:29 -0500  
    Browse Dir »
  • 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 Dir »
  • Externalize inline images (fixes #278)
    5211bcb5
    Jay Berkenbilt authored
    2019-01-31 10:38:13 -0500  
    Browse Dir »
  • 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 Dir »

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 Dir »
  • 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 Dir »
  • Fix typo in documentation
    4d0cb21f
    Jay Berkenbilt authored
    2019-01-28 11:15:27 -0500  
    Browse Dir »

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 Dir »

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 Dir »

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 Dir »

12 Jan, 2019
2 commits
  • Allow adding the same page more than once in --pages (fixes #272)
    654c0e8c
    Jay Berkenbilt authored
    2019-01-12 10:01:47 -0500  
    Browse Dir »
  • Interpret . in --pages as a shortcut for the primary file
    53d8e916
    Jay Berkenbilt authored
    2019-01-12 09:59:03 -0500  
    Browse Dir »

07 Jan, 2019
4 commits
  • Update release notes
    6b15579a
    Jay Berkenbilt authored
    2019-01-07 20:10:14 -0500  
    Browse Dir »
  • Update release notes for 8.3.0
    74bef044
    Jay Berkenbilt authored
    2019-01-07 11:16:54 -0500  
    Browse Dir »
  • Update version to 8.3.0
    b653929c
    Jay Berkenbilt authored
    2019-01-07 11:16:54 -0500  
    Browse Dir »
  • Update copyrights for 2019
    3472f6c9
    Jay Berkenbilt authored
    2019-01-07 07:54:55 -0500  
    Browse Dir »

05 Jan, 2019
2 commits
  • Honor other base encodings when generating appearances
    a70fbaaf
    Jay Berkenbilt authored
    2019-01-05 23:01:59 -0500  
    Browse Dir »
  • Documentation note
    ab536a4e
    Jay Berkenbilt authored
    2019-01-05 08:49:43 -0500  
    Browse Dir »

04 Jan, 2019
2 commits
  • Update documentation for new features
    ee437705
    Jay Berkenbilt authored
    2019-01-04 21:58:22 -0500  
    Browse Dir »
  • Spell check
    2e342ee5
    Jay Berkenbilt authored
    2019-01-04 21:33:14 -0500  
    Browse Dir »

23 Dec, 2018
1 commit
  • Support zsh completion
    64c15795
    Jay Berkenbilt authored
    2018-12-23 11:21:59 -0500  
    Browse Dir »