AddPage(); $pdf->SetFont('Arial','B',16); $pdf->Cell(40,10,'Test FPDF OK'); $pdf->Output('I', 'test.pdf'); exit; } }