Viewing word documents in browser?
-
Hi Does anybody know of any tools or methods for displaying a Word document in an ASP.NET application? Our problem is that we have a library of Word documents that would be very time consuming to build into HTML pages where as the library can be maintained in Word documents easily by some somebody non technical, these items basically form a knowledge base that we wish to present to the site visitor on demand. Regards and thanks in advance Andy
-
Hi Does anybody know of any tools or methods for displaying a Word document in an ASP.NET application? Our problem is that we have a library of Word documents that would be very time consuming to build into HTML pages where as the library can be maintained in Word documents easily by some somebody non technical, these items basically form a knowledge base that we wish to present to the site visitor on demand. Regards and thanks in advance Andy
You can dynamically convert the word document to Html and then, display the converted html document. Directly displaying word document in a browser may not work properly in every browser because some browser tries to download the document instead of directly displaying it.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
-
You can dynamically convert the word document to Html and then, display the converted html document. Directly displaying word document in a browser may not work properly in every browser because some browser tries to download the document instead of directly displaying it.
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
Hi Yes we have tried this however the formatting of the documents is lost and the HTML created is too complex to make it easily alterable. We have since found out the documents are originally in PDF so we are simply going to embed the PDF documents in the page. Thanks anyway Regards Andy
-
Hi Yes we have tried this however the formatting of the documents is lost and the HTML created is too complex to make it easily alterable. We have since found out the documents are originally in PDF so we are simply going to embed the PDF documents in the page. Thanks anyway Regards Andy
Hi There is one site which publishes word documents to html and displays them in Html ofcourse with nice formatting. You can check it here www.doxtop.com
-- http://ashakthi.blogspot.com http://kids-articles.blogspot.com
-
Hi Does anybody know of any tools or methods for displaying a Word document in an ASP.NET application? Our problem is that we have a library of Word documents that would be very time consuming to build into HTML pages where as the library can be maintained in Word documents easily by some somebody non technical, these items basically form a knowledge base that we wish to present to the site visitor on demand. Regards and thanks in advance Andy
Does this help you ? Convert Doc files to HTML using ASP.NET[^]
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript