Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 300 Bytes

Readme.md

File metadata and controls

21 lines (16 loc) · 300 Bytes

Dump PDF/UA (tagged PDF) structure to XML

Run

pdfuaanalyze myfile.pdf

which creates an XML tree of the tagged PDF structure, for example

<Document>
  <Art>
    <H1></H1>
    <P>
      <Link></Link>
      <Link></Link>
    </P>
  </Art>
</Document>

Contact: [email protected]