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

19 Mar, 2023
1 commit
  • Warn if catalog type entry is invalid (fixes #810)
    d8acccd5
    m-holger authored
    2023-03-19 20:07:53 +0000  
    Browse File »

18 Mar, 2023
1 commit
  • Merge pull request #924 from cdosborn/main ...
    fe36ef14
    Improve --optimize-images to find images nested within XObjects
    Jay Berkenbilt authored
    2023-03-18 15:34:27 -0400  
    Browse File »

15 Mar, 2023
1 commit
  • Improve --optimize-images to find images nested within XObjects
    8de2497a
    Connor Osborn authored
    2023-03-15 23:27:05 -0400  
    Browse File »

09 Mar, 2023
1 commit
  • Split QPDFJob::run into createQPDF and writeQPDF ...
    43d9ee56
    Also, change QPDFJob to use unique_ptr<QPDF> instead of shared pointers.
    m-holger authored
    2023-03-09 17:21:55 +0000  
    Browse File »

05 Mar, 2023
1 commit
  • Remove redundant parameter from QPDFJob::handlePageSpecs and doSplitPages
    b27be3ed
    m-holger authored
    2023-03-05 09:01:49 -0500  
    Browse File »

25 Feb, 2023
3 commits
  • Spell check
    c304bf73
    Jay Berkenbilt authored
    2023-02-25 14:19:38 -0500  
    Browse File »
  • Overlay/underlay: capture origial page as form XObject (fixes #904)
    78f7dc9f
    Jay Berkenbilt authored
    2023-02-25 12:58:51 -0500  
    Browse File »
  • Refactor overlay/underlay in preparation for change
    48bacbf2
    Jay Berkenbilt authored
    2023-02-25 11:25:28 -0500  
    Browse File »

18 Feb, 2023
1 commit
  • Handle linearization warnings as proper warning (fixes #851)
    0f97e982
    Jay Berkenbilt authored
    2023-02-18 19:38:49 -0500  
    Browse File »

28 Jan, 2023
2 commits
  • Implement --remove-restrictions (fixes #833)
    1308c450
    Jay Berkenbilt authored
    2023-01-28 13:42:19 -0500  
    Browse File »
  • QPDFJob: switch to C++11-style field initializers
    acfc9db0
    Jay Berkenbilt authored
    2023-01-28 13:24:30 -0500  
    Browse File »

19 Nov, 2022
1 commit
  • Use QPDF::newStream in library
    743a735e
    m-holger authored
    2022-11-19 14:10:42 -0500  
    Browse File »

21 Sep, 2022
1 commit
  • Replace calls to QUtil::int_to_string with std::to_string
    2e686948
    m-holger authored
    2022-09-21 15:57:14 -0400  
    Browse File »

09 Sep, 2022
1 commit
  • Make QPDFLogger() private and provide create method
    0ad4e190
    Jay Berkenbilt authored
    2022-09-09 07:03:29 -0400  
    Browse File »

07 Sep, 2022
1 commit
  • Revert getOwningQPDF, and add getQPDF that returns a reference
    0132261e
    Jay Berkenbilt authored
    2022-09-07 17:26:39 -0400  
    Browse File »

06 Sep, 2022
1 commit
  • Support --show-encryption without a valid password (fixes #598)
    94c79bb8
    Jay Berkenbilt authored
    2022-09-06 12:45:12 -0400  
    Browse File »

02 Sep, 2022
2 commits
  • Disallow --empty with --replace-input (fixes #728)
    31396f61
    Jay Berkenbilt authored
    2022-09-02 09:37:17 -0400  
    Browse File »
  • Disable copying/assigning to QPDF objects, add QPDF::create()
    a59e7ac7
    Jay Berkenbilt authored
    2022-09-02 08:53:27 -0400  
    Browse File »

31 Aug, 2022
1 commit
  • Add --report-mem-usage option for debugging/testing
    433f1dae
    Jay Berkenbilt authored
    2022-08-31 14:47:27 -0400  
    Browse File »

28 Aug, 2022
1 commit
  • Add optional parameter allow_nullptr to QPDFObjectHandle::getOwningQPDF ...
    c53d54b1
    Also, inline method and add optional parameter error_msg.
    m-holger authored
    2022-08-28 22:15:59 +0100  
    Browse File »

07 Aug, 2022
1 commit
  • Code tidy: remove redundant calls to smart_ptrs get() method
    7c6901bc
    m-holger authored
    2022-08-07 10:33:25 +0100  
    Browse File »

31 Jul, 2022
7 commits
  • Simplify --json-output ...
    5f4224f3
    Now --json-output just changes defaults. Allow output file with --json.
    Jay Berkenbilt authored
    2022-07-31 16:23:17 -0400  
    Browse File »
  • Fix --json-help to take a version parameter
    80acfc38
    Jay Berkenbilt authored
    2022-07-31 16:23:17 -0400  
    Browse File »
  • Change the output of --json to use "qpdf" instead of "objects"
    69820847
    Jay Berkenbilt authored
    2022-07-31 15:17:01 -0400  
    Browse File »
  • Change --json-output format ...
    d01c4f88
    from "qpdf-v2" to "qpdf": [..., ...]
    Jay Berkenbilt authored
    2022-07-31 10:32:55 -0400  
    Browse File »
  • Update docs and prepare QPDF::writeJSON for changes ...
    bb96499b
    Add additional parameters that will be needed to call QPDF::writeJSON
    in partial mode.
    Jay Berkenbilt authored
    2022-07-31 10:32:55 -0400  
    Browse File »
  • Fix/clarify meaning of depth parameter to json write methods
    0e3d4cdc
    Jay Berkenbilt authored
    2022-07-31 10:32:55 -0400  
    Browse File »
  • Merge pull request #734 from m-holger/nullptr ...
    4feb10fd
    Code tidy : replace 0 with nullptr or true
    Jay Berkenbilt authored
    2022-07-31 08:33:45 -0400  
    Browse File »

26 Jul, 2022
1 commit
  • Code tidy : replace 0 with nullptr or true
    073808aa
    m-holger authored
    2022-07-26 13:40:13 +0100  
    Browse File »

24 Jul, 2022
4 commits
  • Tweak "AndGet" mutator functions again ...
    b3e6d445
    Remove any ambiguity around whether old or new value is being
    returned.
    Jay Berkenbilt authored
    2022-07-24 15:42:23 -0400  
    Browse File »
  • Overload StreamDataProvider::provideStreamData ...
    afd35f9a
    Use 'QPDFObjGen const&' instead of 'int, int' in signature.
    m-holger authored
    2022-07-24 16:02:35 +0100  
    Browse File »
  • QPDFObjGen : tidy QPDFJob ...
    5d0469f1
    Use QPDFObjGen::unparse where appropriate.
    m-holger authored
    2022-07-24 16:02:35 +0100  
    Browse File »
  • Add optional parameter separator to QPDFObjGen::unparse ...
    eeb6162f
    Also, revert inlining of unparse and operator << from commit 4c6640c in
    order to avoid exposing QUtil.
    m-holger authored
    2022-07-24 15:41:48 +0100  
    Browse File »

25 Jun, 2022
2 commits
  • Reformat code
    6c453788
    Jay Berkenbilt authored
    2022-06-25 11:11:24 -0400  
    Browse File »
  • Code tidy: QPDFJob::doJSONPageLabels ...
    97f737a5
    Remove redundant variables pages and next.
    m-holger authored
    2022-06-25 08:24:50 -0400  
    Browse File »

19 Jun, 2022
3 commits
  • Add QPDFJob::registerProgressReporter
    87412eb0
    Jay Berkenbilt authored
    2022-06-19 08:46:58 -0400  
    Browse File »
  • Add C API to QPDFLogger
    8130d50e
    Jay Berkenbilt authored
    2022-06-19 08:46:58 -0400  
    Browse File »
  • Add more flexible funtions to qpdfjob C API
    daef4e8f
    Jay Berkenbilt authored
    2022-06-19 08:46:58 -0400  
    Browse File »

18 Jun, 2022
1 commit
  • Use "save" logger when saving data to standard output ...
    83be2191
    This includes the output PDF, streams from --show-object and
    attachments from --save-attachment. This also enables --verbose and
    --progress to work with saving to stdout.
    Jay Berkenbilt authored
    2022-06-18 09:54:40 -0400  
    Browse File »