Hello,
I’m using aspose evaluation version. I have a simple .odt format document of 6 pages. When i convert it to .docx format I’m unable to view the content properly using Microsoft Word while I can view it fine in OpenOffice or LibreOffice.
Are there any formatting options that I have to set?
The code I used is :
Document doc = new Document("fileName.odt")
doc.save("out.docx", doc);