Package org.jpedal.manipulator
Class AddAnnotation
java.lang.Object
org.jpedal.manipulator.AddAnnotation
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Adds annotations
-
Constructor Summary
ConstructorsConstructorDescriptionAddAnnotation
(PageRanges pages, Annotation[] annotations) Adds many annotations to many pages. -
Method Summary
-
Constructor Details
-
AddAnnotation
Adds many annotations to many pages.Note: if you would like to add a FileAttachment annotation, see
PdfManipulator.attachFile(int, File, String, float[], float[])
- Parameters:
pages
- the pages to add the annotations toannotations
- the annotations to add
-