(PHP 4, PHP 5 <= 5.0.5)
cpdf_show_xy — Gibt Text an der angegebenen Position aus
Gibt die Zeichenkette Text an der angegebenen Position aus.
Hinweis: Ohne die optionalen Parameter ist die Funktion cpdf_show_xy() mit cpdf_text() identisch.
The document handle, returned by cpdf_open().
Der Text
Die x-Koordinate der Position des Textes
Die y-Koordinate der Position des Textes
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.
Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.