Capture annotations

In PDFTron's sample, I can add line, rectangle, arrow, notes etc onto an opened pdf. Is there a way for me to capture those inputs so I can collect the annotation data to send it back to my own server?

Thanks.

PDFNet makes sharing annotations easy by offering an simple way to import and export annotations. The annotations are saved in a standardized XML format, XFDF. This makes the annotations easy to share across PDFTron’s product line (e.g. the same annotations can be loaded from the WebViewer: http://www.pdftron.com/webviewer), as well as third-party applications (such as Acrobat) . The XML annotation files are typically much smaller than a PDF file, making it an ideal format to use when transmitting over a network. The XML format is also well suited for conflict resolution algorithms.

For details please take a look at FDF sample project http://www.pdftron.com/pdfnet/samplecode.html#FDF as well as http://blog.pdftron.com/2013/07/19/document-collaboration-with-pdfnet/



On Saturday, July 27, 2013 12:50:19 AM UTC-7, Will Tam wrote:

In PDFTron’s sample, I can add line, rectangle, arrow, notes etc onto an opened pdf. Is there a way for me to capture those inputs so I can collect the annotation data to send it back to my own server?

Thanks.