pdf_open_gif
pdf_open_gif -- Deprecated: Opens a GIF image
Description
This function is deprecated, use pdf_open_image() instead.
pdf_open_image_file
(PHP 3 CVS only, PHP 4 )
pdf_open_image_file -- Reads an image from a file
Description
int pdf_open_image_file ( resource pdfdoc, string imagetype,
string filename [, string stringparam [, string intparam]])
Open an image file. Supported types are jpeg, tiff, gif,
and png. stringparam is either , mask, masked, or page.
intparamis either 0, the image id of the applied mask, or
the page.
|