parent root
PHP: PDF_create_field - Manual

PDF_create_field

(PECL pdflib >= 2.0.0)

PDF_create_fieldCreate form field

Description

PDF_create_field ( resource $pdfdoc , float $llx , float $lly , float $urx , float $ury , string $name , string $type , string $optlist ) : bool

Creates a form field on the current page subject to various options.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root