Copy/paste annotation

The best option to transfer annotations from one document to another is via XFDF (or via pdftron.FDF.FDFDoc) . As a starting point please take a look at FDF sample project:
http://www.pdftron.com/pdfnet/samplecode.html#FDF

It shows how to do annotation roundtrip. Btw. technically you don’t need to export annotations to an external file. You can use the following line:

pdf_target.FDFMerge(pdf_source.FDFExtract(PDFDoc.ExtractFlag.e_annots_only));

1 Like

We were able to copy/paste fields (within the same document) on version 8.8.0
We are trying to upgrade to version 10.4.0 but copy/pasting seems to be disabled, what is going on?
It’s not even working on your demo page. Did you remove this capability?
What can we do?

1 Like