PDF_end_pattern

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Finish pattern bool PDF_end_pattern ( resource $p ) Finishes the pattern definition. Returns TRUE on success or FALSE on failure.

PDF_end_page

(PHP 4, PECL pdflib >= 1.0.0) Finish page bool PDF_end_page ( resource $p ) Finishes the page. Returns TRUE on success or FALSE on failure.

PDF_end_page_ext

(PECL pdflib >= 2.0.0) Finish page bool PDF_end_page_ext ( resource $pdfdoc, string $optlist ) Finishes a page, and applies various options. Returns TRUE on success or FALSE on failure.

PDF_end_layer

(PECL pdflib >= 2.0.0) Deactivate all active layers bool PDF_end_layer ( resource $pdfdoc ) Deactivates all active layers. Returns TRUE on success or FALSE on failure. This function requires PDF 1.5.

PDF_end_item

(PECL pdflib >= 2.0.0) Close structure element or other content item bool PDF_end_item ( resource $pdfdoc, int $id ) Closes a structure element or other content item.

PDF_end_glyph

(PECL pdflib >= 2.0.0) Terminate glyph definition for Type 3 font bool PDF_end_glyph ( resource $pdfdoc ) Terminates a glyph definition for a Type 3 font.

PDF_end_font

(PECL pdflib >= 2.0.0) Terminate Type 3 font definition bool PDF_end_font ( resource $pdfdoc ) Terminates a Type 3 font definition.

PDF_end_document

(PECL pdflib >= 2.0.0) Close PDF file bool PDF_end_document ( resource $pdfdoc, string $optlist ) Closes the generated PDF file and applies various options.

PDF_encoding_set_char

(PECL pdflib >= 2.0.0) Add glyph name and/or Unicode value bool PDF_encoding_set_char ( resource $pdfdoc, string $encoding, int $slot, string $glyphname, int $uv ) Adds a glyph name and/or Unicode value to a custom encoding.

PDF_delete

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Delete PDFlib object bool PDF_delete ( resource $pdfdoc ) Deletes a PDFlib object, and frees all internal resources. Returns TRUE on success or FALSE on failure.