PHP Doku:: Fügt einen Dateianhang auf der aktuellen Seite ein [veraltet, nicht empfohlen] - function.pdf-attach-file.html

Verlauf / Chronik / History: (13) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenPDFPDF FunktionenPDF_attach_file

Ein Service von Reinhard Neidl - Webprogrammierung.

PDF Funktionen

<<PDF_arcn

PDF_begin_document>>

PDF_attach_file

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

PDF_attach_fileFügt einen Dateianhang auf der aktuellen Seite ein [veraltet, nicht empfohlen]

Beschreibung

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

Fügt einen Link auf einen Dateianhang ein. Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Diese Funktion ist seit PDFlib Version 6 veraltet, verwenden Sie stattdessen die Funktion PDF_create_annotation() mit dem Parameter type=FileAttachment.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
ilia at prohost dot org
18.05.2003 1:52
Only the 'Full' Acrobat software will be able to display file attachments. All others will either show nothing or display a question mark.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)