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
string $_pdfVersion = ''
PDF version specified in the file header
Zend_Pdf_StringParser $_stringParser = ''
String parser
Zend_Pdf_Trailer_Keeper $_trailer = ''
Last PDF file trailer
__construct(
mixed $source, Zend_Pdf_ElementFactory_Interface $factory, boolean $load
)
:
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
__destruct(
)
:
Object destructor
_loadXRefTable(
integer $offset
)
:
Zend_Pdf_Trailer_Keeper
Load XReference table and referenced objects
getPDFLength(
)
:
integer
Get length of source PDF
getPDFString(
)
:
string
Get PDF String
getPDFVersion(
)
:
string
PDF version specified in the file header
getTrailer(
)
:
Zend_Pdf_Trailer_Keeper
Get Trailer object