PDF_add_thumbnail
(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
PDF_add_thumbnail — Add thumbnail for current page
说明
PDF_add_thumbnail
( resource
$pdfdoc
, int $image
) : bool
Adds an existing image as thumbnail for the current page.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。