PHP 7.0.6 Released

PDF_add_nameddest

(PECL pdflib >= 2.0.0)

PDF_add_nameddestCreate named destination

Description

bool PDF_add_nameddest ( resource $pdfdoc , string $name , string $optlist )

Creates a named destination on an arbitrary page in the current document. Returns TRUE on success or FALSE on failure.

User Contributed Notes

There are no user contributed notes for this page.
To Top