pdf_add_launchlink

(PHP 4 >= 4.0.5, PECL)

pdf_add_launchlink -- Add launch annotation for current page [deprecated]

Description

bool pdf_add_launchlink ( resource pdfdoc, float llx, float lly, float urx, float ury, string filename )

Adds a link to a web resource specified by filename.

This function is deprecated since PDFlib version 6, use pdf_create_action() with type=Launch and create_annotation() with type=Link instead.