开发者

Parse a word document using ASP.NET

开发者 https://www.devze.com 2023-02-15 12:46 出处:网络
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

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#.


You can use the IFilter interface, which is part of Microsoft's Indexing Service. It supports binary Word files. More information:

http://www.codeproject.com/KB/cs/IFilter.aspx


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号