Class Zend_Pdf_Parser

Description

PDF file parser

Located in /Zend/Pdf/Parser.php (line 92)


	
			
Direct descendents
Class Description
 class Zend_Pdf_Parser_Stream PDF object stream parser
Variable Summary
Method Summary
 Zend_Pdf_Parser __construct (mixed $source, Zend_Pdf_ElementFactory $factory, boolean $load)
 integer getPDFLength ()
 string getPDFString ()
Variables
Zend_Pdf_StringParser $_stringParser (line 99)

String parser

  • access: private
Zend_Pdf_Trailer_Keeper $_trailer (line 106)

Last PDF file trailer

  • access: private
Methods
Constructor __construct (line 378)

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

  • access: public
  • throws: Zend_Exception
Zend_Pdf_Parser __construct (mixed $source, Zend_Pdf_ElementFactory $factory, boolean $load)

Redefined in descendants as:
getPDFLength (line 114)

Get length of source PDF

  • access: public
integer getPDFLength ()
getPDFString (line 124)

Get PDF String

  • access: public
string getPDFString ()
getTrailer (line 362)

Get Trailer object

  • access: public
Zend_Pdf_Trailer_Keeper getTrailer ()

Redefined in descendants as:
_loadXRefTable (line 136)

Load XReference table and referenced objects

  • access: private
  • throws: Zend_Pdf_Exception
Zend_Pdf_Trailer_Keeper _loadXRefTable (integer $offset)
  • integer $offset

Documentation generated on Tue, 18 Apr 2006 11:55:26 -0700 by phpDocumentor 1.3.0RC3