Hi,
I am testing Aspose.Word for feasibility. I am facing problem with converting Docx to HTML.
I am using below code :
Document doc = new Document("C:\TestDoc.docx");
doc.Save("C:\TestDoc_out.htm");
in attached document, header is on right side, but in html it goes left side and some other text on right side.
and otherthing is, is it possible to keep text instead of converting to image at same position in docx.
Thaks