Hi everyone,
I do have a case where I need to merge programatically XFDF annotations with existing PDF to generate a new PDF contains the original PDF with the XFDF annotations. I did find some solutions like iText here
but the issue is that it could only be used to fill Forms (FormField) not complex annotations like shapes such as square and so on. the only working solution I can find so far is Aspose here using PdfAnnotationEditor it does the exact job.
I'm looking for Adobe alternative solution if there's an API could do the job.