Fonctions PDF
PHP Manual

PDF_show_xy

(PHP 4, PECL pdflib >= 1.0.0)

PDF_show_xyAffiche un texte à une position donnée

Description

bool PDF_show_xy ( resource $p , string $text , float $x , float $y )

PDF_show_xy() affiche le texte text aux coordonnées x,y. Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.


Fonctions PDF
PHP Manual