Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
PDF file parser

__construct(
mixed $source, \Zend_Pdf_ElementFactory_Interface $factory, boolean $load
)
:
void
Object constructor
Note: PHP duplicates string, which is sent by value, only of it's updated. Thus we don't need to care about overhead
Name | Type | Description |
---|---|---|
$source | mixed | |
$factory | \Zend_Pdf_ElementFactory_Interface | |
$load | boolean |
Exception | Description |
---|---|
\Zend_Exception |

_loadXRefTable(
integer $offset
)
:
\Zend_Pdf_Trailer_Keeper
Load XReference table and referenced objects
Name | Type | Description |
---|---|---|
$offset | integer |
Type | Description |
---|---|
\Zend_Pdf_Trailer_Keeper |
Exception | Description |
---|---|
\Zend_Pdf_Exception |

getTrailer(
)
:
\Zend_Pdf_Trailer_Keeper
Get Trailer object
Type | Description |
---|---|
\Zend_Pdf_Trailer_Keeper |