tcpdf 和带有错误链接的图像

发布于 2024-09-12 11:13:25 字数 129 浏览 5 评论 0原文

我使用最新的 TCPDF 版本。如果文本是图片,则链接不良会显示错误并且不会生成 PDF 文件。

是否可以禁用此错误? 如果您没有找到生成PDF的图像,但没有图片。

我希望能理解我的问题,

谢谢

i use latest TCPDF version. If the text is a picture of a bad link shows an error and do not generate a PDF file.

Is it possible to disable this error?
If you did not find the image to generate the PDF, but without a picture.

I hope to understand my problem,

Thanks

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

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

发布评论

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

评论(1

迷路的信 2024-09-19 11:13:25

不建议在 tcpdf 上评论有关图像的错误,因为所有错误都是硬编码的。

在 tcpdf_config.php 中,您将看到当您尝试显示图像时 tcpdf 所查看的图像的路径。确保您想要在 pdf 中显示的所有图像都位于该文件夹中。

define ('K_PATH_IMAGES', '/images/');

It's not advisable to comment the error about images on tcpdf because all the errors are hardcoded.

In the tcpdf_config.php, you will see the path of the image that tcpdf look when you tried to display images. Make sure all the images you want to display in the pdf is in that folder.

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