-1
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')PDFFPDF問題而產生帶有圖像
保存在'$ imagepath'的圖像 – 2013-07-17 06:06:21
圖像路徑:https // www.website.com/images/imagename.jpg – khaliq