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.
我正在使用TCPDF生成 PDF。它们是一页,其中插入了两个 PNG 图像。这在我的本地 Ubuntu 服务器上一切正常,但在远程服务器上输出很奇怪,见附件。
没有抛出错误,启用了 GD 和 Imagemagick。我还将内存限制设置为 2gb 并关闭了最大执行时间。有没有人知道为什么会发生这种情况?
提前致谢。
通过强制 TCPDF 使用 GD 库来解决我的问题。