pdf_open_jpeg

(PHP 3>= 3.0.7, PHP 4 >= 4.0.0)

pdf_open_jpeg -- Opens a JPEG image

Popis

int pdf_open_jpeg ( int pdf document, string filename)

Funkce pdf_open_jpeg() function opens an image stored in the file with the name filename. The format of the image has to be jpeg. The function returns a pdf image identifier.

Poznßmka: This function shouldn't be used anymore. Please use the function pdf_open_image_file() instead.

Viz takΘ pdf_close_image(), pdf_open_gif(), pdf_open_png(), pdf_open_memory_image(), pdf_execute_image(), pdf_place_image(), pdf_put_image().