parent root
PHP: PDF_fit_table - Manual

PDF_fit_table

(PECL pdflib >= 2.1.0)

PDF_fit_tablePlace table on page

Description

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

User Contributed Notes 2 notes

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