pdf_place_image

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

pdf_place_image -- Places an image on the page

Popis

void pdf_place_image ( int pdf document, int image, double x-coor, double y-coor, double scale)

Funkce pdf_place_image() function places an image on the page at postion (x-coor, x-coor). The image can be scaled at the same time.

Viz takΘ pdf_put_image().