TCPDF_PARSER::getXrefData( $offset, $xref = array() )
Get Cross-Reference (xref) table and trailer data from PDF document data.
Description Description
Parameters Parameters
- $offset
-
(Required) (int) xref offset (if know).
- $xref
-
(Optional) (array) previous xref array (if any).
Default value: array()
Return Return
(Array) containing xref and trailer data.
Source Source
File: includes/lib/tcpdf/tcpdf_parser.php
Changelog Changelog
Version | Description |
---|---|
1.0.000 | Introduced. |