fpdi_pdf_parser() fpdi_pdf_parser(string $filename, object $fpdi) Constructor Parameters string $filename Source-Filename object $fpdi Object of type fpdi
_getPageResources() _getPageResources(array $obj) Get page-resources from /Page Parameters array $obj Array of pdf-data
getContent() getContent() : string Get content of current page If more /Contents is an array, the streams are concated Returns string
_getPageContent() _getPageContent(array $content_ref) : array Resolve all content-objects Parameters array $content_ref Returns array
_rebuildContentStream() _rebuildContentStream(array $obj) : string Rebuild content-streams Parameters array $obj Returns string
getPageBox() getPageBox(array $page, string $box_index) : array Get a Box from a page Arrayformat is same as used by fpdf_tpl Parameters array $page a /Page string $box_index Type of Box @see $availableBoxes Returns array
_getPageBoxes() _getPageBoxes( $page) : array Get all Boxes from /Page Parameters $page Returns array
pdf_read_xref() pdf_read_xref(array $result, integer $offset, integer $start, integer $end) Read xref-table Parameters array $result Array of xref-table integer $offset of xref-table integer $start start-position in xref-table integer $end end-position in xref-table
pdf_read_value() pdf_read_value(object $c, string $token) : mixed Reads an Value Parameters object $c pdf_context string $token a Token Returns mixed
pdf_resolve_object() pdf_resolve_object(object $c, array $obj_spec, boolean $encapsulate) Resolve an object Parameters object $c pdf_context array $obj_spec The object-data boolean $encapsulate Must set to true, cause the parsing and fpdi use this method only without this para
pdf_read_token() pdf_read_token(object $c) : mixed Reads a token from the file Parameters object $c pdf_context Returns mixed