PDF_info_matchbox

(PECL pdflib >= 2.1.0) Query matchbox information float PDF_info_matchbox ( resource $pdfdoc, string $boxname, int $num, string $keyword ) Queries information about a matchbox on the current page.

PDF_info_font

(PECL pdflib >= 2.1.0) Query detailed information about a loaded font float PDF_info_font ( resource $pdfdoc, int $font, string $keyword, string $optlist ) Queries detailed information about a loaded font.

PDF_get_value

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Get numerical parameter float PDF_get_value ( resource $p, string $key, float $modifier ) Gets the value of some PDFlib parameter with numerical type.

PDF_get_pdi_value

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Get PDI numerical parameter [deprecated] float PDF_get_pdi_value ( resource $p, string $key, int $doc, int $page, int $reserved ) Gets the contents of a PDI document parameter with numerical type. This function is deprecated since PDFlib version 7, use PDF_pcos_get_number() instead.

PDF_get_pdi_parameter

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Get PDI string parameter [deprecated] string PDF_get_pdi_parameter ( resource $p, string $key, int $doc, int $page, int $reserved ) Gets the contents of a PDI document parameter with string type. This function is deprecated since PDFlib version 7, use PDF_pcos_get_string() instead.

PDF_get_parameter

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Get string parameter string PDF_get_parameter ( resource $p, string $key, float $modifier ) Gets the contents of some PDFlib parameter with string type.

PDF_get_minorversion

(PHP 4 >= 4.2.0, PECL pdflib >= 1.0.0) Get minor version number [deprecated] int PDF_get_minorversion ( void ) Returns the minor version number of the PDFlib version. This function is deprecated since PDFlib version 5, use PDF_get_value() with the parameter minor instead.

PDF_get_majorversion

(PHP 4 >= 4.2.0, PECL pdflib >= 1.0.0) Get major version number [deprecated] int PDF_get_majorversion ( void ) This function is deprecated since PDFlib version 5, use PDF_get_value() with the parameter major instead.

PDF_get_image_width

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

PDF_get_image_height

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