AddFont('tfont','','PSL102pro.php'); $pdf->SetThaiFont(); $pdf->AddPage(); $pdf->Ln(0); $pdf->Image('dd-id.jpg',0,0,102,145); /* col,row,width,height */ $pdf->SetTextColor(0,0,128); $pdf->SetFont('tfont','',22); $pdf->Ln(0); $pdf->Cell(106,0,'การแข่งขันทักษะวิชาการนักเรียน',0,0,'C'); $pdf->SetFont('tfont','',30); $pdf->Ln(7); $pdf->Cell(103,0,'อบจ.ศรีสะเกษ',0,0,'C'); $pdf->Ln(7); $pdf->SetFont('tfont','',18); $pdf->Cell(100,0,"ครั้งที่ $pyr",0,0,'C'); $pdf->Ln(6); $pdf->SetFont('tfont','',16); $pdf->Cell(80,0,"วันที่ ๒๐ มกราคม ๒๕๖๑ ณ โรงเรียนราษีไศล/อนุบาลราษีไศล",0,0,'C'); $pdf->Ln(11); $pdf->SetTextColor(250,250,250); $pdf->SetFont('tfont','',36); $pdf->Cell(86,0,'ผู้จัดการแข่งขัน',0,0,'C'); $pdf->Ln(8); $pdf->SetTextColor(0,0,250); $pdf->SetFont('tfont','',18); $pdf->Image("../dpic/$pic",35,53,37,44); /* col,row,width,height */ $pdf->Ln(57); $pdf->SetTextColor(0,0,128); $pdf->SetFont('tfont','',24); $pdf->Cell(86,0,"$name",0,0,'C'); $pdf->Ln(7); $pdf->SetFont('tfont','',18); $pdf->Cell(86,0,"$rnk",0,0,'C'); $pdf->Ln(22); $pdf->SetFont('tfont','',13); $pdf->Cell(80,0,'(นายวิชิต ไตรสรณกุล)',0,0,'C'); $pdf->Ln(5); $pdf->Cell(80,0,'นายกองค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Output(); ?>