We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Convert a Word document to an html file

Hello,
How do I convert a word document to an html file? I have the Aspose.Words software.
Thank you

Hello

Thanks for your interest in Aspose products. Please try using the following code to achieve what you need:

// Open document.
Document doc = new Document("in.doc");
doc.Save("out.html", SaveFormat.Html);

Also, please see the following link for more information:
https://docs.aspose.com/words/net/loading-saving-and-converting/
Best regards,