You create 2 class instances. The first is FPDF where you add a page: $pdf = new FPDF(); $pdf->AddPage('P', 'A4'); $pdf->Ln(4); ...
確定! 回上一頁