PDF_get_fontsize

(PHP 4, PECL pdflib >= 1.0.0) Font handling [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_value() with the parameter fontsizeinstead.

PDF_get_fontname

(PHP 4, PECL pdflib >= 1.0.0) Get font name [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_parameter() with the parameter fontname instead.

PDF_get_font

(PHP 4, PECL pdflib >= 1.0.0) Get font [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_value() with the parameter font instead.

PDF_get_errnum

(PECL pdflib >= 2.0.0) Get error number int PDF_get_errnum ( resource $pdfdoc ) Gets the number of the last thrown exception or the reason for a failed function call.

PDF_get_errmsg

(PECL pdflib >= 2.0.0) Get error text string PDF_get_errmsg ( resource $pdfdoc ) Gets the text of the last thrown exception or the reason for a failed function call.

PDF_get_buffer

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Get PDF output buffer string PDF_get_buffer ( resource $p ) Fetches the buffer containing the generated PDF data.

PDF_get_apiname

(PECL pdflib >= 2.0.0) Get name of unsuccessfull API function string PDF_get_apiname ( resource $pdfdoc ) Gets the name of the API function which threw the last exception or failed.

PDF_fit_textline

(PECL pdflib >= 2.0.0) Place single line of text bool PDF_fit_textline ( resource $pdfdoc, string $text, float $x, float $y, string $optlist ) Places a single line of text on the page, subject to various options. Returns TRUE on success or FALSE on failure.

PDF_fit_textflow

(PECL pdflib >= 2.0.0) Format textflow in rectangular area string PDF_fit_textflow ( resource $pdfdoc, int $textflow, float $llx, float $lly, float $urx, float $ury, string $optlist ) Formats the next portion of a textflow into a rectangular area.

PDF_fit_table

(PECL pdflib >= 2.1.0) Place table on page string PDF_fit_table ( resource $pdfdoc, int $table, float $llx, float $lly, float $urx, float $ury, string $optlist ) Places a table on the page fully or partially.