PDF_fit_table

(PECL pdflib >= 2.1.0)

PDF_fit_tablePlace table on page

Opis

PDF_fit_table ( resource $pdfdoc , int $table , float $llx , float $lly , float $urx , float $ury , string $optlist ) : string

Places a table on the page fully or partially.

add a note add a note

User Contributed Notes 2 notes

up
-9
radu at galaxydesign dot ro
10 years ago
Fatal error: Uncaught exception 'PDFlibException' with message 'Tables not supported in PDFlib Lite'
The PDFlib Lite will not support tables
up
-11
Anonymous
10 years ago
Fatal error: Uncaught exception 'PDFlibException' with message 'Tables not supported in PDFlib Lite'
The PDFlib Lite will not support tables
To Top