cpdf_place_inline_image (PHP 3>= 3.0.9, PHP 4 ) cpdf_place_inline_image -- Platziert ein Bild auf der Seite Beschreibungbool 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 der PHP-Image-Funktion
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().
|