Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有大约 100 页的 pdf 文件,我的要求是抓取它的第一页并使用 PHP 将其转换为图像,除此之外我必须将 pdf 转换为多个文件。例如 100 页 pdf 将生成 99 个文件 + 1 个图像文件用作封面。
不太容易做到,因为它需要在 PHP 中实现一些 postscript 方法,首先将 pdf 拆分为 100 页,然后,应该“打印”第一页,然后正确地重新排序文件。