TCPDF_PARSER
class TCPDF_PARSER
Located at : UKNOWVA_ROOT/libraries/tcpdf/tcpdf_parser.php
Methods
__construct($data)
Parse a PDF document an return an array of objects.
(array)
getParsedData()
Return an array of parsed PDF document objects.
Error($msg)
This method is automatically called in case of fatal error; it simply outputs the message and halts the execution.
Details
at line 88
__construct($data)
Parse a PDF document an return an array of objects.
at line 117
(array)
getParsedData()
Return an array of parsed PDF document objects.
at line 501
Error($msg)
This method is automatically called in case of fatal error; it simply outputs the message and halts the execution.