Hello Team,
Aspose 17.3.0 fails to convert docx file to the html. Please see attached document and StackTrace in attach.
We are using FixedHTML.
Hello Team,
Hi Vladyslav,
Document doc = new
Document(“D:/Downloads/MRD_Master-2.docx”);<o:p></o:p>
doc.Save("E:/Data/TestAW.html", SaveFormat.HtmlFixed);
Best Regards,
Hi Vladyslav,
Document doc = new
Document(“MRD_Master-2.docx”);<o:p></o:p>
doc.AcceptAllRevisions();
doc.Save("TestAW.html", SaveFormat.HtmlFixed);
The issues you have found earlier (filed as WORDSNET-14996) have been fixed in this Aspose.Words for .NET 17.5 update and this Aspose.Words for Java 17.5 update.