(PHP 4, PHP 5 <= 5.0.5)
cpdf_text — Output text with parameters
Outputs the string text at the given position.
O manipulador do documento, retornado por cpdf_open().
The text
The x-coordinate of the text position
The y-coordinate of the text position
O parâmetro opcional mode determina o tamanho da unidade. Se for 0 ou omitido a unidade padrão especificada para a pagina é usada. Se não as coordenadas são medidas em pontos postscript não importando a unidade atual.
Rotation of the text in degrees
Determines how the text is aligned. See the ClibPDF documentation for possible values.
Retorna TRUE em caso de sucesso ou FALSE em falhas.