AddPage(); $pdf->AddFont('TimesNewRomanPSMT','','times.php'); $pdf->SetFont('TimesNewRomanPSMT','',14); $pdf->Cell(0,5,"АНКЕТА",0,2,'C'); $pdf->Cell(0,7,"ФИО: ".$name,1,2,'L'); $pdf->Cell(0,10,"Дата рождения: ".$calend,1,2,'L'); $pdf->Cell(0,10,"Пол:".$pol,1,2,'L'); $pdf->Cell(0,10,"Образование: ".$menu,1,2,'L'); $pdf->Cell(0,10,"Знание языков программирования: ".$a,1,2,'L'); $pdf->Cell(0,10,"Заработная плата: ".$zp,1,2,'L'); $pdf->Cell(0,10,"О себе: ".$message,1,2,'L'); $pdf->Output("anketa.pdf","I","F"); ?>