Odt to pdf with Open Office Calc with text wrapping

I have a odt file with an OLE object - OpenOffice Calc with a cell that has text wrapping.
When I convert a file to PDF, the new file will have one-line text

.NET 3.5
Aspose.Pdf 18.1
Aspose.Word 18.1

@wickerman1410

Thank you for contacting support.

I would like to request you to share the source ODT file and generated PDF file with us, along with the source code you are using for this conversion. So that we may investigate it in our environment to help you out.

Aspose.Words.Document doc = new Aspose.Words.Document(@“C\test.odt”);
doc.Save(@“C\test2.pdf”, Aspose.Words.SaveFormat.Pdf);

ODT.zip (37.5 KB)

@wickerman1410

Thank you for sharing requested data.

I have moved this thread from Aspose.PDF forum to Aspose.Words forum because your enquiry is related to Aspose.Words API. My colleague from Aspose.Words team will take care of your concerns.

@wickerman1410,

Thanks for your inquiry. Please note that Aspose.Words mimics the behavior of MS Word. MS Word does not open the OLE of your document. However, we have logged this issue as WORDSNET-16505 in our issue tracking system. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-16505) have been fixed in this Aspose.Words for .NET 18.4 update and this Aspose.Words for Java 18.4 update.