PDF_continue_text

(PHP3 >= 3.0.6, PHP4 )

PDF_continue_text -- Outputs text in next line

Description

void pdf_continue_text (int pdf document, string text)

The PDF_continue_text() function outputs the string in text in the next line. The distance between the lines can be set with PDF_set_leading().

See also PDF_show_xy(), PDF_set_leading(), PDF_set_text_pos().