[Zend_Pdf] element index

Package indexes

All elements
a b c d e f g h i j k l m n o p r s t u v w y z _
_
top
$_bitsPerSample
$_blackIsZero
$_colorCode
$_colorSpace
$_compression
$_endianType
$_factory
Reference to the factory.
$_fileSize
$_filter
$_genNum
Generation number
$_height
$_height
$_height
$_imageDataLength
$_imageDataOffset
$_imageProperties
$_imageProperties
$_imageProperties
$_items
Array element
$_items
Dictionary elements Array of Zend_Pdf_Element objects ('name' => Zend_Pdf_Element)
$_objectFactory
Each Pdf resource (fonts, images, ...) interacts with a PDF itself.
$_objNum
Object number within PDF file
$_resource
Main resource object
$_value
Object value
$_whiteIsZero
$_width
$_width
$_width
_applyDecodeParams
Convert stream data according to the filter params set after decoding.
_applyEncodeParams
Convert stream data according to the filter params set before encoding.
__call
Call handler
__call
Call handler
__call
Call handler
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Create style.
__construct
Object constructor.
__construct
Class constructor.
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor.
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor.
__construct
Object constructor
__construct
Object constructor:
__construct
Object constructor
__construct
Object constructor
__construct
Creates or loads PDF document.
__construct
Object constructor
__get
Get handler
__get
Get handler
__get
Get handler
__get
Get handler
__get
Provides access to $this->_items
__get
Get handler
__set
Set handler
__set
Set handler
__set
Set handler
__set
Set handler
__set
Provides read-only access to $this->_items;
__set
Set handler
$_dataSource
Object representing the data source to be parsed.
$_filePath
Fully-qualified path to the file.
$_fileResource
File resource handle .
$_isParsed
Flag indicating that the file has been sucessfully parsed.
$_isScreened
Flag indicating that the file has passed a cursory validation check.
$_offset
Zend_Pdf_FileParserDataSource::$_offset in FileParserDataSource.php
Byte offset of the current read position within the data source.
$_scalerType
Stores the scaler type (font type) for the font file. See _readScalerType().
$_size
Zend_Pdf_FileParserDataSource::$_size in FileParserDataSource.php
Total size in bytes of the data source.
$_string
The string to parse.
$_tableDirectory
Stores the byte offsets to the various information tables.
_debugLog
If debug logging is enabled, writes the log message.
_jumpToTable
Validates a given table's existence, then sets the file pointer to the start of that table.
_languageCodeForPlatform
Utility method that returns ISO 639 two-letter language codes from the TrueType platform and language ID. Returns NULL for languages that are not supported.
_parseCmapTable
Parses the OpenType cmap (Character to Glyph Mapping) table.
_parseHeadTable
Parses the OpenType head (Font Header) table.
_parseHheaTable
Parses the OpenType hhea (Horizontal Header) table.
_parseHmtxTable
Parses the OpenType hmtx (Horizontal Metrics) table.
_parseNameTable
Parses the OpenType name (Naming) table.
_parseOs2Table
Parses the OpenType OS/2 (OS/2 and Windows Metrics) table.
_parsePostTable
Parses the OpenType post (PostScript Information) table.
_parseTableDirectory
Parses the OpenType table directory.
_readScalerType
Reads the scaler type from the header of the OpenType font file and returns it as an unsigned long integer.
_readTableVersion
Reads the fixed 16.16 table version number and checks for compatibility.
__construct
Object constructor. Opens the data source for parsing.
__construct
Object constructor.
__construct
Object constructor.
__construct
Object constructor.
__construct
Object constructor.
__destruct
Object destructor.
__destruct
Object destructor.
__destruct
Object destructor.
__destruct
Object destructor. Closes the data source.
__get
Get handler
__set
Set handler
__toString
Returns a string containing the parsed string's length.
__toString
Returns the full filesystem path of the file.
__toString
Returns a description of the object for debugging purposes.
$_ascent
Typographical ascent. See getAscent().
$_descent
Typographical descent. See getDescent().
$_endCode
The ending character code covered by this table.
$_fontNames
Array containing descriptive names for the font. See fontName().
$_fontType
The type of font. Use TYPE_ constants defined in Zend_Pdf_Font.
$_fromFontEncoding
Array for conversion from special font encoding to local encoding.
$_fromFontEncoding
Array for conversion from special font encoding to local encoding.
$_glyphIndexArray
Glyph index array. Stores glyph numbers, used with range offset.
$_glyphIndexArray
Glyph index array. Stores the actual glyph numbers.
$_glyphIndexArray
Glyph index array. Stores the actual glyph numbers. The array keys are the translated Unicode code points.
$_glyphMaxIndex
The highest integer index in the glyph widths array.
$_glyphWidths
Array containing the widths of each of the glyphs contained in the font.
$_isBold
Flag indicating whether or not this font is bold.
$_isItalic
Flag indicating whether or not this font is italic.
$_isMonospace
Flag indicating whether or not this font is monospaced.
$_lineGap
Typographical line gap. See getLineGap().
$_searchIterations
The number of binary search steps required to cover the entire search range.
$_searchRange
The size of the binary search range for segments.
$_searchRangeEndCode
The ending character code for the segment at the end of the low search range.
$_segmentCount
The number of segments in the table.
$_segmentTableEndCodes
Array of ending character codes for each segment.
$_segmentTableIdDeltas
Array of character code to glyph delta values for each segment.
$_segmentTableIdRangeOffsets
Array of offsets into the glyph index array for each segment.
$_segmentTableStartCodes
Array of starting character codes for each segment.
$_startCode
The starting character code covered by this table.
$_strikePosition
The position above the text baseline of the strikethrough (in glyph units).
$_strikeThickness
The thickness of the strikethrough (in glyph units).
$_toFontEncoding
Array for conversion from local encoding to special font encoding.
$_toFontEncoding
Array for conversion from local encoding to special font encoding.
$_underlinePosition
The position below the text baseline of the underline (in glyph units).
$_underlineThickness
The thickness of the underline (in glyph units).
$_unitsPerEm
Number of glyph units per em. See getUnitsPerEm().
_extractInt2
Extracts a signed 2-byte integer from a string.
_extractTrueTypeFont
Attempts to extract a TrueType font from the data source.
_extractUInt2
Extracts an unsigned 2-byte integer from a string.
_extractUInt4
Extracts an unsigned 4-byte integer from a string.
_isEmbeddingOptionSet
Returns true if the embedding option has been set for this font.
_toEmSpace
If the font's glyph space is not 1000 units per em, converts the value.
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor.
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__construct
Object constructor
__toString
Returns the full name of the font in the encoding method of the current locale. Transliterates any characters that cannot be naturally represented in that character set.
a
top
add
Add element to an array
addReference
Add reference to the reference table
append
Append value to a stream
attach
Zend_Pdf_ElementFactory::attach() in ElementFactory.php
Attach factory to the current;
Array.php
Array.php in Array.php
ASCII85.php
ASCII85.php in ASCII85.php
ASCIIHEX.php
ASCIIHEX.php in ASCIIHEX.php
BAD_ATTRIBUTE_VALUE
The specified attribute value for the text object cannot be used.
BAD_DATA_SOURCE
The file parser data source object was invalid or improperly initialized.
BAD_FILE_PATH
The file path was unusable or invalid.
BAD_FIXED_POINT_SIZE
An invalid fixed-point number size was specified.
BAD_FONT_NAME
The font name did not match any previously instantiated font and is not one of the standard 14 PDF fonts.
BAD_MAGIC_NUMBER
The magic number in the font file is incorrect.
BAD_METHOD_SIGNATURE
The method that has multiple signatures could not understand the number and/or types of parameters.
BAD_PARAMETER_TYPE
A parameter was of the wrong data type.
BAD_PARAMETER_VALUE
A parameter contained an unusable value.
BAD_TABLE_COUNT
The number of tables contained in the font is outside the expected range.
CANT_DETERMINE_FONT_TYPE
The factory method could not determine the type of the font file.
CANT_FIND_GOOD_CMAP
Could not locate a usable character map for this font.
CANT_GET_FILE_POSITION
An error was encountered while attempting to obtain the current file position.
CANT_GET_FILE_SIZE
An error was encountered while attempting to obtain the file size.
CANT_OPEN_FILE
An error was encountered while attempting to open the file.
CANT_READ_STRING
The string cannot be read.
CANT_SET_FILE_POSITION
An error was encountered while attempting to set a new file position.
PARAMETER_VALUE_OUT_OF_RANGE
A parameter value was not within the expected range.
PARSED_OUT_OF_ORDER
This file type must be parsed in a specific order and a parsing method was called out-of-turn.
NAME_CID_NAME
PostScript CID findfont name.
NAME_COPYRIGHT
Full copyright notice for the font.
NAME_DESCRIPTION
Description of the font. May contain revision information, usage recommendations, features, etc.
NAME_DESIGNER
Name of the designer of the font.
NAME_DESIGNER_URL
URL of the font designer (NAME_DESIGNER).
NAME_FAMILY
Font family name. Used to group similar styles of fonts together.
NAME_FULL
Full font name. Usually a combination of the NAME_FAMILY and NAME_STYLE strings.
NAME_ID
Unique font identifier.
NAME_LICENSE
Plain language licensing terms for the font.
NAME_LICENSE_URL
URL of more detailed licensing information for the font.
NAME_MANUFACTURER
Name of the font manufacturer.
NAME_POSTSCRIPT
PostScript name for the font. This is the name used to identify fonts internally and within the PDF file.
NAME_PREFERRED_FAMILY
Preferred font family. Used by some fonts to work around a Microsoft Windows limitation where only four fonts styles can share the same NAME_FAMILY value.
NAME_PREFERRED_STYLE
Preferred font style. A more descriptive string than NAME_STYLE.
NAME_SAMPLE_TEXT
Suggested text to use as a representative sample of the font.
NAME_STYLE
Font style within the font family. Examples: Regular, Italic, Bold, etc.
NAME_TRADEMARK
Font trademark notice. This is distinct from the NAME_COPYRIGHT.
NAME_VENDOR_URL
URL of the font vendor. Some fonts may contain a unique serial number embedded in this URL, which is used for licensing.
NAME_VERSION
Version number of the font.
b
top
Boolean.php
Boolean.php in Boolean.php
Binary.php
Binary.php in Binary.php
ByteEncoding.php
ByteEncoding.php in ByteEncoding.php
c
top
clear
Clear stream
clear
clipCircle
Intersect current clipping area with a circle.
clipEllipse
Intersect current clipping area with a polygon.
clipPolygon
Intersect current clipping area with a polygon.
clipRectangle
Intersect current clipping area with a rectangle.
color
Creates a Zend_Pdf_Color object from the HTML representation.
current
CMYK.php
CMYK.php in CMYK.php
Color.php
Color.php in Color.php
Const.php
Const.php in Const.php
Context.php
Context.php in Context.php
Compression.php
Compression.php in Compression.php
$cmap
Object representing the font's cmap (character to glyph map).
cmapWithTypeData
Instantiates the appropriate concrete subclass based on the type of cmap table and returns the instance.
Cmap.php
Cmap.php in Cmap.php
Courier.php
Courier.php in Courier.php
CourierBold.php
CourierBold.php in CourierBold.php
CourierBoldOblique.php
CourierBoldOblique.php in CourierBoldOblique.php
CourierOblique.php
CourierOblique.php in CourierOblique.php
d
top
$data
Zend_Pdf_StringParser::$data in StringParser.php
Source PDF
decode
Decode data
decode
Decode data
decode
Decode data
decode
Decode data
decode
Decode data
drawCircle
Draw a circle centered on x, y with a radius of radius.
drawContentStream
Draw a Zend_Pdf_ContentStream at the specified position on the page
drawEllipse
Draw an ellipse inside the specified rectangle.
drawImage
Draw an image at the specified position on the page.
drawLayoutBox
Draw a LayoutBox at the specified position on the page.
drawLine
Draw a line from x1,y1 to x2,y2.
drawPolygon
Draw a polygon.
drawRectangle
Draw a rectangle.
drawText
Draw a line of text at the specified position.
dump
Dump object to a string to save within PDF file.
dump
Dump object to a string to save within PDF file
PDF_HEADER
PDF file header.
PDF_VERSION
Version number of generated PDF documents.
Dictionary.php
Dictionary.php in Dictionary.php
decodeString
Convert string encoding from font encoding to local encoding. Overridden to defeat the conversion behavior for this ornamental font.
decodeString
Convert string encoding from font encoding to local encoding. Overridden to defeat the conversion behavior for this ornamental font.
decodeString
Convert string from Windows ANSI encoding to local encoding.
e
top
encode
Encode data
encode
Encode data
encode
Encode data
encode
Encode data
encode
Encode data
escape
Escape string according to the PDF rules
escape
Escape string according to the PDF rules
escape
Escape string according to the PDF rules
Element.php
Element.php in Element.php
ElementFactory.php
ElementFactory.php in ElementFactory.php
DEPRECATED
The feature or option has been deprecated and will be removed in a future revision of the framework. The descriptive text accompanying this exception should explain how to use the replacement features or options.
REQUIRED_TABLE_NOT_FOUND
A required table was not present in the font.
Exception.php
Exception.php in Exception.php
encodeString
Convert string from local encoding to Windows ANSI encoding.
encodeString
Convert string encoding from local encoding to font encoding. Overridden to defeat the conversion behavior for this ornamental font.
encodeString
Convert string encoding from local encoding to font encoding. Overridden to defeat the conversion behavior for this ornamental font.
WEIGHT_BLACK
Black (Heavy) font weight.
WEIGHT_BOLD
Bold font weight.
WEIGHT_EXTRA_BOLD
Extra-bold (Ultra-bold) font weight.
WEIGHT_EXTRA_LIGHT
Extra-light (Ultra-light) font weight.
WEIGHT_LIGHT
Light font weight.
WEIGHT_MEDIUM
Medium font weight.
WEIGHT_NORMAL
Normal (Regular) font weight.
WEIGHT_SEMI_BOLD
Semi-bold (Demi-bold) font weight.
WEIGHT_THIN
Thin font weight.
f
top
factory
flush
Dump current drawing instructions into the content stream.
Flate.php
Flate.php in Flate.php
Filter.php
Filter.php in Filter.php
Font.php
Font.php in Font.php
FileParser.php
FileParser.php in FileParser.php
File.php
File.php in File.php
FileParserDataSource.php
FileParserDataSource.php in FileParserDataSource.php
fontWithName
Returns a Zend_Pdf_Resource_Font object by full name.
fontWithPath
Returns a Zend_Pdf_Resource_Font object by file path.
Font.php
Font.php in Font.php
Font.php
Font.php in Font.php
g
top
getEnumerationShift
Retrive object enumeration shift.
getFactory
Check, that object is generated by specified factory
getFactory
Check, that object is generated by specified factory
getFillColor
Get fill color.
getFont
Get current font.
getFont
Get current font.
getFontSize
Get current font size
getFontSize
Get current font size
getGenNum
Get generation number
getGenNum
Get generation number
getHeight
Return the height of this page in points.
getId
Zend_Pdf_ElementFactory::getId() in ElementFactory.php
Get factory ID
getJavaScript
Return the document-level JavaScript or null if there is no JavaScript for this document
getKeys
Return dictionary keys
getLastFreeObject
Get header of free objects list Returns object number of last free object
getLastFreeObject
Get header of free objects list Returns object number of last free object
getLastFreeObject
Get header of free objects list Returns object number of last free object
getLength
Get length of source string
getLineColor
Get line color.
getLineDashingPattern
Get line dashing pattern
getLineDashingPhase
Get line dashing phase
getLineWidth
Get line width.
getNamedActions
Return an associative array containing all the named actions in the PDF.
getNewGeneration
Get next generation number for free object
getNextFree
Get next object from a list of free objects.
getObject
Read inderect object from a PDF stream
getObjectCount
Get object counter
getObjectDump
Get string representation of the object
getObjNum
Get object number
getObjNum
Get object number
getOffset
Get object offset
getPageDictionary
Retrive PDF file reference to the page
getParentObject
Get top level parent indirect object.
getParser
Context parser
getPDFLength
Get length of source PDF
getPDFLength
Get length of source PDF
getPDFLength
Get length of source PDF
getPDFLength
Get length of source PDF
getPDFString
Get PDF String
getPDFString
Get PDF String
getPDFString
Get PDF String
getPDFString
Get PDF String
getPixelHeight
get the height in pixels of the image
getPixelHeight
Image height
getPixelHeight
Image height
getPixelHeight
Image height (defined in Zend_Pdf_Image_Interface)
getPixelWidth
Image width
getPixelWidth
Image width (defined in Zend_Pdf_Image_Interface)
getPixelWidth
get the width in pixels of the image
getPixelWidth
Image width
getPrev
Getter for $this->_prev
getProperties
Image properties
getProperties
gets an associative array of information about an image
getProperties
Image properties (defined in Zend_Pdf_Image_Interface)
getProperties
Image properties
getRefTable
Context reference table
getRefTable
Get reference table, which corresponds to the trailer.
getResource
Get resource.
getString
Get source string
getStyle
Return the style, applied to the page.
getTrailer
Get Trailer object
getTrailer
Get Trailer object
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getType
Return type of the element.
getWidth
Return the width of this page in points.
GrayScale.php
GrayScale.php in GrayScale.php
Generator.php
Generator.php in Generator.php
getDataSource
Returns the data source object representing the file being parsed.
getOffset
Zend_Pdf_FileParserDataSource::getOffset() in FileParserDataSource.php
Returns the byte offset of the current read position within the data source.
getSize
Zend_Pdf_FileParserDataSource::getSize() in FileParserDataSource.php
Returns the total size in bytes of the data source.
getAscent
Returns the typographic ascent in font glyph units.
getCoveredCharacters
Returns an array containing the Unicode characters that have entries in this character map.
getCoveredCharacters
Returns an array containing the Unicode characters that have entries in this character map.
getCoveredCharacters
Returns an array containing the Unicode characters that have entries in this character map.
getCoveredCharacters
Returns an array containing the Unicode characters that have entries in this character map.
getCoveredPercentage
Returns a number between 0 and 1 inclusive that indicates the percentage of characters in the string which are covered by glyphs in this font.
getDescent
Returns the typographic descent in font glyph units.
getFontName
Returns the specified descriptive name for the font.
getFontType
Returns the type of font.
getLineGap
Returns the typographic line gap in font glyph units.
getLineHeight
Returns the suggested line height (or leading) in font glyph units.
getStrikePosition
Returns the suggested position above the text baseline of the strikethrough in glyph units.
getStrikeThickness
Returns the suggested line thickness of the strikethrough in glyph units.
getUnderlinePosition
Returns the suggested position below the text baseline of the underline in glyph units.
getUnderlineThickness
Returns the suggested line thickness of the underline in glyph units.
getUnitsPerEm
Returns the number of glyph units per em.
glyphNumberForCharacter
Returns the glyph number corresponding to the Unicode character.
glyphNumberForCharacter
Returns the glyph number corresponding to the Unicode character.
glyphNumberForCharacter
Returns the glyph number corresponding to the Unicode character.
glyphNumberForCharacter
Returns the glyph number corresponding to the Unicode character.
glyphNumbersForCharacters
Returns an array of glyph numbers corresponding to the Unicode characters.
glyphNumbersForCharacters
Returns an array of glyph numbers corresponding to the Unicode characters.
glyphNumbersForCharacters
Returns an array of glyph numbers corresponding to the Unicode characters.
glyphNumbersForCharacters
Returns an array of glyph numbers corresponding to the Unicode characters.
h
top
SHAPE_DRAW_FILL
Fill the path only. Do not stroke.
SHAPE_DRAW_FILL_AND_STROKE
Fill and stroke the path.
SHAPE_DRAW_STROKE
Stroke the path only. Do not fill.
HTML.php
HTML.php in HTML.php
Helvetica.php
Helvetica.php in Helvetica.php
HelveticaBold.php
HelveticaBold.php in HelveticaBold.php
HelveticaBoldOblique.php
HelveticaBoldOblique.php in HelveticaBoldOblique.php
HelveticaOblique.php
HelveticaOblique.php in HelveticaOblique.php
i
top
FILL_METHOD_EVEN_ODD
Fill the path using the even-odd rule.
FILL_METHOD_NON_ZERO_WINDING
Fill the path using the non-zero winding rule.
instructions
Dump style to a string, which can be directly inserted into content stream
instructions
Instructions, which can be directly inserted into content stream to switch color.
instructions
Instructions, which can be directly inserted into content stream to switch color.
instructions
Instructions, which can be directly inserted into content stream to switch color.
instructions
Instructions, which can be directly inserted into content stream to switch color.
instructions
Instructions, which can be directly inserted into content stream to switch color.
isDelimiter
Character with code $chCode is a delimiter character
isFree
Zend_Pdf_UpdateInfoContainer::isFree() in UpdateInfoContainer.php
Check, that object is free
isModified
Check if PDF file was modified
isWhiteSpace
Character with code $chCode is white space
LINE_DASHING_SOLID
Solid line dash.
SIZE_A4
Size representing an A4 page in portrait (tall) orientation.
SIZE_A4_LANDSCAPE
Size representing an A4 page in landscape (wide) orientation.
SIZE_LETTER
Size representing a US Letter page in portrait (tall) orientation.
SIZE_LETTER_LANDSCAPE
Size representing a US Letter page in landscape (wide) orientation.
TIFF_COMPRESSION_CCITT1D
TIFF_COMPRESSION_FLATE
TIFF_COMPRESSION_FLATE_OBSOLETE_CODE
TIFF_COMPRESSION_GROUP_3_FAX
TIFF_COMPRESSION_GROUP_4_FAX
TIFF_COMPRESSION_JPEG
TIFF_COMPRESSION_LZW
TIFF_COMPRESSION_PACKBITS
TIFF_COMPRESSION_UNCOMPRESSED
TIFF_ENDIAN_BIG
TIFF_ENDIAN_LITTLE
TIFF_FIELD_TYPE_ASCII
TIFF_FIELD_TYPE_BYTE
TIFF_FIELD_TYPE_LONG
TIFF_FIELD_TYPE_RATIONAL
TIFF_FIELD_TYPE_SHORT
TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
TIFF_PHOTOMETRIC_INTERPRETATION_CIELAB
TIFF_PHOTOMETRIC_INTERPRETATION_CMYK
TIFF_PHOTOMETRIC_INTERPRETATION_RGB
TIFF_PHOTOMETRIC_INTERPRETATION_RGB_INDEXED
TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
TIFF_PHOTOMETRIC_INTERPRETATION_YCBCR
TIFF_TAG_BITS_PER_SAMPLE
TIFF_TAG_COMPRESSION
TIFF_TAG_IMAGE_LENGTH
TIFF_TAG_IMAGE_WIDTH
TIFF_TAG_PHOTOMETRIC_INTERPRETATION
TIFF_TAG_SAMPLES_PER_PIXEL
TIFF_TAG_STRIP_BYTE_COUNTS
TIFF_TAG_STRIP_OFFSETS
Image.php
Image.php in Image.php
ImageFactory.php
ImageFactory.php in ImageFactory.php
FILE_NOT_OPEN
The file resource has been closed unexpectedly.
isBitSet
Returns true if the specified bit is set in the integer bitfield.
isParsed
Returns true if the file has been successfully parsed.
isScreened
Returns true if the file has passed a cursory validation check.
MISSING_CHARACTER_GLYPH
Glyph representing missing characters.
WIDTH_CONDENSED
Condensed font width. Typically 75% of normal.
WIDTH_EXPANDED
Expanded font width. Typically 125% of normal.
WIDTH_EXTRA_CONDENSED
Extra-condensed font width. Typically 62.5% of normal.
WIDTH_EXTRA_EXPANDED
Extra-expanded font width. Typically 150% of normal.
WIDTH_NORMAL
Normal (Medium) font width.
WIDTH_SEMI_CONDENSED
Semi-condensed font width. Typically 87.5% of normal.
WIDTH_SEMI_EXPANDED
Semi-expanded font width. Typically 112.5% of normal.
WIDTH_ULTRA_CONDENSED
Ultra-condensed font width. Typically 50% of normal.
WIDTH_ULTRA_EXPANDED
Ultra-expanded font width. Typically 200% of normal.
j
top
JPEG.php
JPEG.php in JPEG.php
k
top
key
Zend_Pdf_PHPArray::key() in PHPArray.php
Keeper.php
Keeper.php in Keeper.php
l
top
length
Stream length.
listModifiedObjects
Enumerate modified objects.
load
Zend_Pdf::load() in Pdf.php
Load PDF document from a file
LZW.php
LZW.php in LZW.php
GLYPH_OUT_OF_RANGE
The specified glyph number is out of range for this font.
m
top
markAsModified
Mark object as modified in context of current factory.
CMAP_FINAL_OFFSET_NOT_LENGTH
The final byte offset when reading the character map table data does not match the reported length of the table.
CMAP_NOT_LANGUAGE_INDEPENDENT
This character map table is language-dependent. Character maps must be language-independent.
CMAP_TABLE_DATA_TOO_SMALL
The character map table data is too small.
CMAP_TYPE_UNSUPPORTED
The character map type is currently unsupported.
CMAP_UNKNOWN_TYPE
The type of the character map is not understood.
CMAP_WRONG_ENTRY_COUNT
The character map subtable entry count does not match the expected value.
CMAP_WRONG_TABLE_LENGTH
The character map table data contains in incorrect length.
CMAP_WRONG_TABLE_TYPE
The character map table data is for a different type of table.
moveToOffset
Moves the current read position to the specified byte offset.
moveToOffset
Convenience wrapper for the data source object's moveToOffset() method.
moveToOffset
Seeks the file read position to the specified byte offset.
EMBED_DONT_COMPRESS
Embed, but do not compress the font in the PDF document.
EMBED_DONT_EMBED
Do not embed the font in the PDF document.
EMBED_DONT_SUBSET
Embed, but do not subset the font in the PDF document.
EMBED_SUPPRESS_EMBED_EXCEPTION
Suppress the exception normally thrown if the font cannot be embedded due to its copyright bits being set.
n
top
namedColor
Creates a Zend_Pdf_Color object from the named color.
newObject
Generate new Zend_Pdf_Element_Object
newPage
Create page object, attached to the PDF document.
newStreamObject
Generate new Zend_Pdf_Element_Object_Stream
next
PNG_CHANNEL_GRAY
PNG_CHANNEL_GRAY_ALPHA
PNG_CHANNEL_INDEXED
PNG_CHANNEL_RGB
PNG_CHANNEL_RGB_ALPHA
PNG_COMPRESSION_DEFAULT_STRATEGY
PNG_COMPRESSION_FILTERED
PNG_COMPRESSION_HUFFMAN_ONLY
PNG_COMPRESSION_RLE
PNG_FILTER_AVERAGE
PNG_FILTER_NONE
PNG_FILTER_PAETH
PNG_FILTER_SUB
PNG_FILTER_UP
PNG_INTERLACING_DISABLED
PNG_INTERLACING_ENABLED
UNPACK_TYPE_BYTE
UNPACK_TYPE_LONG
UNPACK_TYPE_RATIONAL
UNPACK_TYPE_SHORT
Name.php
Name.php in Name.php
Null.php
Null.php in Null.php
Numeric.php
Numeric.php in Numeric.php
INDEX_OUT_OF_RANGE
An array or string index was out of range.
INSUFFICIENT_DATA
There is insufficient data to fulfill the read request.
INVALID_BYTE_ORDER
An unknown byte order was specified.
INVALID_INTEGER_SIZE
An invalid integer size was specified.
INVALID_PAGE_SIZE
An incompatible page size was specified for a buffered read operation.
o
top
$offset
Zend_Pdf_StringParser::$offset in StringParser.php
Current position in a data
offsetExists
offsetGet
offsetSet
offsetUnset
Object.php
Object.php in Object.php
DONT_UNDERSTAND_TABLE_VERSION
The parser does not understand this version of this table in the font.
FONT_CANT_BE_EMBEDDED
This font program has copyright bits set which prevent it from being embedded in the PDF file. You must specify the no-embed option to use this font.
MOVE_BEFORE_START_OF_FILE
An attempt was made to move the current file position before the start of the file.
MOVE_BEYOND_END_OF_FILE
An attempt was made to move the current file position beyond the end of the file.
NOT_IMPLEMENTED
The feature or option is planned but has not yet been implemented. It should be available in a future revision of the framework.
NOT_READABLE
The file is not readable by the current user.
NOT_WRITEABLE
The file is not writeable by the current user.
TOO_FEW_PARAMETERS
Not enough paramaters were supplied to the method.
OpenType.php
OpenType.php in OpenType.php
FONT_COURIER
Name of the standard PDF font Courier.
FONT_COURIER_BOLD
Name of the bold style of the standard PDF font Courier.
FONT_COURIER_BOLD_ITALIC
Convenience constant for a common misspelling of FONT_COURIER_BOLD_OBLIQUE.
FONT_COURIER_BOLD_OBLIQUE
Name of the bold and italic style of the standard PDF font Courier.
FONT_COURIER_ITALIC
Convenience constant for a common misspelling of FONT_COURIER_OBLIQUE.
FONT_COURIER_OBLIQUE
Name of the italic style of the standard PDF font Courier.
FONT_HELVETICA
Name of the standard PDF font Helvetica.
FONT_HELVETICA_BOLD
Name of the bold style of the standard PDF font Helvetica.
FONT_HELVETICA_BOLD_ITALIC
Convenience constant for a common misspelling of FONT_HELVETICA_BOLD_OBLIQUE.
FONT_HELVETICA_BOLD_OBLIQUE
Name of the bold and italic style of the standard PDF font Helvetica.
FONT_HELVETICA_ITALIC
Convenience constant for a common misspelling of FONT_HELVETICA_OBLIQUE.
FONT_HELVETICA_OBLIQUE
Name of the italic style of the standard PDF font Helvetica.
FONT_SYMBOL
Name of the standard PDF font Symbol.
FONT_TIMES
Convenience constant for a common misspelling of FONT_TIMES_ROMAN.
FONT_TIMES_BOLD
Name of the bold style of the standard PDF font Times.
FONT_TIMES_BOLD_ITALIC
Name of the bold and italic style of the standard PDF font Times.
FONT_TIMES_ITALIC
Name of the italic style of the standard PDF font Times.
FONT_TIMES_ROMAN
Name of the standard PDF font Times.
FONT_ZAPFDINGBATS
Name of the standard PDF font Zapf Dingbats.
OpenType.php
OpenType.php in OpenType.php
p
top
$pages
Zend_Pdf::$pages in Pdf.php
Pages collection
parse
Create new PDF document from a $source string
parseIntFromStream
Parse integer value from a binary stream
pathClose
Close the path by drawing a straight line back to it's beginning.
pathLine
Continue the open path in a straight line to the specified position.
pathMove
Start a new path at the specified position. If a path has already been started, move the cursor without drawing a line.
pdfDate
Convert date to PDF format (it's close to ASN.1 (Abstract Syntax Notation One) defined in ISO/IEC 8824).
properties
Return return the an associative array with PDF meta information, values may be string, boolean or float.
Page.php
Page.php in Page.php
Parser.php
Parser.php in Parser.php
PHPArray.php
PHPArray.php in PHPArray.php
PNG.php
PNG.php in PNG.php
Pdf.php
Pdf.php in Pdf.php
parse
Reads and parses the TrueType font data from the file on disk.
parse
Reads and parses the font data from the file on disk.
parse
Reads and parses the complete binary file.
r
top
rawWrite
Write raw PDF commands to the page.
readComment
Read comment line
readElement
Read elemental object from a PDF stream
readLexeme
Returns next lexeme from a pdf stream
remove
Zend_Pdf_ElementFactory::remove() in ElementFactory.php
Remove object in context of current factory.
render
Prepare page to be rendered into PDF.
render
Render the completed PDF to a string.
restoreGS
Restore the graphics state that was saved with the last call to saveGS().
revisions
Retrive number of revisions.
rewind
rollback
Rollback document $steps number of revisions.
rotate
Rotate the page.
RGB.php
RGB.php in RGB.php
Reference.php
Reference.php in Reference.php
Resource.php
Resource.php in Resource.php
ERROR_DURING_READ
An error was encountered while attempting to read data from the file.
ERROR_DURING_WRITE
An error was encountered while attempting to write data to the file.
WRONG_FONT_TYPE
The font file type is incorrect.
readAllBytes
Returns the entire string.
readAllBytes
Returns the entire contents of the data source as a string.
readAllBytes
Returns the entire contents of the file as a string.
readBytes
Returns the specified number of raw bytes from the string at the byte offset of the current read position.
readBytes
Returns the specified number of raw bytes from the file at the byte offset of the current read position.
readBytes
Zend_Pdf_FileParserDataSource::readBytes() in FileParserDataSource.php
Returns the specified number of raw bytes from the data source at the byte offset of the current read position.
readBytes
Convenience wrapper for the data source object's readBytes() method.
readFixed
Reads the signed fixed-point number from the binary file at the current byte offset.
readInt
Reads the signed integer value from the binary file at the current byte offset.
readStringMacRoman
Reads the Mac Roman-encoded string from the binary file at the current offset location. Overridden to fix return character set at UTF-16BE.
readStringMacRoman
Reads the Mac Roman-encoded string from the binary file at the current byte offset.
readStringPascal
Reads the Pascal string from the binary file at the current offset location. Overridden to fix return character set at UTF-16BE.
readStringPascal
Reads the Pascal string from the binary file at the current byte offset.
readStringUTF16
Reads the Unicode UTF-16-encoded string from the binary file at the current offset location. Overridden to fix return character set at UTF-16BE.
readStringUTF16
Reads the Unicode UTF-16-encoded string from the binary file at the current byte offset.
readUInt
Reads the unsigned integer value from the binary file at the current byte offset.
s
top
save
Zend_Pdf::save() in Pdf.php
Render PDF document and save it.
saveGS
Save the graphics state of this page.
setContext
Set current context
setFillColor
Set fill color.
setFillColor
Set fill color.
setFont
Set current font.
setFont
Set current font.
setFontSize
Modify current font size
setJavaScript
Set the document-level JavaScript
setLineColor
Set line color.
setLineColor
Set line color.
setLineDashingPattern
Set line dashing pattern
setLineDashingPattern
Set line dashing pattern
setLineWidth
Set line width.
setLineWidth
Set line width.
setObjectCount
Set object counter
setParent
Set parent reference table
setParentObject
Set top level parent indirect object.
setPrev
Setter for $this->_prev
setStyle
Set the style to use for future drawing operations on this page
skipComment
Skip comment
skipFilters
Treat stream data as already encoded
skipWhiteSpace
Skip white space
Stream.php
Stream.php in Stream.php
Stream.php
Stream.php in Stream.php
String.php
String.php in String.php
Stream.php
Stream.php in Stream.php
StringParser.php
StringParser.php in StringParser.php
Style.php
Style.php in Style.php
screen
Performs a cursory check to verify that the binary file is in the expected format. Intended to quickly weed out obviously bogus files.
screen
Verifies that the font file actually contains TrueType outlines.
screen
Verifies that the font file is in the expected format.
skipBytes
Zend_Pdf_FileParserDataSource::skipBytes() in FileParserDataSource.php
Shifts the current read position within the data source by the specified number of bytes.
skipBytes
Convenience wrapper for the data source object's skipBytes() method.
String.php
String.php in String.php
Static.php
Static.php in Static.php
SegmentToDelta.php
SegmentToDelta.php in SegmentToDelta.php
Symbol.php
Symbol.php in Symbol.php
Standard.php
Standard.php in Standard.php
t
top
toString
Return object as string
toString
Return object as string
toString
Return reference to the object
toString
Return object as string
toString
Return string trailer representation
toString
Return object as string
toString
Return object as string
toString
Return reference to the object
toString
Return object as string
toString
Return object as string
toString
Return object as string
toString
Return object as string
toString
Convert element to a string, which can be directly written to a PDF file.
touch
Mark object as modified, to include it into new PDF file segment.
touch
Mark object as modified, to include it into new PDF file segment
touch
Mark object as modified, to include it into new PDF file segment.
Table.php
Table.php in Table.php
TIFF.php
TIFF.php in TIFF.php
Trailer.php
Trailer.php in Trailer.php
TrueType.php
TrueType.php in TrueType.php
toUnicode
Converts a Latin-encoded string that fakes the font's internal encoding to the proper Unicode characters, in UTF-16BE encoding.
toUnicode
Converts a Latin-encoded string that fakes the font's internal encoding to the proper Unicode characters, in UTF-16BE encoding.
TrimmedTable.php
TrimmedTable.php in TrimmedTable.php
TrueType.php
TrueType.php in TrueType.php
TimesBold.php
TimesBold.php in TimesBold.php
TimesBoldItalic.php
TimesBoldItalic.php in TimesBoldItalic.php
TimesItalic.php
TimesItalic.php in TimesItalic.php
TimesRoman.php
TimesRoman.php in TimesRoman.php
u
top
unescape
Unescape string according to the PDF rules
unescape
Unescape string according to the PDF rules
unescape
Unescape string according to the PDF rules
unpackBytes
Byte unpacking function
UpdateInfoContainer.php
UpdateInfoContainer.php in UpdateInfoContainer.php
v
top
$value
Object value
$value
Object value
$value
Object value
$value
Object value. Always null.
$value
Object value
$value
Object value
$value
Object value
valid
w
top
writeDebug
Writes the entire font properties array to STDOUT. Used only for debugging.
widthForGlyph
Returns the width of the glyph.
widthsForGlyphs
Returns the widths of the glyphs.
y
top
TYPE_ARRAY
TYPE_BOOL
TYPE_DICTIONARY
TYPE_NAME
TYPE_NULL
TYPE_NUMERIC
TYPE_STREAM
TYPE_STRING
BYTE_ORDER_BIG_ENDIAN
Big-endian byte order (0x01 0x02 0x03 0x04).
BYTE_ORDER_LITTLE_ENDIAN
Little-endian byte order (0x04 0x03 0x02 0x01).
TYPE_BYTE_ENCODING
Byte Encoding character map table type.
TYPE_BYTE_ENCODING_STATIC
Static Byte Encoding character map table type. Variant of TYPE_BYTEENCODING.
TYPE_HIGH_BYTE_MAPPING
High Byte Mapping character map table type.
TYPE_MIXED_COVERAGE
Mixed Coverage character map table type.
TYPE_SEGMENTED_COVERAGE
Segmented Coverage character map table type.
TYPE_SEGMENT_TO_DELTA
Segment Value to Delta Mapping character map table type.
TYPE_STANDARD
One of the standard 14 PDF fonts.
TYPE_TRIMMED_ARRAY
Trimmed Array character map table type.
TYPE_TRIMMED_TABLE
Trimmed Table character map table type.
TYPE_TRUETYPE
A TrueType font or an OpenType font containing TrueType outlines.
TYPE_TYPE_1
A PostScript Type 1 font.
TYPE_UNKNOWN
Unknown font type.
TYPE_UNKNOWN
Unknown character map table type.
z
top
Zend_Pdf
Zend_Pdf in Pdf.php
General entity which describes PDF document.
Zend_Pdf_Color
Zend_Pdf_Color in Color.php
PDF provides a powerfull facilities for specifying the colors of graphics objects.
Zend_Pdf_Color_CMYK
CMYK color implementation
Zend_Pdf_Color_GrayScale
Zend_Pdf_Color_GrayScale in GrayScale.php
GrayScale color implementation
Zend_Pdf_Color_HTML
HTML color implementation
Zend_Pdf_Color_RGB
RGB color implementation
Zend_Pdf_Element
Zend_Pdf_Element in Element.php
PDF file element implementation
Zend_Pdf_ElementFactory
Zend_Pdf_ElementFactory in ElementFactory.php
PDF element factory.
Zend_Pdf_Element_Array
PDF file 'array' element implementation
Zend_Pdf_Element_Boolean
PDF file 'boolean' element implementation
Zend_Pdf_Element_Dictionary
Zend_Pdf_Element_Dictionary in Dictionary.php
PDF file 'dictionary' element implementation
Zend_Pdf_Element_Name
PDF file 'name' element implementation
Zend_Pdf_Element_Null
PDF file 'null' element implementation
Zend_Pdf_Element_Numeric
PDF file 'numeric' element implementation
Zend_Pdf_Element_Object
PDF file 'indirect object' element implementation
Zend_Pdf_Element_Object_Stream
PDF file 'stream object' element implementation
Zend_Pdf_Element_Reference
PDF file 'reference' element implementation
Zend_Pdf_Element_Reference_Context
PDF reference object context Reference context is defined by PDF parser and PDF Refernce table
Zend_Pdf_Element_Reference_Table
PDF file reference table
Zend_Pdf_Element_Stream
PDF file 'stream' element implementation
Zend_Pdf_Element_String
PDF file 'string' element implementation
Zend_Pdf_Element_String_Binary
PDF file 'binary string' element implementation
Zend_Pdf_Filter
Zend_Pdf_Filter in Filter.php
PDF stream filter
Zend_Pdf_Filter_ASCII85
ASCII85 stream filter
Zend_Pdf_Filter_ASCIIHEX
Zend_Pdf_Filter_ASCIIHEX in ASCIIHEX.php
ASCIIHEX stream filter
Zend_Pdf_Filter_Compression
Zend_Pdf_Filter_Compression in Compression.php
ASCII85 stream filter
Zend_Pdf_Filter_Compression_Flate
Flate stream filter
Zend_Pdf_Filter_Compression_LZW
LZW stream filter
Zend_Pdf_Image
Zend_Pdf_Image in Image.php
Image abstraction.
Zend_Pdf_ImageFactory
Zend_Pdf_ImageFactory in ImageFactory.php
Zend_Pdf_ImageFactory
Zend_Pdf_Image_JPEG
JPEG image
Zend_Pdf_Image_PNG
PNG image
Zend_Pdf_Image_TIFF
TIFF image
Zend_Pdf_Page
Zend_Pdf_Page in Page.php
PDF Page
Zend_Pdf_Parser
Zend_Pdf_Parser in Parser.php
PDF file parser
Zend_Pdf_Parser_Stream
PDF object stream parser
Zend_Pdf_PHPArray
Zend_Pdf_PHPArray in PHPArray.php
PHP Array (OO wrapper) Used to be returned by reference by __get() methods
Zend_Pdf_Resource
Zend_Pdf_Resource in Resource.php
PDF file Resource abstraction
Zend_Pdf_StringParser
Zend_Pdf_StringParser in StringParser.php
PDF string parser
Zend_Pdf_Style
Zend_Pdf_Style in Style.php
Style object.
Zend_Pdf_Trailer
Zend_Pdf_Trailer in Trailer.php
PDF file trailer
Zend_Pdf_Trailer_Generator
PDF file trailer generator (used for just created PDF)
Zend_Pdf_Trailer_Keeper
PDF file trailer.
Zend_Pdf_UpdateInfoContainer
Zend_Pdf_UpdateInfoContainer in UpdateInfoContainer.php
Container which collects updated object info.
Zend_Pdf_Exception
Zend_Pdf_Exception in Exception.php
Exception class for Zend_Pdf.
Zend_Pdf_FileParser
Zend_Pdf_FileParser in FileParser.php
Abstract utility class for parsing binary files.
Zend_Pdf_FileParserDataSource
Zend_Pdf_FileParserDataSource in FileParserDataSource.php
Abstract helper class for Zend_Pdf_FileParser that provides the data source for parsing.
Zend_Pdf_FileParserDataSource_File
Concrete subclass of Zend_Pdf_FileParserDataSource that provides an interface to filesystem objects.
Zend_Pdf_FileParserDataSource_String
Concrete subclass of Zend_Pdf_FileParserDataSource that provides an interface to binary strings.
Zend_Pdf_FileParser_Font
Abstract helper class for Zend_Pdf_Font that parses font files.
Zend_Pdf_FileParser_Font_OpenType
Abstract base class for OpenType font file parsers.
Zend_Pdf_FileParser_Font_OpenType_TrueType
Parses an OpenType font file containing TrueType outlines.
ZapfDingbats.php
ZapfDingbats.php in ZapfDingbats.php
Zend_Pdf_Cmap
Zend_Pdf_Cmap in Cmap.php
Abstract helper class for Zend_Pdf_Resource_Font which manages font character maps.
Zend_Pdf_Cmap_ByteEncoding
Zend_Pdf_Cmap_ByteEncoding in ByteEncoding.php
Implements the "byte encoding" character map (type 0).
Zend_Pdf_Cmap_ByteEncoding_Static
Custom cmap type used for the Adobe Standard 14 PDF fonts.
Zend_Pdf_Cmap_SegmentToDelta
Zend_Pdf_Cmap_SegmentToDelta in SegmentToDelta.php
Implements the "segment mapping to delta values" character map (type 4).
Zend_Pdf_Cmap_TrimmedTable
Zend_Pdf_Cmap_TrimmedTable in TrimmedTable.php
Implements the "trimmed table mapping" character map (type 6).
Zend_Pdf_Font
Zend_Pdf_Font in Font.php
Abstract factory class which vends Zend_Pdf_Resource_Font objects.
Zend_Pdf_Resource_Font
Abstract class which manages PDF fonts.
Zend_Pdf_Resource_Font_OpenType
OpenType fonts implementation
Zend_Pdf_Resource_Font_OpenType_TrueType
TrueType fonts implementation
Zend_Pdf_Resource_Font_Standard
Abstract class definition for the standard 14 Type 1 PDF fonts.
Zend_Pdf_Resource_Font_Standard_Courier
Implementation for the standard PDF font Courier.
Zend_Pdf_Resource_Font_Standard_CourierBold
Implementation for the standard PDF font Courier-Bold.
Zend_Pdf_Resource_Font_Standard_CourierBoldOblique
Implementation for the standard PDF font Courier-BoldOblique.
Zend_Pdf_Resource_Font_Standard_CourierOblique
Implementation for the standard PDF font Courier-Oblique.
Zend_Pdf_Resource_Font_Standard_Helvetica
Implementation for the standard PDF font Helvetica.
Zend_Pdf_Resource_Font_Standard_HelveticaBold
Implementation for the standard PDF font Helvetica-Bold.
Zend_Pdf_Resource_Font_Standard_HelveticaBoldOblique
Implementation for the standard PDF font Helvetica-BoldOblique.
Zend_Pdf_Resource_Font_Standard_HelveticaOblique
Implementation for the standard PDF font Helvetica-Oblique.
Zend_Pdf_Resource_Font_Standard_Symbol
Implementation for the standard PDF font Symbol.
Zend_Pdf_Resource_Font_Standard_TimesBold
Implementation for the standard PDF font Times-Bold.
Zend_Pdf_Resource_Font_Standard_TimesBoldItalic
Implementation for the standard PDF font Times-BoldItalic.
Zend_Pdf_Resource_Font_Standard_TimesItalic
Implementation for the standard PDF font Times-Italic.
Zend_Pdf_Resource_Font_Standard_TimesRoman
Implementation for the standard PDF font Times-Roman.
Zend_Pdf_Resource_Font_Standard_ZapfDingbats
Implementation for the standard PDF font ZapfDingbats.
a b c d e f g h i j k l m n o p r s t u v w y z _