Skip to content

speedata/pdfuaanalyze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]