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
14 Oct, 2025
6 commits
  • Refactor `Pages` cache management: move `all_pages` and related fields from `Doc… ...
    e9e2eef5
    …` to `Pages`, update methods to use relocated fields, and streamline cache handling.
    m-holger authored
    2025-10-14 13:15:16 +0100  
    Browse Code »
  • Refactor `Pages` methods: add `erase`, `find` and `update_cache`, refactor `QPDF… ...
    eb0fec00
    …::removePage` to use `Pages::erase`, streamline cache handling in `Pages::update_cache`.
    m-holger authored
    2025-10-14 13:10:05 +0100  
    Browse Code »
  • Refactor `JSONReactor::dictionaryItem`: remove redundant `QTC::TC` calls, enhance assert usage.
    fc27221a
    m-holger authored
    2025-10-14 12:59:18 +0100  
    Browse Code »
  • Refactor `QPDF::getAllPages` usage: replace with `Pages::all` across qpdflib.
    4c23d2c0
    m-holger authored
    2025-10-14 12:58:52 +0100  
    Browse Code »
  • Refactor `QPDF::getAllPages` usage: replace with `Pages::all` across `Doc::Linearization`.
    5ad81ce6
    m-holger authored
    2025-10-14 12:54:19 +0100  
    Browse Code »
  • Refactor `QPDF::getAllPages` usage: replace with `Pages::all` across `QPDFWriter`.
    bd197adf
    m-holger authored
    2025-10-14 12:32:29 +0100  
    Browse Code »

13 Oct, 2025
7 commits
  • Refactor `QPDF::getAllPages` usage: replace with `Pages::all` across `QPDFJob`.
    2bd0657d
    m-holger authored
    2025-10-13 16:50:12 +0100  
    Browse Code »
  • Refactor `QPDF::getAllPages` and `Pages` methods: move implementation to new `Pa… ...
    1edbed57
    …ges::all` method, add `Pages::size` and `empty` methods, move `getAllPagesInternal` to private section, streamline encapsulation, and enhance code organization.
    m-holger authored
    2025-10-13 16:46:47 +0100  
    Browse Code »
  • Refactor `pushInheritedAttributesToPage`: move implementation to `QPDF_pages.cc`… ...
    ae90619f
    … to improve code organization.
    m-holger authored
    2025-10-13 16:39:33 +0100  
    Browse Code »
  • Refactor `QPDF`: move warnings and damaged PDF handling logic to `Common` class,… ...
    cc9facdb
    … streamline error handling, and improve encapsulation.
    m-holger authored
    2025-10-13 13:40:34 +0100  
    Browse Code »
  • Refactor `QPDFWriter`: replace `pdf` with `qpdf`, streamline `Writer` class, and… ...
    61879f9a
    … improve encapsulation.
    m-holger authored
    2025-10-13 12:37:17 +0100  
    Browse Code »
  • Refactor `Doc::Objects`: extend `Common` inheritance, streamline constructors, a… ...
    8486b9de
    …nd improve encapsulation.
    m-holger authored
    2025-10-13 12:10:28 +0100  
    Browse Code »
  • Refactor `Doc` components: introduce `Common` base class, streamline constructor… ...
    79af9774
    …s, and improve encapsulation.
    m-holger authored
    2025-10-13 10:31:48 +0100  
    Browse Code »

12 Oct, 2025
1 commit
  • Refactor `Doc` class: reorganize structure, move implementations, add inline fun… ...
    0c591c10
    …ctions and improve encapsulation.
    m-holger authored
    2025-10-12 13:10:02 +0100  
    Browse Code »

