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 — اضافه کردن علامت شروع برای صفحه فعلی [از رده خارج]
Description
bool PDF_add_launchlink
( resource $pdfdoc
, float $llx
, float $lly
, float $urx
, float $ury
, string $filename
)
اضافه کردن پیوند به منبع وب.
این تابع از زمان PDFlib نسخه 6 از رده خارج شده است از PDF_create_action() به همراه type=Launch و PDF_create_annotation() به همراه type=Link استفاده کنید.
rhys at NOSPAM dot rhysmeister dot com ¶
8 years ago
