PDF_add_note

(PHP 4 >= 4.0.5, PECL)

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.