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
15 Oct, 2025
4 commits
  • Refactor `Config` and related methods: rename `provided_password_is_hex_key` and… ...
    26edf767
    … `attempt_recovery` to `password_is_hex_key` and `suppress_recovery` to align with the CLI, update usage across the codebase, and streamline related logic.
    m-holger authored
    2025-10-15 22:35:09 +0100  
    Browse File »
  • Refactor `QPDFJob` configuration: replace direct member access with `Doc::Config… ...
    089b817b
    …` methods, update usage across codebase, and streamline related logic.
    m-holger authored
    2025-10-15 22:13:40 +0100  
    Browse File »
  • Refactor `Config` interface: add accessor and mutator methods for configuration … ...
    b520c150
    …fields, replace direct member access across the codebase, and streamline related logic.
    m-holger authored
    2025-10-15 20:45:02 +0100  
    Browse File »
  • Refactor `QPDF` configuration: encapsulate related fields in `Doc::Config`, upda… ...
    49010866
    …te usage throughout the codebase, and streamline configurations.
    m-holger authored
    2025-10-15 19:10:45 +0100  
    Browse File »

14 Oct, 2025
1 commit
  • Refactor `Pages` interface: replace `.all()` with iterator-based access, add `be… ...
    361f147f
    …gin`/`end` methods, update calls across codebase, and streamline page handling logic.
    m-holger authored
    2025-10-14 13:27:34 +0100  
    Browse File »

13 Oct, 2025
1 commit
  • Refactor `QPDF::getAllPages` usage: replace with `Pages::all` across `QPDFJob`.
    2bd0657d
    m-holger authored
    2025-10-13 16:50:12 +0100  
    Browse File »

06 Oct, 2025
1 commit
  • Rename `pages` to `page_dh` in `QPDF::Doc` and update references ...
    50f21ae7
    Refactor `pages` method and related members in `QPDF::Doc` to `page_dh`. Update all associated references to reflect the change.
    m-holger authored
    2025-10-06 13:42:45 +0100  
    Browse File »

05 Oct, 2025
2 commits
  • Move `JobSetter` to `QPDF::Doc` and update references ...
    d67ad8b7
    Relocate `JobSetter` to `QPDF::Doc` for improved encapsulation of job-related logic. Adjust all references to use the new placement.
    m-holger authored
    2025-10-05 12:09:58 +0100  
    Browse File »
  • Refactor document helper access through `QPDF::Doc` ...
    1111240a
    Replace direct access to document helpers (`acroform()`, `pages()`, `embedded_files()`, etc.) with calls through `QPDF::doc()` for better encapsulation. Adjust related methods, constructors, and memory management accordingly.
    m-holger authored
    2025-10-05 11:22:08 +0100  
    Browse File »

