Form fields become flatten after converting to PDF/A

Hi Aspose,

I have an issue with converting PDF documents with forms fields to PDF/A formats.
After conversion to PDF/A compliance format, form fields become flatten.
The same issue can be replicated during processing PDF/A documents and saving them to the same PDF/A format.

Code to replicate:

var original = @"Forms fields.pdf";
var document = new Aspose.Pdf.Document(original);
document.Convert(new MemoryStream(), Aspose.Pdf.PdfFormat.PDF_A_1B, Aspose.Pdf.ConvertErrorAction.Delete);
document.Save(original + ".pdfa.pdf");

I use Aspose.Pdf 19.2.0.0. Sample documents: Forms fields.zip (2.0 KB)

Best regards,
Alex Shloma

@licenses

Thank you for contacting support.

We have worked with the data shared by you and have been able to reproduce it in our environment. A ticket with ID PDFNET-46108 has been logged in our issue management system for further investigations. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

We are sorry for the inconvenience.