PHP:在 Linux 中从 .PDF、.DOC 和 .DOCX 生成图像缩略图

发布于 2024-10-28 09:12:14 字数 200 浏览 1 评论 0原文

正如标题所说,

我本质上是在寻找一种从上传到 Linux 机器的 .DOC、.DOCX 或 .PDF 文件生成缩略图的方法。

我知道 ImageMagick 可以处理 .PDF 到 .PNG 的转换,并且使用 PHP 的 IMagick 变得更加容易,但我不确定 .DOC 或 .DOCX。我想有人告诉我 OpenOffice 的无头版本可以做到这一点。

As the title says,

I'm essentially looking for a way to generate a thumbnail from a .DOC, .DOCX, or .PDF file uploaded to the linux machine.

I understand ImageMagick can handle .PDF to .PNG conversion and is made even easier with PHP's IMagick but I am unsure about .DOC or .DOCX. I think I was told a headless version of OpenOffice can do this.

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

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

发布评论

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

评论(1

尐籹人 2024-11-04 09:12:14

我自己还没有测试过,但是 ooo-thumbnailer 显然可以制作 0.31 及更高版本的 DOC、DOCX 和 PDF 文件的缩略图。

可从此处获取:https://launchpad.net/ooo-thumbnailer

该项目 我花了很长时间搜索自己,看来这可能是你最好的选择。

Haven't tested it myself yet however ooo-thumbnailer can apparently make thumbnails of DOC, DOCX and PDF files from version .31 and up.

The project is available from here: https://launchpad.net/ooo-thumbnailer

This is a subject that I've spent a long time searching myself and it seems that this is probably your best bet.

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