TCPDF_PARSER::__construct( $data, $cfg = array() )
Parse a PDF document an return an array of objects.
Description Description
Parameters Parameters
- $data
-
(Required) (string) PDF data to parse.
- $cfg
-
(Optional) (array) Array of configuration parameters: 'die_for_errors' : if true termitate the program execution in case of error, otherwise thows an exception; 'ignore_filter_decoding_errors' : if true ignore filter decoding errors; 'ignore_missing_filter_decoders' : if true ignore missing filter decoding errors.
Default value: array()
Source Source
File: includes/lib/tcpdf/tcpdf_parser.php
Changelog Changelog
Version | Description |
---|---|
1.0.000 | Introduced. |