46require_once(dirname(__FILE__).
'/tcpdf.php');
 
   48require_once(dirname(__FILE__).
'/tcpdf_parser.php');
 
   71                if ($rawdata === 
false) {
 
   76                        'die_for_errors' => 
false,
 
   77                        'ignore_filter_decoding_errors' => 
true,
 
   78                        'ignore_missing_filter_decoders' => 
true,
 
   83                } 
catch (Exception $e) {
 
   84                        die($e->getMessage());
 
An exception for terminatinating execution or to throw for unit testing.
!!! THIS CLASS IS UNDER DEVELOPMENT !!! PHP class extension of the TCPDF (http://www....
importPDF($filename)
Import an existing PDF document.
This is a PHP class for parsing PDF documents.
PHP class for generating PDF documents without requiring external extensions.
Error($msg)
Throw an exception or print an error message and die if the K_TCPDF_PARSER_THROW_EXCEPTION_ERROR cons...