PDF 函数
PHP 手册

PDF_fit_textline

(PECL pdflib >= 2.0.0)

PDF_fit_textlinePlace single line of text

说明

bool PDF_fit_textline ( resource $pdfdoc , string $text , float $x , float $y , string $optlist )

Places a single line of text on the page, subject to various options. 如果成功则返回 TRUE,失败则返回 FALSE


PDF 函数
PHP 手册