Without ms office in client system aspose.word dll will convert word to html

Hi,
with out ms office software in client and Server system,i need to convert word to html,
the aspose.word dll is suitable for the above requirement.


Thanks&Regards,
Sivadheeraj.

Hi Sivadheeraj,


Thanks for your inquiry. Yes, you can achieve your requirements using Aspose.Words.

Please note that Aspose
components are totally independent and are not affiliated with, nor
authorized, sponsored, or otherwise approved by Microsoft Corporation.
Please read following documentation link for your kind reference.
http://www.aspose.com/docs/display/wordsnet/Why+not+Automation

Please use the following code example to convert Word document to HTML and let us know if you have any more queries.

Document doc = new Document(MyDir

  • “in.docx”);

doc.Save(MyDir + "Out.html", SaveFormat.Html);