PDF_rect

(PHP 4, PECL pdflib >= 1.0.0) Draw rectangle bool PDF_rect ( resource $p, float $x, float $y, float $width, float $height ) Draws a rectangle. Returns TRUE on success or FALSE on failure.

PDF_process_pdi

(PECL pdflib >= 2.0.0) Process imported PDF document int PDF_process_pdi ( resource $pdfdoc, int $doc, int $page, string $optlist ) Processes certain elements of an imported PDF document.

PDF_place_pdi_page

(PHP 4 >= 4.0.6, PECL pdflib >= 1.0.0) Place PDF page [deprecated] bool PDF_place_pdi_page ( resource $pdfdoc, int $page, float $x, float $y, float $sx, float $sy ) Places a PDF page and scales it. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 5, use PDF_fit_pdi_page() instead.

PDF_place_image

(PHP 4, PECL pdflib >= 1.0.0) Place image on the page [deprecated] bool PDF_place_image ( resource $pdfdoc, int $image, float $x, float $y, float $scale ) Places an image and scales it. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 5, use PDF_fit_image() instead.

PDF_pcos_get_string

(PECL pdflib >= 2.1.0) Get value of pCOS path with type name, string, or boolean string PDF_pcos_get_string ( resource $p, int $doc, string $path ) Gets the value of a pCOS path with type name, string, or boolean.

PDF_pcos_get_stream

(PECL pdflib >= 2.1.0) Get contents of pCOS path with type stream, fstream, or string string PDF_pcos_get_stream ( resource $p, int $doc, string $optlist, string $path ) Gets the contents of a pCOS path with type stream, fstream, or string.

PDF_pcos_get_number

(PECL pdflib >= 2.1.0) Get value of pCOS path with type number or boolean float PDF_pcos_get_number ( resource $p, int $doc, string $path ) Gets the value of a pCOS path with type number or boolean.

PDF_open_tiff

(PHP 4, PECL pdflib >= 1.0.0) Open TIFF image [deprecated] This function is deprecated since PDFlib version 3, use PDF_load_image() instead.

PDF_open_pdi

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Open PDF file [deprecated] int PDF_open_pdi ( resource $pdfdoc, string $filename, string $optlist, int $len ) Opens a disk-based or virtual PDF document and prepares it for later use. This function is deprecated since PDFlib version 7, use PDF_open_pdi_document() instead.

PDF_open_pdi_page

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Prepare a page int PDF_open_pdi_page ( resource $p, int $doc, int $pagenumber, string $optlist ) Prepares a page for later use with PDF_fit_pdi_page().