将 HTML 转换为 odt、doc、docx

发布于 2024-12-19 10:41:22 字数 149 浏览 3 评论 0 原文

有没有一种简单的方法可以从 Linux 服务器上的命令行将 HTML(带有 CSS 样式和嵌入图像)转换为 ODT、DOCX、DOC。我搜索了很多但没有找到好的选择。 转换为 PDF 时遇到同样的问题,由 wkhtmltopdf 决定。也许有办法将生成的 PDF 文档转换为其他格式?

Is there an easy way to convert HTML(with CSS styles and embedded images) to ODT, DOCX, DOC from the command line on linux server. I searched a lot but have not found a good option.
There was a problem the same way to convert to PDF, decided by wkhtmltopdf. Perhaps there are ways to convert the resulting PDF documents to other formats?

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

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

发布评论

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

评论(4

¢蛋碎的人ぎ生 2024-12-26 10:41:22

安装pandoc<后,转换为odt非常简单/a>.

在相对困难的部分之后:从 odt (甚至 html),您可以通过例如 unoconv

或者您也可以喜欢:

abiword --to=doc filename.odt

另请参阅 此线程,以及这篇博文

华泰

To convert to odt it's pretty easy after installing pandoc.

After the relatively hard part: from odt (or even html) you can script (Open|Libre)Office via e.g. unoconv

Or you can like:

abiword --to=doc filename.odt

Also see this thread, and this blog post.

HTH

同展鸳鸯锦 2024-12-26 10:41:22

如果您想将 HTML 转换为 docx,您可以使用 PHPDocX 之类的解决方案。不过,您需要获取 PRO 版本,因为免费版本不包含转换功能。

If you want to convert HTML into docx you may use a solution like PHPDocX. You need to get the PRO version though because the free one does not include the conversion functionality.

浊酒尽余欢 2024-12-26 10:41:22

我发现 Soultion - 是控制台变体中的 abiword。

I found soultion - is abiword in console variant.

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