1
Reply

Convert word to html and embed the resultant html in aspx page

Ask a question
Hi,

I want to convert a word document to html using asp.net c# and then i want to display the resultant html code in aspx page

step1: reading word document including styles(font style ,color etc..) to a html page or to an object in aspx page

step2: i want to embed the read html code in aspx source page (means to a span element like that from code behind), so that the same word document is diplayed with all it's styles in the web browser when page is executed

could any one please show me how to achieve it

all over my task is embedded display of word document in web browser using C#

Thanking you very much...

Answers (1)