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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Version
- $Id: Parser.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Pdf_Parser
Package: Zend\Pdf
Parameters
Throws
PDF file parser
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods

__construct(mixed $source, \Zend_Pdf_ElementFactory_Interface $factory, boolean $load) : voidObject 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_KeeperLoad 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_KeeperGet Trailer object
Returns
| Type | Description |
|---|---|
| \Zend_Pdf_Trailer_Keeper |