TCPDF_PARSER
Description Description
Source Source
File: includes/lib/tcpdf/tcpdf_parser.php
Methods Methods
- __construct — Parse a PDF document an return an array of objects.
- decodeStream — Decode the specified stream.
- decodeXref — Decode the Cross-Reference section
- decodeXrefStream — Decode the Cross-Reference Stream section
- Error — Throw an exception or print an error message and die if the K_TCPDF_PARSER_THROW_EXCEPTION_ERROR constant is set to true.
- getIndirectObject — Get content of indirect object.
- getObjectVal — Get the content of object, resolving indect object reference if necessary.
- getParsedData — Return an array of parsed PDF document objects.
- getRawObject — Get object type, raw value and offset to next object
- getXrefData — Get Cross-Reference (xref) table and trailer data from PDF document data.
- setConfig — Set the configuration parameters.