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.
require('fpdf/fpdf.php'); $pdf->AddPage("P", "A4"); $pdf->SetDisplayMode(150,'default'); $pdf->Image($imagepath,60,30,90,0,'JPG'); b_end_clean(); $pdf->Output();
('FPDF 错误:不是 JPEG 文件:https ://myurl.com ')
使用总是最好的本地文件夹中的图像。对于这种错误只有一个建议,即使它具有 jpeg 的扩展名,它们显然不是 jpeg 图像。我也面临同样的问题。只需从 google 下载一张 jpg 图像并尝试使用此代码,确保它可以正常工作。
尝试将其加载到图像编辑器中并再次保存。我遇到了同样的问题并且发生了,因为我只重命名了文件。