20 Sep, 2025
28 commits
  • Refactor `QPDFJob::handlePageSpecs`: add `any_page_labels` to `Input`, simplify … ...
    1a000fce
    …page label processing logic, centralize label handling, and adjust related resource management.
    m-holger authored
    2025-09-20 19:55:18 +0100  
    Browse File »
  • Refactor `QPDFJob::handlePageSpecs`: replace `selected_from_orig` and `copied_pa… ...
    92b29095
    …ges` sets with vector<bool> `Input::copied_pages`, centralize page tracking logic, adjust page processing, and simplify resource management.
    m-holger authored
    2025-09-20 15:45:14 +0100  
    Browse File »
  • Refactor `handlePageSpecs`: adjust logic to process selections specific to each … ...
    cb5a5f4e
    …input, centralize page range parsing, and simplify page processing.
    m-holger authored
    2025-09-20 14:51:36 +0100  
    Browse File »
  • Refactor `QPDFJob::Selection` and `Inputs`: remove `Selection::password` member … ...
    1c443a1c
    …and replace it with a setter that directly sets `Input::password`, centralize password handling, simplify file processing, and adjust related logic in `handlePageSpecs`.
    m-holger authored
    2025-09-20 14:36:11 +0100  
    Browse File »
  • Refactor `QPDFJob::Selection` and `Inputs`: replace `Selection::filename` with `… ...
    d90b4006
    …input_entry`, centralize input file handling in `infile_name`, update `new_selection` logic, and simplify page range and input processing.
    m-holger authored
    2025-09-20 14:12:53 +0100  
    Browse File »
  • Refactor `QPDFJob::Selection`: remove redundant `qpdf` member, update related lo… ...
    2c6a3e97
    …gic in `handlePageSpecs` and `new_selection`, and simplify page processing.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: move section processing logic to `Selection::process`, centr… ...
    637c33a7
    …alize handling in `Files::process_all`, and simplify `handlePageSpecs`.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: replace `infilename` with `infile_name()`, centralize input … ...
    ac039c85
    …file handling in `Inputs`, and simplify related logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: move `selections` to `Inputs`, update related logic in `hand… ...
    0fae76cf
    …lePageSpecs` and `new_selection`, and simplify page specification handling.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::Inputs`: add `clear` method to centralize QPDF object cleanup… ...
    0f67d851
    …, replace redundant file warning logic in `handlePageSpecs`, and simplify resource management.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::Input`: add `initialize` method to centralize member initiali… ...
    a43b8312
    …zation, simplify `handlePageSpecs` and `new_section`, and streamline file processing logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: move `remove_unreferenced` logic to `Input`, simplify resour… ...
    1f5a7cee
    …ce removal handling, and cleanup redundant code in `handlePageSpecs`.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: move file-related logic to `Inputs`, consolidate file proces… ...
    7aab94c8
    …sing, and simplify page specification handling.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: remove redundant `orig_pages` member in `Selection`, consoli… ...
    b56890db
    …date page handling logic in `Input`, and optimize page range processing.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::handlePageSpecs`: add `password` to `Input`, revise file-open… ...
    69d21018
    …ing logic, and streamline password handling and verbose output.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: replace `page_spec_cfis` map with `cfis` in `Input`, streaml… ...
    20021372
    …ine file handling and resource management logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::handlePageSpecs`: introduce `Inputs` and `Input` to replace `… ...
    7fa74c4f
    …page_heap` and `page_spec_qpdfs`, simplify file handling, and improve code clarity.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: consolidate `QPDFPageData` into `Selection`, simplify page r… ...
    980df238
    …ange handling, and cleanup obsolete logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: replace `PageSpec` with `Selection`, introduce `new_selectio… ...
    a000488d
    …n` method, and update logic for handling page specifications.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::handlePageSpecs`: streamline page handling by removing `QPDFP… ...
    3e39e0dc
    …ageDocumentHelper` dependency, simplifying page and form field operations, and updating test coverage.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::handlePageSpecs`: simplify interface by removing `page_heap` … ...
    dcd53ffc
    …parameter, return success status, and streamline warning handling logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::handleUnderlaysAndOverlays`: replace nested maps with vector-… ...
    98d8d472
    …based structure for page mapping, improve indexing logic, and clean up redundant variables.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::validateUnderOverlay`: reduce redundant variable usage, strea… ...
    e7dad11b
    …mline numeric range parsing, and clean up obsolete test coverage entries.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::doUnderOverlayForPage`: replace `page_idx` with `PageNo`, eli… ...
    32aa5165
    …minate redundant variables, and simplify underlay/overlay page handling logic.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob::handleUnderlaysAndOverlays`: streamline logic for handling pa… ...
    e62cf819
    …ges, replace redundant variables, and improve code readability.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: introduce `PageNo` structure to simplify and standardize pag… ...
    c1150a44
    …e number and index handling, update related logic accordingly.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: mark `ProgressReporter` methods as `final`, inline construct… ...
    2d36aedf
    …ors for `Members` and `ProgressReporter`
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »
  • Refactor `QPDFJob`: split private structures and implementation details into `QP… ...
    4c61ba56
    …DFJob_private.hh`, streamline includes, and reduce header dependencies.
    m-holger authored
    2025-09-20 00:06:52 +0100  
    Browse File »

19 Sep, 2025
1 commit
  • Remove redundant call to `setRecompressFlate(false)` in QPDFJob::doCheck.
    dbae9496
    m-holger authored
    2025-09-19 20:02:53 +0100  
    Browse File »

16 Sep, 2025
1 commit
  • Avoid unnecessary re-compression in QPDFJob::doCheck
    57ad405b
    James R. Barlow authored
    2025-09-16 10:00:22 -0700  
    Browse File »

07 Sep, 2025
1 commit
  • Add additional validation of document-level structures to `--check` option.
    206c2fc1
    m-holger authored
    2025-09-07 19:13:43 +0100  
    Browse File »