pdf_create_annotation

(PECL)

pdf_create_annotation -- Create rectangular annotation

Descripción

bool pdf_create_annotation ( resource pdfdoc, float llx, float lly, float urx, float ury, string type, string optlist )

Creates a rectangular annotation on the current page. The parameters llx, lly, urx and ury specify the x and y coordinates of the lower left and upper right corners of the annotation rectangle.