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('kodcb','',22); $pdf->Ln(20); $pdf->Cell(0,0,' การแข่งขันกีฬานักเรียน อบจ.ศรีสะเกษ',0,0,'L'); $pdf->Ln(6); $pdf->SetFont('kodcb','',18); $pdf->Cell(85,0,'ครั้งที่ 6 วันที่ 16-20 สิงหาคม 2556',0,0,'C'); $pdf->Ln(10); $pdf->SetTextColor(250,250,250); $pdf->SetFont('kodcb','',28); $pdf->Cell(0,0,' บัตรประจำตัวผู้บริหาร',0,0,'L'); $pdf->Ln(8); $pdf->SetTextColor(0,0,250); $pdf->SetFont('kodcb','',18); $pdf->Image("../dpic/$pic",35,53,37,44); /* col,row,width,height */ $pdf->Ln(50); $pdf->SetTextColor(0,0,128); $pdf->SetFont('kodcb','',18); $pdf->Cell(90,0,"$name",0,0,'C'); $pdf->Ln(6); $pdf->Cell(90,0,"ผู้อำนวยการ$sch",0,0,'C'); $pdf->Ln(25); $pdf->SetFont('kodcb','',13); $pdf->Cell(80,0,'(นายวิชิต ไตรสรณกุล)',0,0,'C'); $pdf->Ln(4); $pdf->Cell(80,0,'นายกองค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Output(); ?>