asp.net - Read word documents from C# and Display it Inline in browser -


q 1.

how can read ms-word documents(doc , docx) c# without ms office installed. able read unformatted text using stream reader. think can use openxml docx. doc? there open source solution handle it? using ole32dll option in unlicensed scenario? use of ifilter solution? havent seen anywhere samples using though , not sure support in windows 7 , 8.

edit : stumbled upon solution , found acceptable situation

q 2.

i need display doc , docx files in webpage inline or in partial page or iframe. how possible? com interoperablity solution too?

maybe can use redistributable interop assemblies microsoft, read ".doc" :

http://www.microsoft.com/en-us/download/details.aspx?id=3508

it doesn't require office according description.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -