SetThaiFont(); $pdf->AddPage(); $pdf->Ln(0); $pdf->Image("$bg",0,0,297,210); /* col,row,width,height */ // $pdf->SetTextColor(128,0,128); $pdf->SetTextColor(64,0,64); $pdf->SetFont('TFont','',18); $pdf->Ln(0); $pdf->Cell(280,0,"เกียรติบัตรเลขที่: สพป.ศก.๑-$cno-๕๙",0,0,'R'); //$pdf->SetTextColor(0,0,128); $pdf->SetTextColor(0,0,128); $pdf->SetFont('TFont','',45); $pdf->Ln(44); $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); //$pdf->SetTextColor(128,0,64); $pdf->SetFont('TFont','',34); $pdf->Cell(0,0,"$std_name",0,0,'C'); $pdf->Ln(12); $pdf->SetFont('TFont','',26); $pdf->Cell(0,0,"$sch",0,0,'C'); $pdf->Ln(8); $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,'ในการแข่งขันศิลปหัตถกรรมนักเรียน ครั้งที่ ๖๖ ประจำปีการศึกษา ๒๕๕๙',0,0,'C'); $pdf->Ln(10); $pdf->SetFont('TFont','',28); $pdf->Cell(0,0,'ระดับกลุ่มโรงเรียน ระหว่างวันที่ ๑ - ๒๓ กันยายน พุทธศักราช ๒๕๕๙',0,0,'C'); $pdf->Ln(10); $pdf->SetFont('TFont','',26); $pdf->Cell(0,0,'ขอให้มีความเจริญสุขสวัสดิ์ เป็นพลังสำคัญในการพัฒนาประเทศสืบไป',0,0,'C'); $pdf->Ln(11); $pdf->Cell(0,0,'ให้ไว้ ณ วันที่ ๒๓ เดือน กันยายน พุทธศักราช ๒๕๕๙',0,0,'C'); $pdf->Ln(20); $pdf->SetFont('TFont','',18); $pdf->Cell($db[adj1]); $pdf->Cell(0,0,"$dd",0,1,'L'); $pdf->Cell(150); $pdf->Cell(0,0,'(นายชอุ่ม กรไกร)',0,1,'C'); $pdf->Ln(6); $pdf->Cell(30); $pdf->Cell(0,0,'ประธานกลุ่มเครือข่ายพัฒนาคุณภาพการศึกษา',0,1,'L'); $pdf->Cell(150); $pdf->Cell(0,0,'ผู้อำนวยการสำนักงานเขตพื้นที่การศึกษา',0,1,'C'); $pdf->Ln(6); $pdf->Cell($db[adj2]); $pdf->Cell(0,0,"แบบบูรณาการ$db[ceo_name]",0,1,'L'); $pdf->Cell(150); $pdf->Cell(0,0,'ประถมศึกษาศรีสะเกษ เขต ๑',0,1,'C'); $pdf->Output(); ?>