Duplicated formula converting from ODT to PDF, DOCS, RTF

Hi all, we have a problem with Aspose word 19.5 on java 17.
We have an ODT document that contains an OpenOffice formula (OLE object).
We try to convert the ODT to multiple formats PDF, DOCS, RTF.
After the conversion we have the same formula rendered two times in the resulting document, the same for all the output format.

To convert in PDF we use the code

ByteArrayOutputStream convertedOutputStream = new ByteArrayOutputStream();
doc = new Document(odtInputStream);
PdfSaveOptions options = new PdfSaveOptions();
options.setCompliance(PdfCompliance.PDF_A_1_A);
doc.save(convertedOutputStream, options);

Is there a way to avoid with some configuration ? Is it a know issue maybe already fixed ? In which version ?

Thank you for the support
Antonio

@antoniomar Could you please attach your input and output documents here for testing? We will check the issue and provide you more information.

Hi Alexey, I have attached the odt and the generated doc.

test_data.zip (15.5 KB)

Thank you again

@antoniomar
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-27361

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.