无需 MS Office 将 DOCX 转换为 HTML
是否有一个 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可能想利用 Mammoth docx 到 HTML 库,它似乎已经晚了 7 年了:) 但无论如何它是一个用于显示 doc、docx 文档的库,通过在浏览器端将它们转换为 html 来处理,并且可以在后端。
Python。可在 PyPI 上使用。
WordPress。
Java/JVM。可在 Maven 中心获取。
。网。在 NuGet 上可用。
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.
Python. Available on PyPI.
WordPress.
Java/JVM. Available on Maven Central.
.NET. Available on NuGet.
您应该查看 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.