解析使用word文档ASP.NET
问题描述:
我需要解析一个word文档,并找出该文件中的一些关键词。我已经经历了一些解决方案去读取DOC文件像使用COM或使用第三方工具。是否有其他方法可以不使用这两种阅读word文档?我使用asp.net使用C#。
I need to parse a word document and find out some key words from that file. I have gone through some solutions to read doc files like using COM or using third party tools. Is there any other way to read word document without using these two? I am using asp.net with c#.
答
没有亲自使用这个,但 HTTP ://docx.$c$cplex.com/ 是上流行的最有用的免费的.NET库?发布
Haven't personally used this but http://docx.codeplex.com/ is one of the recommended Word Doc Manipulation Libraries on the popular Most useful free .NET libraries? post