7.79.12 pdf_add_note()Ajoute une annotation dans la page PDF courante[ Exemples avec pdf_add_note ] PHP 4 >= 4.0.5
bool
pdf_add_note (
resource
pdfdoc
,
float
llx
,
float
lly
,
float
urx
,
float
ury
,
string
contents
,
string
title
,
string
icon
,
int
open
)
pdf_add_note
ajoute une annotation dans la page courante.
Le paramèter
icon
peut prendre l'une des valeurs
suivantes : "
comment
", "
insert
", "
note
",
"
paragraph
", "
newparagraph
"
"
key" et "
help
".
Cette fonction retourne
TRUE
en cas de succès,
FALSE
en cas d'échec.
|