使用 ASP.NET 解析 Word 文档

发布于 2024-10-21 03:12:45 字数 114 浏览 4 评论 0原文

我需要解析一个word文档并从该文件中找出一些关键词。我已经经历了一些读取文档文件的解决方案,例如使用 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#.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

贪恋 2024-10-28 03:12:46

您可以使用 IFilter 接口,它是 Microsoft 索引服务的一部分。它支持二进制Word 文件。更多信息:

http://www.codeproject.com/KB/cs/IFilter.aspx< /a>

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

怀念你的温柔 2024-10-28 03:12:46

没有亲自使用过这个,但 http://docx.codeplex.com/ 是推荐的 Word 之一流行的最有用的免费 .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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文