Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5202995
Hits Heute: 1098
max. Hits (10.07.07): 6964
User Online: 42
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

C++, m. CD-ROM
C++, m. CD-ROM

Manuals > PHP > cpdf_set_text_pos

cpdf_set_text_pos

(PHP 3>= 3.0.8, PHP 4 )

cpdf_set_text_pos -- Legt die Textposition fest

Beschreibung

bool cpdf_set_text_pos ( int PDF-Dokument, float x-koor, float y-koor [, int Modus])

Die Funktion cpdf_set_text_pos() legt die Position des Textes für den nächsten Aufruf von cpdf_show() fest. 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_show() und cpdf_text().


Copyright 1998 - 2009 by I.S.U.M.