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
09 Nov, 2025
1 commit
  • Refactor FormField class: replace inheritance from QPDFObjectHelper with BaseDic… ...
    3f43b187
    …tionary, modernize constructors, and clean up null handling logic.
    m-holger authored
    2025-11-09 09:42:44 +0000  
    Browse Code »

08 Nov, 2025
9 commits
  • Refactor QPDFFormFieldObjectHelper: extract logic into `impl::FormField`, clean … ...
    6ad83cfd
    …up method implementations, and simplify member handling.
    m-holger authored
    2025-11-08 22:09:32 +0000  
    Browse Code »
  • Refactor QPDFFormFieldObjectHelper: simplify Members handling by using std::shar… ...
    d33e5a9c
    …ed_ptr and forward declaration.
    m-holger authored
    2025-11-08 22:09:32 +0000  
    Browse Code »
  • Merge pull request #1583 from m-holger/null ...
    9a6cfda2
    Add `nullify` method to `BaseHandle` for setting objects to a mutable…
    m-holger authored
    2025-11-08 13:56:17 +0000  
    Browse Code »
  • Add `nullify` method to `BaseHandle` for setting objects to a mutable null.
    edbaeff2
    m-holger authored
    2025-11-08 13:10:28 +0000  
    Browse Code »
  • Merge pull request #1582 from m-holger/null ...
    277779a3
    Add private-API Null class
    m-holger authored
    2025-11-08 13:05:23 +0000  
    Browse Code »
  • Refactor null object handling across helpers to use the `Null` class for consist… ...
    2d11e4dd
    …ent and simplified temporary null management. Clean up unused test coverage markers.
    m-holger authored
    2025-11-08 12:33:57 +0000  
    Browse Code »
  • Refactor null object handling across helpers to use the `Null` class for consist… ...
    4181ec92
    …ent and simplified temporary null management. Clean up unused test coverage markers.
    m-holger authored
    2025-11-08 12:29:41 +0000  
    Browse Code »
  • Merge pull request #1581 from m-holger/fuzz ...
    6a0d6fe1
    Prevent infinite recursion in /AcroForm traversal by checking for sel…
    m-holger authored
    2025-11-08 02:02:52 +0000  
    Browse Code »
  • Prevent infinite recursion in /AcroForm traversal by checking for self-referencing fields.
    841b4a09
    m-holger authored
    2025-11-08 01:12:53 +0000  
    Browse Code »

07 Nov, 2025
2 commits
  • Merge pull request #1580 from m-holger/integer ...
    7edafea8
    Refactor integer handling and type conversions
    m-holger authored
    2025-11-07 13:45:28 +0000  
    Browse Code »
  • Refactor integer handling and type conversions ...
    0583a507
    Simplify integer value retrieval by introducing a templated `value` method in the `Integer` class. Replace redundant exception handling logic across multiple functions with this unified approach. Streamline type conversions and improve readability.
    m-holger authored
    2025-11-07 13:21:44 +0000  
    Browse Code »

06 Nov, 2025
4 commits
  • Merge pull request #1579 from m-holger/streams ...
    ca24c235
    Refactor Stream factories
    m-holger authored
    2025-11-06 12:33:02 +0000  
    Browse Code »
  • Update Stream factories to avoid unnecessary replacement of filters and decode p… ...
    3bce15f5
    …arameters with their existing empty values.
    m-holger authored
    2025-11-06 10:46:53 +0000  
    Browse Code »
  • Update `Stream::copy_data_to` to avoid unnecessary replacement filters and decod… ...
    8a9015bd
    …e parameters with their existing values.
    m-holger authored
    2025-11-06 10:46:53 +0000  
    Browse Code »
  • Merge pull request #1578 from m-holger/members ...
    2336590f
    Refactor QPDFFormFieldObjectHelper and QPDFEFStreamObjectHelper
    m-holger authored
    2025-11-06 00:49:56 +0000  
    Browse Code »

