读取 .NET 中的文档

发布于 2024-10-06 00:46:15 字数 303 浏览 4 评论 0原文

我可以使用 Microsoft Word 本身支持的 Word 互操作打开任何文件格式吗?

我的任务看起来很简单,我需要从常用的任何类型的文档中读取文本,仅文本(根据内容比较文档)。有没有比上面提到的 Word Iterop 更容易做到这一点的方法?是否有任何免费库可以做到这一点?或者打开任何(.doc、.docx、.pdf、.rtf、openoffice 文档等)文档类型?我忙着寻找,但还没有找到太多的解决方案,而且我也没有能力去研究所有格式的800页规范。

PS:单独处理 pdf 是可以的,并且拥有所有类型的库。

Can I open any file formats with Word interop that Microsoft Word itself supports?

My task looks very simple, I need to read text, only text, from any type of documents commonly used (to compare the documents based on content). Is there a way I can do this easier than the above mentioned Word Iterop? Are there any free libraries to do this? Or to open any (.doc, .docx, .pdf, .rtf, openoffice docs, etc.) document types? I'm busy looking, but haven't found too many solutions yet, and I can't afford studying the 800-page specifications of all the formats.

P.S.: Handling pdf separately is OK, as well as having libraries for all the types.

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

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

发布评论

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

评论(1

雨后彩虹 2024-10-13 00:46:15

我正在开发一个名为 Toxy 的新框架。它的目标是从各种文档中提取数据/文本,就像你提到的那样。第一个版本将于明年初发布。(可能是二月)您可以在这里找到一些实现:https://github .com/tonyqus/toxy。但现在还没有准备好。

I'm working on a new framework called Toxy. The goal of it is to extract data/text from various documents like what you mentioned. The first release will be available early next year.(maybe Feb.) You can find some implementation here: https://github.com/tonyqus/toxy. But it's not ready for now.

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