cpdf_show

(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)

cpdf_show -- 現在位置にテキストを出力する

説明

bool cpdf_show ( int pdf_document, string text )

現在位置に text の文字列を出力します。

パラメータ

pdf_document

cpdf_open() が返す、ドキュメントのハンドル。

text

テキストを表す文字列。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

cpdf_text()
cpdf_begin_text()
cpdf_end_text()