AliasNbPages(); $pdf->AddPage(); $pdf->Open(); //$pdf->SetAutoPageBreak(true); //Schrift art und schriftgrösse $image = 'pdf/logo.jpg'; $pdf->Image($image, 19, 18 ,100 ,13.8 ,'jpg' ); $image1 = 'pdf/vitango.jpg'; $pdf->Image($image1,162, 38,31,9 ,'jpg' ) ; //$pdf->Image("pdf/logo.jpg",24,52,7,4); //position angeben $pdf->SetXY(24,53); $pdf->SetFont('Arial','',8); $pdf->Cell(24,3,$vcard1); $pdf->SetXY(24,55); $pdf->Cell(24,5,$vcard4); $pdf->SetXY(24,57); $pdf->Cell(24,7,$vcard5); $pdf->SetXY(24,59); $pdf->Cell(24,9,$vcard3); $pdf->SetXY(24,62); $pdf->Cell(24,11,$vcard2); $pdf->Output(); }; ?>