PDF_put_image

PDF_put_image -- Stores an image in the PDF for later use

Description

void pdf_put_image(int pdf document, int image);

The PDF_put_image function places an image in the PDF file without showing it. The stored image can be displayed with the PDF_execute_image() function. This is useful when using the same image multiple times.

See also PDF_place_image(), PDF_execute_image().