PHP:在 Linux 中从 .PDF、.DOC 和 .DOCX 生成图像缩略图
正如标题所说,
我本质上是在寻找一种从上传到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己还没有测试过,但是 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.