7.79.117 pdf_show_xy()Affiche un text à une position donnée[ Exemples avec pdf_show_xy ] PHP 3>= 3.0.6, PHP 4
bool
pdf_show_xy (
resource
pdfdoc
,
string
text
,
float
x
,
float
y
)
pdf_show_xy qffiche le texte
text
aux coordonnées (
x
,
y
).
Cette fonction retourne
TRUE
en cas de succès,
FALSE
en cas d'échec.
|