I have a word document that needs to be converted to HTML page. Basically, the doc is the study material for Economics. So there will be Page Content Listing, Chapter Headings, Subheadings, small captions, titles , images, etc. Some texts need to be bold, some to be italic, and some other needs to be underlined. I need to apply proper styles for these contents.
I can convert the document to html page using the code mentioned in
http://www.aspsnippets.com/Articles/Convert-Office-Word-Document-to-HTML-and-display-it-in-browser-in-ASP.Net.aspx link. But I am not sure how to apply the required styles? Should I use XSLT or simple CSS to convert this html page to formatted one?