无需 MS Office 将 DOCX 转换为 HTML

发布于 2024-12-06 01:38:29 字数 88 浏览 0 评论 0原文

是否有一个 .NET 组件可以将 docx 转换为 HTML(例如按照 Word->SaveAs->HTMLPage)但没有安装 MS Office?

Is there a .NET component which can convert docx to HTML (e.g. as per Word->SaveAs->HTMLPage) but without MS Office installed?

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

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

发布评论

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

评论(2

这样的小城市 2024-12-13 01:38:30

你可能想利用 Mammoth docx 到 HTML 库,它似乎已经晚了 7 年了:) 但无论如何它是一个用于显示 doc、docx 文档的库,通过在浏览器端将它们转换为 html 来处理,并且可以在后端。

You may want to make use of Mammoth docx to HTML library, its 7 year too late, it seems :) but anyways its a library for displaying doc, docx documents by converting them to html on the browser side as well as can be handled on the backend.

独夜无伴 2024-12-13 01:38:29

您应该查看 Aspose.Words。

他们的库允许在各种文档格式之间进行转换,包括通过代码将 DOC/DOCX 转换为 HTML。他们有一个非常直观和简单的 API,并且非常积极地开发和改进他们的库。

You should look at Aspose.Words.

Their library allows converting between various documents formats, including DOC/DOCX to HTML via code. They have a very intuitive and simple API, and are very active in their development and improvements of their libraries.

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