输出文字。
语法: boolean pdf_continue_text(int pdfid, string text);
返回值: 布尔值
函数种类: 特殊文件格式
本函数输出文字到下一行。参数 pdfid 为 PDF 文件代码。参数 text 为欲输出显示的文字。成功则返回 true 值。