函数:PDF_show() |
PDF_show输出字符串到 PDF 文件。 语法: boolean pdf_show(int pdfid, string text); 返回值: 布尔值 函数种类: 特殊文件格式
本函数用来送出文字字符串到 PDF 文件中。参数 pdfid 为 PDF 文件代码。参数 text 为欲加入的字符串。成功则返回 true 值。
PDF_show_xy() PDF_set_text_pos() PDF_set_font() 整理: (www.phpernote.com)
|