SetThaiFont(); $pdf->AddPage(); $pdf->Ln(0); $pdf->Image('id-f5.jpg',0,0,102,145); /* col,row,width,height */ $pdf->SetTextColor(0,0,128); $pdf->SetFont('kodcb','',22); $pdf->Ln(15); $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(7); $pdf->SetTextColor(250,250,250); $pdf->SetFont('kodcb','',28); $pdf->Cell(0,0,' บัตรประจำตัวนักกีฬา',0,0,'L'); $pdf->Ln(9); $pdf->SetTextColor(0,0,250); $pdf->SetFont('kodcb','',18); $pdf->Cell(85,0,"$act",0,0,'C'); if ($db[kd_pic] !='') { $pdf->Image("../pics/$pic",7,52,20,25); /* col,row,width,height */ } $pdf->Ln(7); $pdf->SetTextColor(0,0,128); $pdf->SetFont('kodcb','',18); $pdf->Cell(0,0," $name",0,0,'L'); $pdf->Ln(6); $pdf->Cell(0,0," $db[kd_pid]",0,0,'L'); $pdf->Ln(6); $pdf->Cell(0,0," $dob",0,0,'L'); $pdf->Ln(6); $pdf->Cell(0,0," $sch",0,0,'L'); if ($db[kd_ppid] !='') { $pdf->Image("../pics/$ppid",8,80,86,49); /* col,row,width,height */ } $pdf->Ln(66); $pdf->SetFont('kodcb','',13); $pdf->Cell(76,0,'(นายวิชิต ไตรสรณกุล)',0,0,'C'); $pdf->Ln(4); $pdf->Cell(76,0,'นายกองค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Output(); ?>