Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hello, wanted to know how to open a word document in asp.net mvc application.
thank you
Posted
Updated 22-Nov-13 3:34am
v2
Comments
ZurdoDev 22-Nov-13 9:33am    
Where are you stuck?

1 solution

Word is not a document which is supported by any W3 standards, but you can read the document of the server side and do something about it. You can use data from the document, create an HTML view of it, and so on. It depends on goals.

In particular, you can use Open Office XML SDK. First please see Microsoft's article warning against using Office interop in the server environment:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q257757#kb2[^],
http://support.microsoft.com/kb/257757/en-us[^].

Please see my past answers:
How to add microsoft excel 15.0 object library from Add Reference in MS Visual Studio 2010[^],
Microsot office Interop[^],
How To Filter a Microsoft word document using java[^],
Read a word file without using Interop.word dll...Do not want to install word in IIS..[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900