05 Nov, 2025
13 commits
  • Refactor `QPDFFileSpecObjectHelper`: simplify dictionary access, streamline stri… ...
    9cbc87e1
    …ng handling with `qpdf::String`, and clean up `Members` class implementation.
    m-holger authored
    2025-11-05 17:38:36 +0000  
    Browse Code »
  • Refactor `QPDFEFStreamObjectHelper`: simplify parameter fetching, replace redund… ...
    9a95497e
    …ant logic, and streamline type conversions.
    m-holger authored
    2025-11-05 14:52:13 +0000  
    Browse Code »
  • Refactor `QPDFEFStreamObjectHelper::newFromStream`: use `qpdf::String` and `qpdf… ...
    8191d4cd
    …::types` helpers, simplify pipeline usage, and clean up includes.
    m-holger authored
    2025-11-05 14:44:21 +0000  
    Browse Code »
  • Merge pull request #1577 from m-holger/global ...
    628cf873
    Refactor QPDFParser
    m-holger authored
    2025-11-05 14:35:41 +0000  
    Browse Code »
  • Refactor `Pl_MD5`: move implementation to `MD5.cc`, update `CMakeLists.txt`, and… ...
    fafd50bb
    … clean up unused file.
    m-holger authored
    2025-11-05 13:54:16 +0000  
    Browse Code »
  • Refactor `Pl_MD5`: inline member function implementations, improve readability, … ...
    0ed62d9e
    …and simplify pipeline logic.
    m-holger authored
    2025-11-05 13:54:16 +0000  
    Browse Code »
  • Refactor `QPDFEFStreamObjectHelper`: simplify dictionary access, replace redunda… ...
    cbd5db35
    …nt checks, and streamline string handling.
    m-holger authored
    2025-11-05 13:54:16 +0000  
    Browse Code »
  • Refactor `QPDFEFStreamObjectHelper`: move `Members` class implementation to `.cc… ...
    72bda79c
    …` file and eliminate unneccessary creation of `Members` object.
    m-holger authored
    2025-11-05 13:54:16 +0000  
    Browse Code »
  • Improve `QPDFParser` handling of invalid indirect references by enhancing associated warnings
    9abd73ff
    m-holger authored
    2025-11-05 13:47:36 +0000  
    Browse Code »
  • Refactor `QPDFParser` to simplify `parse` methods by removing `empty` flag, adju… ...
    fe4853fe
    …sting return values for uninitialized objects, and cleaning up error handling logic.
    m-holger authored
    2025-11-05 13:47:04 +0000  
    Browse Code »
  • Refactor `QPDFParser` internal `parse` methods to return uninitialized object ha… ...
    7061ee1c
    …ndles on invalid input..
    m-holger authored
    2025-11-05 10:33:13 +0000  
    Browse Code »
  • Refactor `QPDFParser` error handling by introducing `QPDFParser::Error` class, r… ...
    1a1c640a
    …eplacing redundant logic with centralized functions, and streamlining bad token handling for improved readability and maintainability.
    m-holger authored
    2025-11-05 10:23:23 +0000  
    Browse Code »
  • Enhance `QPDFParser` by introducing global `Limits` class for configurable const… ...
    b841c2d2
    …raints, replacing hardcoded values for nesting, container size, and error limits.
    m-holger authored
    2025-11-05 10:21:36 +0000  
    Browse Code »

04 Nov, 2025
11 commits
  • Merge pull request #1576 from m-holger/gel ...
    b0ee84e5
    Minor refactorings
    m-holger authored
    2025-11-04 20:41:44 +0000  
    Browse Code »
  • Refactor: replace direct `_qpdf` parsing with structured `Dictionary`/`Name` API… ...
    4c3155b7
    … for improved code readability and maintainability.
    m-holger authored
    2025-11-04 17:26:32 +0000  
    Browse Code »
  • Refactor `QPDF::getRoot`: improve error handling for invalid trailer `/Root` and… ...
    0a0eb92a
    … simplify logic. Update related test outputs and release notes.
    m-holger authored
    2025-11-04 17:26:05 +0000  
    Browse Code »
  • Refactor `QPDF::getExtensionLevel`: simplify key lookup logic and improve readability.
    1831a2fe
    m-holger authored
    2025-11-04 17:07:48 +0000  
    Browse Code »
  • Merge pull request #1575 from m-holger/string ...
    2d6512eb
    Add new private-API class String
    m-holger authored
    2025-11-04 17:01:42 +0000  
    Browse Code »
  • Refactor `QPDFObjectHandle::newUnicodeString`: remove `QPDF_String::create_utf16… ...
    a367a367
    …` and replace with `String::utf16`.
    m-holger authored
    2025-11-04 16:15:54 +0000  
    Browse Code »
  • Refactor `String::utf8_value`: inline `QPDF_String::getUTF8Val`, remove redundant implementation.
    09ac645b
    m-holger authored
    2025-11-04 16:12:26 +0000  
    Browse Code »
  • Refactor `QPDF_String::writeJSON`: inline `getUTF8Val`
    8dc8e8c3
    m-holger authored
    2025-11-04 16:12:12 +0000  
    Browse Code »
  • Refactor UTF detection: move logic from `QUtil` to `qpdf::util` and update references
    82497ea8
    m-holger authored
    2025-11-04 16:11:45 +0000  
    Browse Code »
  • Introduce private-API `qpdf::String` class and refactor string handling ...
    09020472
    Added `qpdf::String` class to encapsulate string operations. Updated `QPDFObjectHandle` string methods to utilize `qpdf::String`, streamlined empty string handling, and removed redundant test coverage entries.
    m-holger authored
    2025-11-04 16:06:31 +0000  
    Browse Code »
  • Refactor `QPDFObjectHandle`: replace `getObj` with `BaseHandle::obj_sp` for impr… ...
    906034d9
    …oved shared pointer handling, remove deprecated object methods, and update all references.
    m-holger authored
    2025-11-04 16:05:46 +0000  
    Browse Code »