• - Add missing export for operator QPDFObjGen.
    
    - Fix handling of indirect references. The use of the type_code method
      in various switch statements bypassed the special handling of
      ::ot_reference objects. Replace with new method resolved_type_code.
    
    Add tests for ::ot_reference objects.
    m-holger authored
     
    Browse File »














  • Prepare for treating indirect references differently depending on whether
    we are parsing a PDF file (in which case reference to objects not in the
    xref table are null even if they are in the object cache) or whether parse
    from user code (in which case an indirect reference can refer to a user
    created object).
    m-holger authored
     
    Browse File »