cpdf_import_jpeg

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

cpdf_import_jpeg -- Öffnet ein JPEG-Bild

Beschreibung

int cpdf_import_jpeg ( int PDF-Dokument, string Dateiname, float x-koor, float y-koor, float Winkel, float Breite, float Höhe, float x-Skalierung, float y-Skalierung, int gsave [, int Modus])

Die Funktion cpdf_import_jpeg() öffnet ein Bild, das unter dem Namen Dateiname gespeichert wurde. Das Bild muss im JPEG-Format vorliegen. Es wird auf der aktuellen Seite an der Position (x-koor, y-koor) platziert. Das Bild wird um Winkel Grad gedreht. Damit diese Funktion korrekt funktioniert, darf der Parameter gsave nicht Null sein.

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_place_inline_image().