PDF_fit_pdi_page

(PECL pdflib >= 2.0.0) Place imported PDF page bool PDF_fit_pdi_page ( resource $pdfdoc, int $page, float $x, float $y, string $optlist ) Places an imported PDF page on the page, subject to various options. Returns TRUE on success or FALSE on failure.

PDF_fit_image

(PECL pdflib >= 2.0.0) Place image or template bool PDF_fit_image ( resource $pdfdoc, int $image, float $x, float $y, string $optlist ) Places an image or template on the page, subject to various options. Returns TRUE on success or FALSE on failure.

PDF_findfont

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Prepare font for later use [deprecated] int PDF_findfont ( resource $p, string $fontname, string $encoding, int $embed ) Search for a font and prepare it for later use with PDF_setfont(). The metrics will be loaded, and if embed is nonzero, the font file will be checked, but not yet used. encoding is one of builtin, macroman, winansi, host, a user-defined encoding name or the name

PDF_fill

(PHP 4, PECL pdflib >= 1.0.0) Fill current path bool PDF_fill ( resource $p ) Fills the interior of the current path with the current fill color. Returns TRUE on success or FALSE on failure.

PDF_fill_textblock

(PECL pdflib >= 2.0.0) Fill text block with variable data int PDF_fill_textblock ( resource $pdfdoc, int $page, string $blockname, string $text, string $optlist ) Fills a text block with variable data according to its properties. This function is only available in the PDFlib Personalization Server (PPS).

PDF_fill_stroke

(PHP 4, PECL pdflib >= 1.0.0) Fill and stroke path bool PDF_fill_stroke ( resource $p ) Fills and strokes the current path with the current fill and stroke color. Returns TRUE on success or FALSE on failure.

PDF_fill_pdfblock

(PECL pdflib >= 2.0.0) Fill PDF block with variable data int PDF_fill_pdfblock ( resource $pdfdoc, int $page, string $blockname, int $contents, string $optlist ) Fills a PDF block with variable data according to its properties. This function is only available in the PDFlib Personalization Server (PPS).

PDF_fill_imageblock

(PECL pdflib >= 2.0.0) Fill image block with variable data int PDF_fill_imageblock ( resource $pdfdoc, int $page, string $blockname, int $image, string $optlist ) Fills an image block with variable data according to its properties. This function is only available in the PDFlib Personalization Server (PPS).

PDF_endpath

(PHP 4, PECL pdflib >= 1.0.0) End current path bool PDF_endpath ( resource $p ) Ends the current path without filling or stroking it.

PDF_end_template

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Finish template bool PDF_end_template ( resource $p ) Finishes a template definition. Returns TRUE on success or FALSE on failure.