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













  • By combining --linearize with --compress-streams=n, we ensure that no
    new compressed data will appear in linearized output, which makes the
    output independent of zlib's output. There are other tests to ensure
    that linearization works correctly with compression. This commit
    involves changing some test outputs and test code as well just
    updating test suites.
    Jay Berkenbilt authored
     
    Browse File »