FPDF 错误不允许谷歌图表 api,因为没有图像扩展名
FPDF error: Image file has no extension and no type was specified:
当我尝试这样做时收到的错误是:
<img src="https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=LG-80294959&choe=UTF-8">
在我的 html 中,FPDF 将 html2pdf 转换。
那么我该怎么做呢?我真的需要这个 pdf 中的 QR 图表。
FPDF error: Image file has no extension and no type was specified:
Is the error I receive when I try to have this:
<img src="https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=LG-80294959&choe=UTF-8">
In my html, that FPDF will html2pdf convert.
So how can i do this? I really need this QR chart inside this pdf.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在花了几个小时研究这个确切的问题后,我终于弄清楚了。首先,正如其他人所建议的,我不需要在网址末尾添加 &.png。事实证明,关键是标签中的空格。
以上效果完美。
这是所要求的完整代码。我删除了页眉和页脚...
然后我只是回显返回的“$file”。
这是我使用的 fpdf 类: http://html2pdf.fr/en/download
After spending hours on this exact problem I finally figured it out. First, as others has suggested, I did NOT need to add a &.png at the end of my url. The key turned out to be the spaces in the labels.
The above worked perfectly.
Here is the full code as requested. I removed the header and footer...
Then I simply echo'd the returned '$file'.
Here is the fpdf class I use: http://html2pdf.fr/en/download