AddPage(); $pdf->SetFont('Arial','',10); $pdf->Cell(180,20,'Hello Arnel'); $pdf->Output('my_file.php','I'); ?>