Q: How can I customize annotations tools in jPDFNotes?
A: Use the class called AnnotationTools that manages the default properties and settings for the annotation tools in Qoppa’s PDF components.
Disable Flattening of Annotations
AnnotationTools.setFlatteningEnabled(false); |
Disable Deleting of Annotations
AnnotationTools.setDeleteEnabled(false); |
Set Default Author for New Annotations
AnnotationTools.setDefaultAuthor("John Smith"); |