Please give a brief summary of your issue:
When saving annotations, is there a way to save markups separately from file attachments? Reason being that when the annotations are loaded in subsequent retrievals, load times are slow, especially if attachment is large.
Please describe your issue and provide steps to reproduce it:
Markup a file with highlights, etc. Then insert a file attachment and save. When we reload the base file, the markup annotations are slow to load because the xfdf retrieval seems to get the markups plus the file data together.
Please provide a link to a minimal sample where the issue is reproducible:
Saving markups separately is a very common usecase and can definitely reduce initial document load times. Markups or more specifically, annotations, can be exported as XFDF data and later be imported using the same XFDF format.
Annotations can be filtered based on type so if you would like to separate between the highlight annotations and the file attachments, you can do so through the annotationList option.