Zend Framework
1.12
|
Public Member Functions | |
getPDFLength () | |
Get length of source PDF. | |
getPDFString () | |
Get PDF String. | |
getPDFVersion () | |
PDF version specified in the file header. | |
getTrailer () | |
Get Trailer object. | |
__construct ($source, Zend_Pdf_ElementFactory_Interface $factory, $load) | |
Object constructor. | |
__destruct () | |
Object destructor. | |
__construct | ( | $source, | |
Zend_Pdf_ElementFactory_Interface | $factory, | ||
$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
mixed | $source | |
Zend_Pdf_ElementFactory_Interface | $factory | |
boolean | $load |
Zend_Exception |
Go to end of cross-reference table offset
Go to the start of cross-reference table offset
Go to the end of 'startxref' keyword
Go to the white space (eol marker) before 'startxref' keyword
__destruct | ( | ) |
Object destructor.
getPDFLength | ( | ) |
Get length of source PDF.
getPDFString | ( | ) |
Get PDF String.
getPDFVersion | ( | ) |
PDF version specified in the file header.
getTrailer | ( | ) |
Get Trailer object.