SetThaiFont(); $pdf->AddFont('SarabunBold','','SarabunBold.php'); $pdf->AddFont('tnthai','','tnthai.php'); $pdf->AddFont('panpilas','','panpilas.php'); $pdf->AddPage(); $pdf->Ln(0); $pdf->Image('kap5cert.jpg',1,1,296,209); /* col,row,width,height */ //$pdf->SetDrawColor(200,160,0); /* #FFFF00 = yellow*/ // $pdf->SetDrawColor(0,128,128); /* #FFFF00 = blue*/ // $pdf->Rect(3,3,291,204,'D'); //$pdf->Image('obec_back.jpg',92,38,110,120); /* col,row,width,height */ /* $pdf->Image('ssk1-logo.jpg',133,4,31,35); $pdf->Image('tl.jpg',1,2,40,40); $pdf->Image('tr.jpg',255,1,40,40); $pdf->Image('bl.jpg',2,169,40,40); $pdf->Image('br.jpg',256,168,40,40); */ $pdf->SetTextColor(128,0,128); $pdf->SetFont('panpilas','',18); $pdf->Ln(5); $pdf->Cell(280,0,"เกียรติบัตรเลขที่: ศก.1-$no-54",0,0,'R'); $pdf->SetTextColor(0,0,128); $pdf->SetFont('tnthai','',45); $pdf->Ln(34); $pdf->Cell(0,0,'จังหวัดศรีสะเกษ',0,0,'C'); $pdf->Ln(12); $pdf->SetFont('panpilas','',26); $pdf->Cell(0,0,'มอบเกียรติบัตรฉบับนี้ ให้ไว้เพื่อแสดงว่า',0,0,'C'); $pdf->Ln(12); $pdf->SetTextColor(128,0,64); $pdf->SetFont('panpilas','',34); $pdf->Cell(0,0,"โรงเรียน$std_name",0,0,'C'); $pdf->Ln(12); $pdf->SetFont('panpilas','',28); $pdf->Cell(0,0,"$reg",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('panpilas','',26); $pdf->Cell(0,0,"เข้าแข่งขัน$act $grp ",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('panpilas','',26); $pdf->Cell(0,0,"$award $level",0,0,'C'); $pdf->Ln(12); $pdf->SetTextColor(0,0,128); $pdf->SetFont('panpilas','',30); $pdf->Cell(0,0,'ในการแข่งขันทักษะวิชาการนักเรียน ๕ กลุ่มสาระวิชาหลัก ประจำปีการศึกษา ๒๕๕๔',0,0,'C'); $pdf->Ln(10); $pdf->SetFont('panpilas','',28); $pdf->Cell(0,0,'เมื่อวันที่ ๑๗ กันยายน พุทธศักราช ๒๕๕๔',0,0,'C'); $pdf->Ln(10); $pdf->SetFont('panpilas','',26); $pdf->Cell(0,0,'ขอให้มีความเจริญสุขสวัสดิ์ เป็นพลังสำคัญในการพัฒนาประเทศสืบไป',0,0,'C'); $pdf->Ln(12); $pdf->SetFont('panpilas','',26); $pdf->Cell(0,0,'ให้ไว้ ณ วันที่ ๑๗ กันยายน พุทธศักราช ๒๕๕๔',0,0,'C'); $pdf->Ln(30); $pdf->SetFont('panpilas','',22); $pdf->Cell(0,0,'(นายสมศักดิ์ สุวรรณสุจริต)',0,0,'C'); $pdf->Ln(8); $pdf->SetFont('panpilas','',22); $pdf->Cell(0,0,'ผู้ว่าราชการจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Output(); ?>