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
  • libqpdf
  • QPDFJob.cc
16 Jan, 2025
1 commit
  • Revert "Merge pull request #1272 from m-holger/xref_table" ...
    0d5c57c1
    This reverts commit ff2a78f579ebdd06b417e34260a17dba06e71137, reversing
    changes made to 8f54319f7a6514110f4b05cbbf1cb1c9fc8cb6a0.
    m-holger authored
    2025-01-16 16:40:08 +0000  
    Browse File »

27 Sep, 2024
1 commit
  • Merge pull request #1274 from m-holger/meta ...
    50d385c8
    Add new commands --remove-metadata and --remove-info
    m-holger authored
    2024-09-27 11:26:34 +0100  
    Browse File »

18 Sep, 2024
1 commit
  • Move QPDF inner class definitions to new QPDF_private.hh
    f8e6274a
    m-holger authored
    2024-09-18 10:25:37 +0100  
    Browse File »

25 Aug, 2024
1 commit
  • Add new commands --remove-metadata and --remove-info
    8cb9bce7
    m-holger authored
    2024-08-25 13:10:11 +0100  
    Browse File »

18 Jun, 2024
1 commit
  • Handle null form field from annotation (fixes #1189) ...
    5e121c96
    A file that has Widget annotations that can't be mapped back to form
    fields would crash qpdf json.
    Jay Berkenbilt authored
    2024-06-18 08:51:15 -0400  
    Browse File »

07 Jun, 2024
1 commit
  • Format code
    16705741
    Jay Berkenbilt authored
    2024-06-07 08:07:51 -0400  
    Browse File »

16 Feb, 2024
1 commit
  • Refactor QPDFJob::doJSONObjects
    4f54508f
    m-holger authored
    2024-02-16 15:50:30 +0000  
    Browse File »

04 Feb, 2024
1 commit
  • Format code
    7caa9ddf
    Jay Berkenbilt authored
    2024-02-04 16:12:01 -0500  
    Browse File »

11 Jan, 2024
2 commits
  • Include filename in verbose output for overlay/underlay
    90a97bf4
    Jay Berkenbilt authored
    2024-01-11 06:13:57 -0500  
    Browse File »
  • Honor repeated overlay/underlay
    5b2e5430
    Jay Berkenbilt authored
    2024-01-11 06:13:57 -0500  
    Browse File »

10 Jan, 2024
2 commits
  • Allow --file and --range with --pages ...
    34f013c1
    Accept --file and --range as named parameters in additional to
    allowing positional arguments. This is in preparation for adding
    additional flags.
    Jay Berkenbilt authored
    2024-01-10 16:44:17 -0500  
    Browse File »
  • Fix arg parsing check with --collate ...
    20a13482
    The check for the number of items was in the wrong place.
    Jay Berkenbilt authored
    2024-01-10 06:49:31 -0500  
    Browse File »

05 Jan, 2024
1 commit
  • Implement --set-page-labels and supporting API (fixes #939)
    7cac433e
    Jay Berkenbilt authored
    2024-01-05 17:12:12 -0500  
    Browse File »

04 Jan, 2024
1 commit
  • Remove unused argument in private setWriterOptions method
    bfc5fc51
    Jay Berkenbilt authored
    2024-01-04 07:31:00 -0500  
    Browse File »

01 Jan, 2024
1 commit
  • Support comma-separated numeric values with --collate (fixes #505)
    d8d70ecc
    Jay Berkenbilt authored
    2024-01-01 18:57:32 -0500  
    Browse File »

24 Dec, 2023
1 commit
  • Remove --disable-signatures; incorporate into --remove-restrictions ...
    4ca185fd
    Rather than adding yet another flag that is almost never useful on its
    own, just have --remove-restrictions disable digital signatures. The
    operations are still separate in the API.
    Jay Berkenbilt authored
    2023-12-24 07:36:07 -0500  
    Browse File »

23 Dec, 2023
1 commit
  • Implement --disable-signatures (fixes #1015)
    909a0b3f
    Jay Berkenbilt authored
    2023-12-23 08:50:42 -0500  
    Browse File »

22 Dec, 2023
1 commit
  • Format code, bump clang-format version to 18
    7c0fdf85
    Jay Berkenbilt authored
    2023-12-22 21:45:10 -0500  
    Browse File »

03 Sep, 2023
5 commits
  • Merge pull request #1030 from m-holger/exit ...
    fec75b44
    Fix exit code when an input other than the primary input generates wa…
    Jay Berkenbilt authored
    2023-09-03 08:37:14 -0400  
    Browse File »
  • Revert "Check for warnings in files used by --pages" ...
    c6a3d83f
    m-holger's fix is better
    
    This reverts commit fa3cdaf1b46dcbb583393f93a02f89207ba21a88.
    Jay Berkenbilt authored
    2023-09-03 08:12:31 -0400  
    Browse File »
  • Check for warnings in files used by --pages
    fa3cdaf1
    Jay Berkenbilt authored
    2023-09-03 08:07:07 -0400  
    Browse File »
  • Fix a few things found by CLion
    dedf9a06
    Jay Berkenbilt authored
    2023-09-03 08:07:07 -0400  
    Browse File »
  • Fix exit code when an input other than the primary input generates warnings
    94e63232
    m-holger authored
    2023-09-03 12:27:23 +0100  
    Browse File »

17 Jun, 2023
1 commit
  • Merge pull request #990 from m-holger/issue600 ...
    2ff7ac8a
    Ensure copied annotations are fixed (fixes #600)
    Jay Berkenbilt authored
    2023-06-17 17:54:27 -0400  
    Browse File »

15 Jun, 2023
1 commit
  • Ensure copied annotations are fixed (fixes #600) ...
    ae19d703
    Case where pages from a main input without /AcroForm key were duplicated
    was omitted
    m-holger authored
    2023-06-15 15:49:50 +0100  
    Browse File »

09 Jun, 2023
3 commits
  • Code tidy - Clang-Tidy rule performance-for-range-copy
    d784e803
    m-holger authored
    2023-06-09 15:55:49 +0100  
    Browse File »
  • Code tidy - Clang-Tidy rule modernize-use-emplace
    7bc0f1d8
    m-holger authored
    2023-06-09 15:42:11 +0100  
    Browse File »
  • Code tidy - Clang-Tidy rule modernize-return-braced-init-list
    320bbb98
    m-holger authored
    2023-06-09 15:35:56 +0100  
    Browse File »

27 May, 2023
1 commit
  • Code tidy - reflow comments and strings
    698a70e6
    m-holger authored
    2023-05-27 10:54:19 +0100  
    Browse File »

21 May, 2023
2 commits
  • Rerun clang-format
    60965d5f
    Jay Berkenbilt authored
    2023-05-21 13:35:09 -0400  
    Browse File »
  • Globally replace 'this->m->' with 'm->' ...
    85d78495
    Using search and replace.
    m-holger authored
    2023-05-21 14:42:34 +0100  
    Browse File »

20 May, 2023
4 commits
  • Rerun format_code (after merging clang-tidy PR)
    d740c6cc
    Jay Berkenbilt authored
    2023-05-20 14:52:19 -0400  
    Browse File »
  • Merge pull request #929 from m-holger/ogguard ...
    a85635b8
    Add new convenience class QPDFObjGen::Guard
    Jay Berkenbilt authored
    2023-05-20 14:09:49 -0400  
    Browse File »
  • Replace 'virtual' specifier with 'override'
    e6577a13
    m-holger authored
    2023-05-20 15:41:56 +0100  
    Browse File »
  • Replace deprecated C++ includes
    e28f4efb
    m-holger authored
    2023-05-20 15:41:25 +0100  
    Browse File »

19 May, 2023
3 commits
  • Tidy QPDFJob::doJSONObjects
    50bc82b4
    m-holger authored
    2023-05-19 18:56:17 +0100  
    Browse File »
  • Use QPDFObjGen::set in QPDFJob::getWantedJSONObjects
    9db2965f
    m-holger authored
    2023-05-19 18:56:10 +0100  
    Browse File »
  • Use QPDFObjGen::set in QPDFJob::shouldRemoveUnreferencedResources
    0c45bd87
    m-holger authored
    2023-05-19 18:56:06 +0100  
    Browse File »

01 Apr, 2023
1 commit
  • Merge pull request #930 from m-holger/throw ...
    40e4d1f9
    Code tidy re-throwing of exceptions
    Jay Berkenbilt authored
    2023-04-01 09:42:52 -0400  
    Browse File »

20 Mar, 2023
1 commit
  • Merge pull request #814 from m-holger/check ...
    f89196b6
    Warn if catalog type entry is invalid (fixes #810)
    Jay Berkenbilt authored
    2023-03-20 06:59:47 -0400  
    Browse File »