如何为我的网站创建在线 pdf 合并?

发布于 2024-10-12 15:29:41 字数 252 浏览 5 评论 0原文

以下是几个网站示例:

这是简单还是困难的编码?这可以用 fpdf 来完成吗?

Here are a couple of website examples:

Is this simple or difficult coding? Can this be accomplished with fpdf?

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

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

发布评论

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

评论(3

得不到的就毁灭 2024-10-19 15:29:41

我不知道fpdf是否可以做到这一点。但如果您在 Linux 上执行此操作,您可以让您的脚本使用 Ghostscript 来合并上传的文件。会是这样的

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=out.pdf uploaded1.pdf uploaded2.pdf

I don't know if fpdf can do this. But if you are doing this on linux you could just make your script use ghostscript to merge the files uploaded. It would be something like

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=out.pdf uploaded1.pdf uploaded2.pdf
聽兲甴掵 2024-10-19 15:29:41

取决于你如何处理。

我建议在服务器上使用 pdftk 来合并文件,并发送给客户端下载。

Depends how you handle it.

I would suggest just using pdftk on the server to merge the files, and send them to the client for downloading.

似狗非友 2024-10-19 15:29:41

看起来 SimplyPDF.org 网站是一家初创公司,它将提供您所需要的内容。然而,他们似乎正在创建网站。

It looks like the website SimplyPDF.org is a startup which is going to offer exactly what you need. However, they seem to be in the process of creating their website.

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