AnnotationChanged event triggers as soon as pdf is opened with linkAnnotationEvent

Hi there,

After disabling automatic linking, you could remove all annotations via deleteAnnotations:
annotationManager.deleteAnnotations(annotationManager.getAnnotationsList())
and then create the annotations. Then exporting them via exportAnnotations should only show you the annotation you created.

Best regards,
Kevin Kim