Hi,
I want to display Microsoft Word or PDF file in webpage and it should not be downloadable like this site we post our articles in word file and it display in well formated just like i want to do. Kindly help to solve it.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Megan FosterPosted Feb 11, 2015, 4:51 AM
In short I would just convert the Word articles into a HTML format in C# and would directly write it on Response's OutputStream. Note I used this Word's utility library for .NET.
Also you can achieve the Word document's conversion to PDF with C# in similar manner, but instead of writing to a Response you can redirect it, like the following:
Satyapriya NayakPosted Jan 3, 2014, 6:15 AM
http://www.aspsnippets.com/Articles/Display-Word-document-on-web-page-in-ASP.Net.aspx