Open(); $pdf->SetAuthor('Tilo Lutz'); $pdf->SetCreator('pdf.inc, LDAP Accunt Manager'); for ( $i=0; $iAddPage(); $pdf->SetFont('Arial', 'B', 16); $pdf->Cell(100,10,_('Hello World!'),0,1,'C'); } $pdf->Output(); // Output PDF-File } ?>