Pdf/Parser.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Version
- $Id$
\Zend_Pdf_Parser
Package: Zend_Pdf
Throws
PDF file parser
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
__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
ParametersName | 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
Parameters
Returns
Throws
Name | Type | Description |
---|---|---|
$offset | integer |
Type | Description |
---|---|
\Zend_Pdf_Trailer_Keeper |
Exception | Description |
---|---|
\Zend_Pdf_Exception |
getTrailer() : \Zend_Pdf_Trailer_Keeper
Get Trailer object
Returns
Type | Description |
---|---|
\Zend_Pdf_Trailer_Keeper |