生成时 TCPDF 出错
我正在使用 TCPDF,生成 PDF 文件时出现错误 TCPDF 错误:不是 JPEG 文件:...正在插入 jpg 图像,但无法下载...任何人都可以帮助正在尝试下载手动打开时打开良好的 JPEG...路径是正确的
Am using TCPDF and I have an error while generating the PDF file it says
TCPDF ERROR: Not a JPEG file: ...Am inserting an jpg IMAGE but not able to download ..Can any one please help the JPEG which am trying download its opening fine when opened manually..The path is correct
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它是 TCPDF 中的代码检查类型
检查 $a[2] 值
运行代码
it's code check types in TCPDF
check $a[2] value
run code
该图像可能具有 JPG 扩展名,但它不是 JPEG 类型图像。
尝试使用 GIMP 等图像编辑器打开它,并以正确的格式保存。
Probably the image has a JPG extension but it is not a JPEG type image.
Try to open it with an image editor like GIMP and save it with the correct format.