PDF_create_field

(PECL pdflib >= 2.0.0)

PDF_create_fieldCreate form field

Opis

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 note add a note

User Contributed Notes

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