Forum und email

cpdf_show_xy

(PHP 4, PHP 5 <= 5.0.5)

cpdf_show_xy — Gibt Text an der angegebenen Position aus

Beschreibung

bool cpdf_show_xy ( int $PDF-Dokument , string $Text , float $x_koor , float $y_koor [, int $Modus ] )

Gibt die Zeichenkette Text an der angegebenen Position aus.

Hinweis: Ohne die optionalen Parameter ist die Funktion cpdf_show_xy() mit cpdf_text() identisch.

Parameter Liste

pdf_document

The document handle, returned by cpdf_open().

Text

Der Text

x_koor

Die x-Koordinate der Position des Textes

y_koor

Die y-Koordinate der Position des Textes

mode

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.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch