I have a PDF and i want to import annotations from a XFDF file,
the code i am using with Aspose.PDF 25.2.0
Document pdfDocument = New Document(inputPdf);
// Create a PdfAnnotationEditor object
PdfAnnot…...0 Document pdfDocument = new Document(inputPdf); // Create...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor(); // Bind...