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()


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf_parser.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.