setSourceFile("blanko.pdf"); $tplidx = $pdf->ImportPage(1); #$db = dbconnect(); $pdf->addPage(); $pdf->useTemplate($tplidx,0,0,0); $pdf->SetFont('Arial', '', 11); $pdf->SetY(60); $pdf->SetX(24); $pdf->Cell(0, 3, "$row[vorname] $row[nachname]", 0, 0, 'L'); $pdf->Output("newpdf.pdf","i"); $pdf->closeParsers(); ?>