Rand Stats

PDF::Tags::Reader

zef:dwarring
Revision history for PDF-Tags-Reader

0.0.4  2022-03-31T09:15:19+13:00
    - Handle nested tags within marked content. Skip artifacts.
    - Adjust tests for PDF::Tags 0.1.0+, which no longer treats
      /O (owner) as an attribute
    - move release repository from CPAN to zef ecosystem

0.0.3  2022-02-23T11:38:07+13:00
    - Add detection of implicit newlines for Td (TextMove) when
      significant vertical displacement is detected. This is needed
      to work with Cairo/PDF, which doesn't have newlines or wrapping.
      Also improves XML generation from the PDF Specification in PDF::ISO_32000.

0.0.2  2021-12-28T06:45:07+13:00
    - Adjust tests for PDF::Tags 0.0.13, which no longer inserts extra Span tags.

0.0.1  2021-12-22T11:12:34+13:00
    - Initial version; factored out from PDF::Tags 0.0.11