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
Post a Comment