PDF_attach_file

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_attach_file[Obsol�te] Ajoute un fichier attach� � la page PDF

Description

bool PDF_attach_file ( resource $pdfdoc , float $llx , float $lly , float $urx , float $ury , string $filename , string $description , string $author , string $mimetype , string $icon )

PDF_attach_file ajoute un fichier attach� � la page courante. Cette fonction retourne TRUE en cas de succ�s, FALSE en cas d'�chec.

Cette fonction est obsol�te depuis la version 6 de la PDFlib, utilisez la fonction PDF_create_annotation() avec le param�tre type=FileAttachment � la place.