Forum und email

cpdf_show_xy

(PHP 4, PHP 5 <= 5.0.5)

cpdf_show_xy — Output text at position

Description

bool cpdf_show_xy ( int $pdf_document , string $text , float $x-coor , float $y-coor [, int $mode ] )

The cpdf_show_xy() function outputs the string text at position with coordinates (x-coor , y-coor ). Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Il parametro opzionale mode determina l'unità di misura. Se viene impostato a 0, oppure omesso, si utilizza come default l'unità specificata nella pagina. Altrimenti le coordinate sono misurate in punti postscript ignorando l'unità corrente.

Nota: The function cpdf_show_xy() is identical to cpdf_text() without the optional parameters.

See also cpdf_text().