GroupDocs.Annotation v22.1 and later allows you to import annotations from the XML files.
The following code snippet shows how to import annotations from an XML file:
using(Annotatorannotator=newAnnotator("input.pdf-file"))// specify the path to the file with the annotated{annotator.ImportAnnotationsFromDocument("result.XML-file");// specify the path to the result XML file}
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.