pdf_add_pdflink

(PHP 3 >= 3.0.12, PHP 4, PECL)

pdf_add_pdflink -- Adds file link annotation for current page

Description

bool pdf_add_pdflink ( resource pdfdoc, float bottom_left_x, float bottom_left_y, float up_right_x, float up_right_y, string filename, int page, string dest )

Add a file link annotation (to a PDF target). 如果成功则返回 TRUE,失败则返回 FALSE

See also pdf_add_locallink() and pdf_add_weblink().


add a note add a note User Contributed Notes
There are no user contributed notes for this page.