如何将 PDF 电子邮件附件转换为 PHP 页面中的图像 (jpg)?

发布于 2024-09-03 07:27:41 字数 446 浏览 7 评论 0原文

Long time viewer, first time question asker.

I'm trying to have my personal website parse through my mail box for attachments from a certain subscription list, and then be able to view the PDF attachments as images, preferably jpg.

With the help of this: http://www.linuxscope.net/articles/mailAttachmentsPHP.html
I'm currently using imap_base64() to decode the MIME data and create the PDF. However, I hate using PDF readers in general and I thought it would be a lot more streamlined if I could just view it as an image instead. I've heard for convert with ImageMagick, but would I need to actually write the PDF to a directory before using this, or can I convert somehow directly from the MIME data in the email?

Thanks in advance!

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

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

发布评论

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

评论(1

想你只要分分秒秒 2024-09-10 07:27:41

安装并使用 Imagick PHP 模块: http://www.php.net/手册/en/book.imagick.php

Install and use the Imagick PHP module: http://www.php.net/manual/en/book.imagick.php

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