/tcpdf/tcpdf.php'; $pdf = new TCPDF(); $pdf->AddPage(); $img = file_get_contents('http://path/to/your.jpg'); $pdf->Image('@' . $img); $pdf->Output(); ?>.
確定! 回上一頁