Aspose.words not converting ODT file into PDF

Hi,

I wrote a code to convert ODT file into PDF format but generated pdf doesnot not show any content. The ODT file contains some graphics and table formatted data. If I try to convert plain text ODT file into PDF, the generated PDF shows correct format and data, but no luck for graphics file.

Here is code

Document doc = new Document("C:\\SUSE.odt");

PdfOptions options = new PdfOptions();

options.setHeadingsOutlineLevels(3);

options.setExpandedOutlineLevels(1);

options.setTrueTypeFontsFolder("C:\\Fonts");

doc.saveToPdf(0, doc.getPageCount(), "C:\\SUSE.pdf", options);

Can anyone help

Dear Bandu,


Thank you for your inquiry.

In order to investigate observed by your issue on or side I would ask you to attach here your input odt document.

Thank you for cooperation.

Here is the input ODT file.

Dear Bandu,


Thank you for additional onformation.

I could afford to reproduce described issue on my side. Your request has been linked to the related record in our tracking system. We will keep you updated.

Sorry for inconvenience.