Php require('fpdf.php'); $pdf = new FPDF(); $pdf->AddPage(); $pdf->Image('images/pdf-header.jpg',0,0); $pdf->Output(); ?> The ouput of above code is here .
確定! 回上一頁