pdf_add_launchlink($pdf, 300, 300, 325, 325, "http://www.google.co.uk");
The numbers plot a shape on the page. The first two plot the lower left corner and the next pair plot the upper right hand corner. Links can also be made to the local filesystem.
PDF_add_launchlink
(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)
PDF_add_launchlink — Añadir una anotación de lanzamiento a la página actual [obsoleta]
Descripción
bool PDF_add_launchlink
( resource
$pdfdoc
, float $llx
, float $lly
, float $urx
, float $ury
, string $filename
)Añade un enlace a un recurso web.
Esta función está obsoleta desde la versión 6 de PDFlib,
use PDF_create_action() con
type=Launch y
PDF_create_annotation() con
type=Link en su lugar.
rhys at NOSPAM dot rhysmeister dot com
19-Jul-2004 05:24
