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.
我有一个 PHP 程序,它从后端获取大量单独的 PDF 并保存到一个文件夹中。
目前我正在使用 pdfk 来合并 pdf。下面是使用的示例代码:
exec("pdftk.exe *.pdf cat output merged.pdf");
如何根据特定顺序合并它们,第一个作为第一页获取到最后一个作为最后一页获取?
您可以读取目录并使用filemtime() 可能迭代槽文件检查文件的创建时间戳并将时间和文件名放入数组中,然后对数组进行排序,然后创建绑定pdf
filemtime()
文件时间()