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
10 Feb, 2021
2 commits
  • Add CLI support for working with attachments
    832d792e
    Jay Berkenbilt authored
    2021-02-10 10:03:27 -0500  
    Browse File »
  • Implement helpers for file attachments
    ad34b9c2
    Jay Berkenbilt authored
    2021-02-10 06:57:37 -0500  
    Browse File »

09 Feb, 2021
1 commit
  • Add QUtil methods for dealing with PDF timestamp strings
    bf0e6eb3
    Jay Berkenbilt authored
    2021-02-09 17:50:24 -0500  
    Browse File »

07 Feb, 2021
1 commit
  • Add QUtil::pipe_file and QUtil::file_provider
    553ac7f3
    Jay Berkenbilt authored
    2021-02-07 19:41:34 -0500  
    Browse File »

04 Feb, 2021
3 commits
  • Better fix to insecure password check (fixes #501)
    3de67173
    Jay Berkenbilt authored
    2021-02-04 20:44:05 -0500  
    Browse File »
  • Add --password-file=filename option (fixes #499)
    63158cf5
    Jay Berkenbilt authored
    2021-02-04 16:48:53 -0500  
    Browse File »
  • Require --allow-insecure to create certain encrypted files (fixes #501) ...
    21b0f4ac
    For now, --allow-insecure allows creation of files with the owner
    passwords empty or matching the user password.
    Jay Berkenbilt authored
    2021-02-04 15:57:13 -0500  
    Browse File »

02 Feb, 2021
2 commits
  • Handle older PDFs whose form XObjects inherit resources (fixes #494) ...
    faa2e3dd
    When removing unreferenced resources, notice if a page (recursively)
    contains a form XObject with unreferenced resources, and count any
    such resources as referenced by the page.
    Jay Berkenbilt authored
    2021-02-02 18:06:05 -0500  
    Browse File »
  • Add release note for previous fix
    2046f653
    Jay Berkenbilt authored
    2021-02-02 18:06:05 -0500  
    Browse File »

30 Jan, 2021
2 commits
  • Add example of name/number trees and dictionary/array iteration
    1fec4045
    Jay Berkenbilt authored
    2021-01-30 15:52:16 -0500  
    Browse File »
  • Add C++ iterator API around array and dictionary objects
    de0b11fc
    Jay Berkenbilt authored
    2021-01-30 15:15:23 -0500  
    Browse File »

29 Jan, 2021
1 commit
  • Make QPDFObjectHandle::is* return false for uninitialized objects
    35e7859b
    Jay Berkenbilt authored
    2021-01-29 15:46:54 -0500  
    Browse File »

26 Jan, 2021
1 commit
  • name/number trees: remove
    e7e20772
    Jay Berkenbilt authored
    2021-01-26 09:12:23 -0500  
    Browse File »

24 Jan, 2021
3 commits
  • Implement repair and insert for name/number trees
    b5614f61
    Jay Berkenbilt authored
    2021-01-24 19:31:45 -0500  
    Browse File »
  • QPDFObjectHandle::newUnicodeString to uses UTF-16 only when needed ...
    04edfe9f
    Use the first of ASCII, PDFDocEncoding, or UTF-16 that is capable of
    encoding the string.
    Jay Berkenbilt authored
    2021-01-24 03:27:28 -0500  
    Browse File »
  • Use QPDFNameTreeObjectHelper's iterator directly
    ba814703
    Jay Berkenbilt authored
    2021-01-24 03:25:11 -0500  
    Browse File »

16 Jan, 2021
1 commit
  • Add warn() to QPDF's public API
    6226b69d
    Jay Berkenbilt authored
    2021-01-16 18:41:53 -0500  
    Browse File »

04 Jan, 2021
3 commits
  • Prepare version 10.1.0
    0fed0403
    Jay Berkenbilt authored
    2021-01-04 16:59:55 -0500  
    Browse File »
  • Remove unreferenced resources only from relevant pages
    891751f6
    Jay Berkenbilt authored
    2021-01-04 15:17:35 -0500  
    Browse File »
  • Fix zsh completion arguments (fixes #473)
    a9bdeeb0
    Jay Berkenbilt authored
    2021-01-04 15:17:35 -0500  
    Browse File »

02 Jan, 2021
3 commits
  • Make more QPDFPageObjectHelper methods work with form XObject
    3be58f49
    Jay Berkenbilt authored
    2021-01-02 14:08:53 -0500  
    Browse File »
  • Externalize inline images now includes form XObjects
    98da4fd8
    Jay Berkenbilt authored
    2021-01-02 14:08:17 -0500  
    Browse File »
  • Add several methods for working with form XObjects (fixes #436) ...
    a139d2b3
    Make some more methods in QPDFPageObjectHelper work with form
    XObjects, provide forEach methods to walk through nested form
    XObjects, possibly recursively. This should make it easier to work
    with form XObjects from user code.
    Jay Berkenbilt authored
    2021-01-02 12:29:31 -0500  
    Browse File »

30 Dec, 2020
2 commits
  • Add release notes for changes from 10.0.4 so far
    c97bd632
    Jay Berkenbilt authored
    2020-12-30 16:45:50 -0500  
    Browse File »
  • Add QPDFPageObjectHelper::flattenRotation and --flatten-rotation
    c9271335
    Jay Berkenbilt authored
    2020-12-30 13:03:55 -0500  
    Browse File »

21 Nov, 2020
1 commit
  • Prepare 10.0.4 release
    78b9d6bf
    Jay Berkenbilt authored
    2020-11-21 13:50:02 -0500  
    Browse File »

31 Oct, 2020
1 commit
  • Prepare 10.0.3 release
    fbe40b80
    Jay Berkenbilt authored
    2020-10-31 13:47:03 -0400  
    Browse File »

27 Oct, 2020
1 commit
  • Revert removal of unreadCh change for performance ...
    bcea54fc
    Turns out unreadCh is much more efficient than seek(-1, SEEK_CUR).
    Update comments and code to reflect this.
    Jay Berkenbilt authored
    2020-10-27 11:57:48 -0400  
    Browse File »

26 Oct, 2020
1 commit
  • Release notes for 10.0.2
    db08974e
    Jay Berkenbilt authored
    2020-10-26 19:39:36 -0400  
    Browse File »

23 Oct, 2020
1 commit
  • Avoid merging adjacent tokens when concatenating contents (fixes #444)
    b30deaee
    Jay Berkenbilt authored
    2020-10-23 08:00:04 -0400  
    Browse File »

20 Oct, 2020
1 commit
  • Add option --warning-exit-0 to exit 0 instead of 3 with warnings
    758e3e38
    Jay Berkenbilt authored
    2020-10-20 18:02:39 -0400  
    Browse File »

15 Oct, 2020
3 commits
  • Clarify qpdf's exit statuses in the documentation
    bbd45cd0
    Jay Berkenbilt authored
    2020-10-15 15:03:14 -0400  
    Browse File »
  • Fix doc typo (--encryption-file-password) (fixes #468)
    8f1db4dc
    Jay Berkenbilt authored
    2020-10-15 14:54:34 -0400  
    Browse File »
  • Fix/clarify documentation on --rotate option (fixes #470) ...
    a1994a53
    Make clear that you almost always want + or - before an angle when
    specifying rotation.
    Jay Berkenbilt authored
    2020-10-15 14:53:06 -0400  
    Browse File »

09 Apr, 2020
1 commit
  • Prepare 10.0.1 release
    821a7018
    Jay Berkenbilt authored
    2020-04-09 11:48:26 -0400  
    Browse File »

06 Apr, 2020
5 commits
  • Prepare 10.0.0 release
    1e629c27
    Jay Berkenbilt authored
    2020-04-06 11:30:15 -0400  
    Browse File »
  • Delegate random number generation to crypto provider (fixes #418)
    77198d53
    Jay Berkenbilt authored
    2020-04-06 11:23:02 -0400  
    Browse File »
  • Remove QUtil::srandom
    619d294e
    Jay Berkenbilt authored
    2020-04-06 09:49:02 -0400  
    Browse File »
  • Update ChangeLog and manual for openssl crypto provider
    1360b530
    Jay Berkenbilt authored
    2020-04-06 09:24:12 -0400  
    Browse File »
  • Fixes to ChangeLog and manual for 10.0.0 changes
    3d0de5b9
    Jay Berkenbilt authored
    2020-04-06 09:02:58 -0400  
    Browse File »