$pdf = new FPDI(); $pdf->AddPage(); // set the sourcefile $pdf->setSourceFile('protected/extensions/fpdf/template.pdf'); // import page 1 ...
確定! 回上一頁