Forum und email

cpdf_set_creator

(PHP 4, PHP 5 <= 5.0.5)

cpdf_set_creator — pdf ドキュメントの creator フィールドを設定する

説明

bool cpdf_set_creator ( int $pdf_document , string $creator )

PDF ドキュメントの creator を設定します。

パラメータ

pdf_document

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

creator

ドキュメントの作者。

返り値

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