• - Updated warning messages to provide clearer descriptions of common issues ("object has offset 0", "xref entry missing") and note that these are handled gracefully by qpdf.
    - Adjusted logic in `QPDF_objects.cc` to identify and process `xref` stream-specific anomalies accurately.
    
    Fixes #1594
    Fixes #1292
    m-holger authored
     
    Browse Dir »




  • 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
     
    Browse Dir »