SetThaiFont(); $pdf->AddPage(); $pdf->Ln(0); $pdf->Image("bck67.jpg",0,0,297,210); /* col,row,width,height */ // $pdf->SetTextColor(128,0,128); //$pdf->SetTextColor(64,0,64); $pdf->SetTextColor(0,0,0); /* black */ $pdf->SetFont('TFont','',18); $pdf->Ln(10); $pdf->Cell(270,0,"เกียรติบัตรเลขที่: สพป.ศก.๑-$cno/$tyr",0,0,'R'); $pdf->SetTextColor(0,0,0); /* black */ //$pdf->SetTextColor(0,0,128); /* blue */ $pdf->SetFont('TFont','',45); $pdf->Ln(34); $pdf->Cell(0,0,'สำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต ๑',0,0,'C'); $pdf->Ln(12); $pdf->SetFont('TFont','',26); $pdf->Cell(0,0,'มอบเกียรติบัตรฉบับนี้ ให้ไว้เพื่อแสดงว่า',0,0,'C'); $pdf->Ln(12); //$pdf->SetTextColor(64,0,64); /* dark brown */ //$pdf->SetTextColor(128,0,64); /* brown */ //$pdf->SetTextColor(0,0,128); /* blue */ $pdf->SetFont('TFont','',34); $pdf->Cell(0,0,"$std_name",0,0,'C'); $pdf->Ln(11); $pdf->SetFont('TFont','',24); $pdf->Cell(0,0,"$sch",0,0,'C'); $pdf->Ln(9); $pdf->SetFont('TFont','',26); $pdf->Cell(0,0,"$award",0,0,'C'); $pdf->Ln(8); $pdf->SetFont('TFont','',22); $pdf->Cell(0,0,"การแข่งขัน$act",0,0,'C'); $pdf->Ln(8); $pdf->SetFont('TFont','',22); $pdf->Cell(0,0,"$grp",0,0,'C'); $pdf->Ln(12); $pdf->SetTextColor(0,0,0); //$pdf->SetTextColor(0,0,128); $pdf->SetFont('TFont','',36); $pdf->Cell(0,0,"ในการแข่งขันศิลปหัตถกรรมนักเรียน ครั้งที่ $ttime ประจำปีการศึกษา ๒๕$tyr",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('TFont','',28); $pdf->Cell(0,0,"ระดับเขตพื้นที่การศึกษา ระหว่างวันที่ $day1 พุทธศักราช ๒๕$tyr",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('TFont','',26); $pdf->Cell(0,0,'ขอให้มีความเจริญสุขสวัสดิ์ เป็นพลังสำคัญในการพัฒนาประเทศสืบไป',0,0,'C'); $pdf->Ln(11); $pdf->Cell(0,0,"ให้ไว้ ณ วันที่ $day2 พุทธศักราช ๒๕$tyr",0,0,'C'); $pdf->Ln(16); $pdf->SetFont('TFont','',18); $pdf->Cell(126,0,'ว่าที่ร้อยตรี',0,0,'R'); $pdf->Ln(8); $pdf->SetFont('TFont','',18); $pdf->Cell(0,0,'(ทวีศักดิ์ นามศรี)',0,0,'C'); $pdf->Ln(8); $pdf->SetFont('','',20); $pdf->Cell(0,0,'ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษาประถมศึกษาศรีสะเกษ เขต ๑',0,0,'C'); $pdf->Output(); ?>