PDF_begin_layer

(PECL pdflib >= 2.0.0) Start layer bool PDF_begin_layer ( resource $pdfdoc, int $layer ) Starts a layer for subsequent output on the page. Returns TRUE on success or FALSE on failure. This function requires PDF 1.5.

PDF_begin_item

(PECL pdflib >= 2.0.0) Open structure element or other content item int PDF_begin_item ( resource $pdfdoc, string $tag, string $optlist ) Opens a structure element or other content item with attributes supplied as options.

PDF_begin_glyph

(PECL pdflib >= 2.0.0) Start glyph definition for Type 3 font bool PDF_begin_glyph ( resource $pdfdoc, string $glyphname, float $wx, float $llx, float $lly, float $urx, float $ury ) Starts a glyph definition for a Type 3 font.

PDF_begin_font

(PECL pdflib >= 2.0.0) Start a Type 3 font definition bool PDF_begin_font ( resource $pdfdoc, string $filename, float $a, float $b, float $c, float $d, float $e, float $f, string $optlist ) Starts a Type 3 font definition.

PDF_begin_document

(PECL pdflib >= 2.0.0) Create new PDF file int PDF_begin_document ( resource $pdfdoc, string $filename, string $optlist ) Creates a new PDF file subject to various options.

PDF_attach_file

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Add file attachment for current page [deprecated] bool PDF_attach_file ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename, string $description, string $author, string $mimetype, string $icon ) Adds a file attachment annotation. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_annotat

PDF_arcn

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Draw a clockwise circular arc segment bool PDF_arcn ( resource $p, float $x, float $y, float $r, float $alpha, float $beta ) Except for the drawing direction, this function behaves exactly like PDF_arc().

PDF_arc

(PHP 4, PECL pdflib >= 1.0.0) Draw a counterclockwise circular arc segment bool PDF_arc ( resource $p, float $x, float $y, float $r, float $alpha, float $beta ) Adds a counterclockwise circular arc.

PDF_add_weblink

(PHP 4, PECL pdflib >= 1.0.0) Add weblink for current page [deprecated] bool PDF_add_weblink ( resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, string $url ) Adds a weblink annotation to a target url on the Web. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action() with type=URI and PDF_create_annotation() w

PDF_add_thumbnail

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Add thumbnail for current page bool PDF_add_thumbnail ( resource $pdfdoc, int $image ) Adds an existing image as thumbnail for the current page. Returns TRUE on success or FALSE on failure.