GroupDocs v22.1 allows you to export annotations from a document to an XML file.
The following code snippet shows how to export annotations:
using(Annotatorannotator=newAnnotator("input.pdf-file"))// specify the path to the input PDF file{annotator.ExportAnnotationsFromXMLFile("input.XML-file");// specify the path to the input XML fileannotator.Save("result_export");}
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.