Click here to Skip to main content
15,909,039 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
 i want to display word document in web browser that uploaded by user  but it directly downloaded in web browser so i googled for this problem they suggest me to convert word to pdf then pdf to image i did it well but without word installation in webserver i can't able to do this conversion, if you know how to this conversion without installing word in webserver.

Installing word in webserver leads to performance degrade the cause is if more number of user request the webserver to convert word to pdf webserver opens the winword.exe in webserver for this conversion if more number of winword.exe open's and doing conversion leads to memory leakage and performance degradation then how can i solve this problem? please help me.
Posted
Comments
Avik Ghosh22 31-Jan-15 2:29am    
http://www.aspsnippets.com/Articles/Display-Word-document-on-web-page-in-ASP.Net.aspx

1 solution

Firstly convert doc to pdf -- >http://forums.asp.net/p/1346459/2782812.aspx or http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically
After that---> http://www.codeproject.com/Tips/697733/Display-PDF-within-web-browser-using-MVC
 
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