PDFStructureReader
in package
Reads a PDF structure.
Tags
Table of Contents
- read() : PDFStructure
- Reads a PDF structure file.
- readSection() : PDFEntrySection
- Reads a single section from XML.
Methods
read()
Reads a PDF structure file.
public
read(string $data) : PDFStructure
Parameters
- $data : string
-
XML data
Tags
Return values
PDFStructure —structure
readSection()
Reads a single section from XML.
private
readSection(XMLReader $xml) : PDFEntrySection
Parameters
- $xml : XMLReader
-
reader
Tags
Return values
PDFEntrySection —section