SetThaiFont(); $pdf->AddPage(); $pdf->Ln(0); $pdf->Image('id-59.jpg',0,0,102,145); /* col,row,width,height */ $pdf->SetTextColor(0,0,128); $pdf->SetFont('kodcb','',22); $pdf->Ln(30); $pdf->Cell(0,0,' การแข่งขันกีฬานักเรียน อบจ.ศรีสะเกษ',0,0,'L'); $pdf->Ln(6); $pdf->SetFont('kodcb','',18); $pdf->Cell(85,0,"ครั้งที่ $_event วันที่ $_range",0,0,'C'); $pdf->Ln(8); $pdf->SetTextColor(47,20,128); $pdf->SetFont('kodcb','',26); $pdf->Cell(0,0,' บัตรประจำตัวผู้บริหาร',0,0,'L'); $pdf->Ln(8); $pdf->SetTextColor(0,0,250); $pdf->SetFont('kodcb','',18); $pdf->Image("../dpic/$pic",34,61,38,44); /* col,row,width,height */ $pdf->Ln(48); $pdf->SetTextColor(20,20,128); $pdf->SetFont('kodcb','',18); $pdf->Cell(89,0,"$name",0,0,'C'); $pdf->Ln(6); $pdf->Cell(89,0,"$rnk",0,0,'C'); $pdf->Ln(19); $pdf->SetFont('kodcb','',13); $pdf->Cell(80,0,'(นายวิชิต ไตรสรณกุล)',0,0,'C'); $pdf->Ln(4); $pdf->Cell(80,0,'นายกองค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Output(); mysqli_close($con); ?>