cpdf_place_inline_image
(PHP 3>= 3.0.9, PHP 4 , PHP 5)
cpdf_place_inline_image -- Places an image on the page
Description
bool
cpdf_place_inline_image ( int pdf_document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode])
The cpdf_place_inline_image() function places an image created with the PHP image functions on the page at position (x-coor, y-coor). The image can be scaled at the same time. Возвращает TRUE в случае успешного завершения, FALSE в случае возникновения ошибки.
Необязательный параметр mode определяет единицу измерения. Если он не указан, либо равен 0, используется определенная по умолчанию для страницы единица измерения. Иначе координаты измеряются в пунктах postscript без учета текущей единицы измерения.
Смотрите также cpdf_import_jpeg().