setSourceFile("anschreiben/blanko_ludwigsburg.pdf"); $tplidx = $pdf->ImportPage(1); $pdf->addPage(); $pdf->useTemplate($tplidx,0,0,0); $pdf->SetFont('Arial', '', 11); $pdf->SetY(60); $pdf->SetX(24); $pdf->Cell(0, 3, "test", 0, 0, 'L'); $pdf->Output("newpdf.pdf","i"); $pdf->closeParsers(); ?>