Forum und email

PDF_add_note

(PHP 4 >= 4.0.5, PECL pdflib:1.0-2.1.3)

PDF_add_note — Fügt Notiz auf aktueller Seite ein [veraltet]

Beschreibung

bool PDF_add_note ( resource $pdfdoc , float $llx , float $lly , float $urx , float $ury , string $contents , string $title , string $icon , int $open )

Fügt auf der aktuellen Seite eine Notiz ein. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Diese Funktion ist seit PDFlib Version 6 veraltet, verwenden Sie stattdessen PDF_create_annotation() mit type=Text .