cpdf_place_inline_image

(PHP 3>= 3.0.9, PHP 4 , PHP 5)

cpdf_place_inline_image -- Platziert ein Bild auf der Seite

Beschreibung

bool cpdf_place_inline_image ( int PDF-Dokument, int Bild, float x-koor, float y-koor, float Winkel, float Breite, float Höhe [, int Modus])

Die Funktion cpdf_place_inline_image() platziert auf der Seite ein Bild, das mit den PHP Image-Funktionen erstellt wurde, an der Position (x-koor, y-koor). Das Bild kann gleichzeitig skaliert werden. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

The optional parameter mode determines the unit length. If it is 0 or omitted the default unit as specified for the page is used. Otherwise the coordinates are measured in postscript points disregarding the current unit.

Siehe auch: cpdf_import_jpeg().