Query: pdf_add_weblink
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PDF_ADD_WEBLINK(3) 1 PDF_ADD_WEBLINK(3) PDF_add_weblink - Add weblink for current page [deprecated]SYNOPSISbool PDF_add_weblink (resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, string $url)DESCRIPTIONAdds a weblink annotation to a target $url on the Web. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action(3) with $type=URI and PDF_create_annotation(3) with $type=Link instead. PHP Documentation Group PDF_ADD_WEBLINK(3)