PDF_delete_textflow

(PECL pdflib >= 2.0.0) Delete textflow object bool PDF_delete_textflow ( resource $pdfdoc, int $textflow ) Deletes a textflow and the associated data structures.

PDF_delete_table

(PECL pdflib >= 2.1.0) Delete table object bool PDF_delete_table ( resource $pdfdoc, int $table, string $optlist ) Deletes a table and all associated data structures.

PDF_delete_pvf

(PECL pdflib >= 2.0.0) Delete PDFlib virtual file int PDF_delete_pvf ( resource $pdfdoc, string $filename ) Deletes a named virtual file and frees its data structures (but not the contents).

PDF_define_layer

(PECL pdflib >= 2.0.0) Create layer definition int PDF_define_layer ( resource $pdfdoc, string $name, string $optlist ) Creates a new layer definition. This function requires PDF 1.5.

PDF_curveto

(PHP 4, PECL pdflib >= 1.0.0) Draw Bezier curve bool PDF_curveto ( resource $p, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3 ) Draws a Bezier curve from the current point, using 3 more control points. Returns TRUE on success or FALSE on failure.

PDF_create_textflow

(PECL pdflib >= 2.0.0) Create textflow object int PDF_create_textflow ( resource $pdfdoc, string $text, string $optlist ) Preprocesses text for later formatting and creates a textflow object.

PDF_create_pvf

(PECL pdflib >= 2.0.0) Create PDFlib virtual file bool PDF_create_pvf ( resource $pdfdoc, string $filename, string $data, string $optlist ) Creates a named virtual read-only file from data provided in memory.

PDF_create_gstate

(PECL pdflib >= 2.0.0) Create graphics state object int PDF_create_gstate ( resource $pdfdoc, string $optlist ) Creates a graphics state object subject to various options.

PDF_create_fieldgroup

(PECL pdflib >= 2.0.0) Create form field group bool PDF_create_fieldgroup ( resource $pdfdoc, string $name, string $optlist ) Creates a form field group subject to various options.

PDF_create_field

(PECL pdflib >= 2.0.0) Create form field bool PDF_create_field ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $name, string $type, string $optlist ) Creates a form field on the current page subject to various options.