PDF_place_image

PDF_place_image -- Places an image on the page

Description

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

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

See also PDF_put_image().