Unable to edit the generated PDF after aspose-pdf upgrade from 24.2 to 24.9

We have a functionality to generate PDFs with editable components like text boxes, radio buttons, dropdowns etc.
After upgrading from apose-pdf java 24.2 to 24.9, the components are not editable in the PDF and appear as read-only. There were no code changes done within the application.
All the components are added within a table. Can you please help with what may be the issue?

@LAKSHMYVG

Can you please make sure that you are using 24.11 version of the API and if issue is still persisting, please share your sample code snippet (minimal) with generated file so that we can test the scenario in our environment and address it accordingly.

@asad.ali,

We figured out the issue.
com.aspose.pdf.Document doc = new com.aspose.pdf.Document();
doc.convert(new PdfFormatConversionOptions(PdfFormat.PDF_A_3U));

The above line which was added for an issue fix when we upgraded to aspose-pdf 24.2, was causing this issue with 24.9. After removing this the fields are editable.

Thank you.

@LAKSHMYVG

It is nice to know that you have been able to resolve your issue. Please keep using our API and feel free to create a new topic in case you need any kind of assistance.