XFA pdf conversion to standard is losing values

See the attached pdf…

The following code successfully converts the pdf from xfa to standard forms… however values that were previously filled in are missing and those that are not missing are displayed in the wrong field in the resulting flattened pdf.

We are using the following code to convert with version 18.6.0.0:

private static void FlattenXfa(string source)
{
var doc = new Aspose.Pdf.Document(source);
doc.Form.Type = FormType.Standard;
doc.Save($"{source}_flattened.pdf");
}

Look at the converted pdf and compare the fields and values to the original.pete-xfa.pdf (50.6 KB)

Also, how do we get paid support. We own aspose.total license… does that come with paid support? If not how do we get it?

@PeteLee,

We managed to replicate the problem of missing and displaced values in our environment. An investigation has been logged under the ticket ID PDFNET-44879 in our bug tracking system. We have linked your post to this ticket and will keep you informed regarding any available updates.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan

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