Convert XFA to AcroForm using Aspose.PDF for .NET - Conversion is not proper

Hi,
I am trying to convert xfa formatted pdf file to acro form pdf using following code.

Document doc = new Document(inputDir + “000000000002_XFA_Input.pdf”);
doc.Form.Type = FormType.Standard;
doc.Save(outputDir + “000000000002_Acro_Output.pdf”);

XFA PDF File is converted to ACRO Pdf but some contents were missing in the output file. I have attached both XFA and Acro formatted pdf files.

Please let me know your feedback and possible solution. Its urgent.

000000000002_XFA_Input.pdf (1.6 MB)
000000000002_Acro.pdf (1.7 MB)

Regards,
Balmukunda

@Balmukunda

Thanks for contacting support.

We were able to replicate the issue in our environment and logged it as PDFNET-45243 in our issue tracking system. We will further investigate it and keep you posted with its resolution status. Please spare us little time.

Please note that issue has been reported and logged under free/normal support model and will be investigated/resolved on first come first server basis. There are already pending issues in the queue logged prior to this and we regretfully share that resolution to your issue may take months. In case your issue is a blocker and needs to be resolved on urgent basis, you can please check paid support model where issues are resolved on priority basis.

We are sorry for the inconvenience.

Thanks for your reply.