09 Oct, 2025
11 commits
  • Merge pull request #1556 from m-holger/foreign_stream ...
    0c8af4a3
    Refactor stream copying
    m-holger authored
    2025-10-09 16:24:30 +0100  
    Browse Code »
  • Refactor `Streams::Copier`: replace `copied_streams` with `copied_providers`, st… ...
    c99a4eaf
    …reamline stream registration, and improve encapsulation.
    m-holger authored
    2025-10-09 13:41:28 +0100  
    Browse Code »
  • Refactor `Streams::Copier`: move implementation to `QPDF_Stream.cc` and improve encapsulation.
    c59c6a7d
    m-holger authored
    2025-10-09 12:48:36 +0100  
    Browse Code »
  • Refactor stream copying: move `copyStreamData` logic into `Stream::copy_data_to`… ...
    19073b46
    … and streamline stream handling.
    m-holger authored
    2025-10-09 12:10:43 +0100  
    Browse Code »
  • Refactor `copyStreamData`: rename parameters for clarity, streamline stream data… ...
    171027b1
    … handling, and enhance encapsulation.
    m-holger authored
    2025-10-09 11:41:41 +0100  
    Browse Code »
  • Move `copyStreamData` implementation from `QPDF.cc` to `QPDF_Stream.cc`.
    9ad84bae
    m-holger authored
    2025-10-09 11:33:02 +0100  
    Browse Code »
  • Refactor `ForeignStreamData`: move to `Streams::Copier::Data`, improve encapsula… ...
    0889eba4
    …tion, and streamline stream registration logic.
    m-holger authored
    2025-10-09 11:29:50 +0100  
    Browse Code »
  • Remove `pipeForeignStreamData`: inline logic into `Streams::Copier::pipeStreamDa… ...
    95424109
    …ta`and streamline foreign stream handling.
    m-holger authored
    2025-10-09 11:08:30 +0100  
    Browse Code »
  • Refactor `pipeForeignStreamData` logic: streamline conditional checks, improve f… ...
    675c9ae7
    …oreign stream handling, and simplify return logic.
    m-holger authored
    2025-10-09 11:04:22 +0100  
    Browse Code »
  • Refactor `StreamDataProvider`: replace `destination_qpdf` with `Streams`, improv… ...
    3c6654b3
    …e encapsulation, and streamline foreign stream handling.
    m-holger authored
    2025-10-09 10:58:15 +0100  
    Browse Code »
  • Refactor `CopiedStreamDataProvider`: move functionality to `Streams::Copier`, im… ...
    eadfa25b
    …prove encapsulation, and streamline stream data handling.
    m-holger authored
    2025-10-09 10:39:19 +0100  
    Browse Code »

07 Oct, 2025
1 commit
  • Refactor `Streams` class: move implementation to `Doc::Objects::Streams`, improv… ...
    e10932f3
    …e encapsulation, and streamline stream data handling.
    m-holger authored
    2025-10-07 19:33:50 +0100  
    Browse Code »

06 Oct, 2025
14 commits
  • Merge pull request #1554 from m-holger/foreign_stream ...
    2dc837f4
    Refactor foreign object copying
    m-holger authored
    2025-10-06 18:42:17 +0100  
    Browse Code »
  • Refactor `ObjCopier` into `Objects::Foreign::Copier`: improve encapsulation, str… ...
    c5bf0fdf
    …eamline foreign object handling, and simplify method structure.
    m-holger authored
    2025-10-06 16:11:24 +0100  
    Browse Code »
  • Refactor `ObjCopier` and `copyForeignObject`: enhance encapsulation, streamline … ...
    b20ff968
    …`Copier` usage, and simplify object copying logic.
    m-holger authored
    2025-10-06 15:41:36 +0100  
    Browse Code »
  • Refactor `ObjCopier` and `copyForeignObject`: introduce `Copier` class, streamli… ...
    91b8b0d8
    …ne object copying logic, and simplify method structure.
    m-holger authored
    2025-10-06 15:39:15 +0100  
    Browse Code »
  • Refactor `reserveObjects`: move logic to `ObjCopier::reserve_objects`, simplify … ...
    242ddf15
    …object reservation, and streamline method usage.
    m-holger authored
    2025-10-06 15:38:11 +0100  
    Browse Code »
  • Refactor `replaceForeignIndirectObjects`: move logic to `ObjCopier::replace_indi… ...
    decd3650
    …rect_object`, simplify object replacement, and streamline method usage.
    m-holger authored
    2025-10-06 15:36:11 +0100  
    Browse Code »
  • Refactor `replaceForeignIndirectObjects`: simplify object replacement logic, str… ...
    01dbae42
    …eamline type-specific handling, and remove redundant test coverage evaluations.
    m-holger authored
    2025-10-06 15:33:53 +0100  
    Browse Code »
  • Refactor `ForeignStreamData`: simplify constructor and streamline initialization logic.
    cabd582e
    m-holger authored
    2025-10-06 15:31:22 +0100  
    Browse Code »
  • Refactor `CopiedStreamDataProvider` and `pipeForeignStreamData`: remove redundan… ...
    43f2fa1d
    …t usage of `std::shared_ptr`, simplify stream data management, and enforce `final` specifier.
    m-holger authored
    2025-10-06 15:28:55 +0100  
    Browse Code »
  • Refactor stream copying: simplify `replaceStreamData` logic and remove redundant… ...
    403dbd5f
    … `StreamDataProvider` management.
    m-holger authored
    2025-10-06 15:28:11 +0100  
    Browse Code »
  • Refactor `QPDFObjectHandle::copyStream`: move stream copying logic to `Stream`.
    d207f615
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Code »
  • Refactor: streamline `Stream` dictionary access and simplify `isRootMetadata` logic
    f797de7b
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Code »
  • Refactor: simplify `Stream` handling in `QPDF_objects` and `QPDF_json`
    d1af5099
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Code »
  • Add default special member functions to `Stream` class ...
    41228e0d
    Implement default constructor, copy/move constructors, and assignment operators for `Stream`. Add overloads for initializing `Stream` with `QPDFObjectHandle`.
    m-holger authored
    2025-10-06 15:25:21 +0100  
    Browse Code »