• Backup and restore the xref table during attempted startxref recovery to avoid corrupt states. Added a guard condition to handle invalid xref entries types, preventing processing of unsupported cases. These changes improve robustness during PDF parsing and recovery.
    m-holger authored
     
    Browse File »


  • During xref table reconstruction ignore uncompressed object entries found
    in xref streams. The xref table gets populated with entries for the
    objects actually found in the file. The entries for uncompressed object in
    xref streams are redundant and potentially incorrect.
    m-holger authored
     
    Browse File »