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
  • qpdf
  • ObjTable.hh
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 »

18 Sep, 2024
1 commit
  • Refactor QPDFWriter::preserveObjectStreams
    7775aec3
    m-holger authored
    2024-09-18 10:25:38 +0100  
    Browse File »

31 Aug, 2024
4 commits
  • Add new method ObjTable::emplace_back
    7777ea84
    m-holger authored
    2024-08-31 21:03:37 +0100  
    Browse File »
  • Remove methods ObjTable::initialize
    4badc78a
    m-holger authored
    2024-08-31 15:01:45 +0100  
    Browse File »
  • Add new method ObjTable::resize
    0d08f65c
    m-holger authored
    2024-08-31 14:20:16 +0100  
    Browse File »
  • In ObjTable change maximum allowable object id to std::vector<T>::max_size() ...
    68ac2179
    Given that the PDF spec requires the xref table to contain entries for all
    object ids <= the maximum id present in a PDF document, max_size is a
    qpdf implementation limitation for legitimate object ids.
    m-holger authored
    2024-08-31 12:55:53 +0100  
    Browse File »

30 Apr, 2024
1 commit
  • In QPDF::filterCompressedObjects ignore objects not in QPDFWriter tables ...
    60c7d594
    Add fuzz case 68377.
    m-holger authored
    2024-04-30 10:46:06 +0100  
    Browse File »

08 Mar, 2024
1 commit
  • In QPDFWriter replace map obj_renumber with a new object table obj
    8791b5f8
    m-holger authored
    2024-03-08 09:36:22 +0000  
    Browse File »