Convert Dynamic XFA Form to Standard AcroForm not as expected

document = new Document(“test.pdf”);
if (document.Form.Type == Aspose.Pdf.Forms.FormType.Dynamic)
{
document.Form.Type = Aspose.Pdf.Forms.FormType.Standard;
}

I use the above code to convert, but the effect is not satisfactory, can you take a look, I will upload my PDF file and the conversion result.
result.pdf (2.9 MB)
test.pdf (2.2 MB)

@Glority_Developer

You are using old version of Aspose.PDF for .NET. Please upgrade to the latest version of Aspose.PDF for .NET 22.11 and let us know how it goes on your side. If you still face problem, please share the expected output PDF here for our reference. We will investigate the issue and provide you information on it.

We also tried the latest aspose (22.11) and got the same result. We will add a screenshot, the screenshot is what it is expected to look like。expected_result.png (75.9 KB)

@Glority_Developer

We have logged this problem in our issue tracking system as PDFNET-53305. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.