Convert Microsoft Word document file to HTML file using ASP.NET and C #

How can I convert a Microsoft Word document file to HTML file using ASP.NET and C # without using the Microsoft.Office.Interop.Word namespace as it requires the word Microsoft to be installed on the server?

+2


source to share


3 answers


Can I use the OpenOffice API instead of Word since OpenOffice is free? If so, check out this forum post and links in the first answer.



PS. I came there via google ...

+1


source


An appointment would be the answer. http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx



+1


source


One possible way would be to open a document with text inside a web browser (this may require certain plugins) and then somehow capture the original output of the rendered HTML.

I think the Google Web Toolkit has functions that open words / Excel from the inside inside the browser?

0


source







All Articles