XFA Support Issue

Aspose does not support Dynamic XFA correctly.
Three attached pdfs with three different issues.
xfa1.pdf saves with text shifted out of view.
xfa2.pdf saves with the text from page 2 on top of page 1.
xfa3.pdf is actually not xfa, but Form.Type says dynamic.

REPRO Code:

var doc = new Aspose.Pdf.Document(sourcePdf);
doc.Form.Type = FormType.Standard;
doc.Save(sourcePdf+“_flattened.pdf”);
doc.Dispose();

We are using both the C# and Java version of the product and we’d need this working
on both platforms

@russ.nichols

Thank you for contacting support.

We have been able to reproduce the issues and following tickets have been logged in our issue management system for further investigations and resolution:

  • PDFNET-46408: For the problem with xfa1.pdf
  • PDFNET-46409: For the problem with xfa2.pdf
  • PDFNET-46410: For the problem with xfa3.pdf

We will let you know as soon as any significant update will be available in this regard.

The issues you have found earlier (filed as PDFNET-46408,PDFNET-46409) have been fixed in Aspose.PDF for .NET 20.5.