pdf_get_image_height

(PHP 3 >= 3.0.12, PHP 4, PECL)

pdf_get_image_height -- Deprecated: returns height of an image

Description

This function is deprecated, use pdf_get_value() instead.


add a note add a note User Contributed Notes
karsten_fuhrmann at NOSPAMweb dot de
12-Aug-2003 06:21
The value returned is in pixel NOT Points.
18-Feb-2003 07:13
$width = PDF_get_value($p, "imagewidth", $image);