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…...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…