AddPage(); $pdf->SetFont('Arial','B',16); $pdf->Cell(40,10,'Hello World !'); header('Content-type: application/pdf'); header('Content-Disposition: attachment; filename="mein.pdf"'); $pdf->Output();