คือผมจะแสดงรูปใน pdf ครับ ค่ารูปเป็นตัวแปรมา ช่วยดูหน่อยครับ

สำหรับผู้ที่ เริ่มต้น Programming - PHP มีอะไร แนะนำ หรือข้อสงสัยต้องบอร์ด นี้ คนที่มีความรู้ แบ่งปันคนอื่นบ้างนะ ปัญหาการเขียนโปรแกรม แบบ OOP Session Cookies php network

Moderator: mindphp, ผู้ดูแลกระดาน

taungas
PHP Newbie
PHP Newbie
โพสต์: 1
ลงทะเบียนเมื่อ: 02/02/2012 3:34 pm

คือผมจะแสดงรูปใน pdf ครับ ค่ารูปเป็นตัวแปรมา ช่วยดูหน่อยครับ

โพสต์ที่ยังไม่ได้อ่าน โดย taungas »

function TableDetail($objResult)
{
global $bk;


$this->SetFont('Tahoma', 'B', 9);//Set the Font type to Tahoma,Bold with size 12 Pt
$this->SetTextColor(0);//Set the Text Color
$this->SetFillColor($objResult['COLOR'][0], $objResult['COLOR'][1], $objResult['COLOR'][2]);//Fill the text with RGB Color
$this->SetLineWidth(0.2);//Set the Line Width to 1pt

$this->Cell(20, 6, iconv( 'UTF-8','cp874' ,$objResult['date']), 'LTRB', 0, 'C', true);
$this->Cell(20, 6, iconv( 'UTF-8','cp874' ,$objResult['Check_type']), 'LTRB', 0, 'C', true);
$this->Cell(30, 6, iconv( 'UTF-8','cp874' ,$objResult['Company']),'LTRB', 0, 'C', true);
$this->Cell(20, 6, iconv( 'UTF-8','cp874' ,$objResult['Name_bank']), 'LTRB', 0, 'C', true);
$this->Cell(30, 6, iconv( 'UTF-8','cp874' ,$objResult['Branch']), 'LTRB', 0, 'C', true);
แถวล่างที่ผมจะแทรก
$this->Cell(30,6,$this->Image('img\\'.$bk,$this->GetX()+1,$this->GetY()+1,4,4) .iconv( 'UTF-8','cp874' ,$objResult['Branch']),'LTRB', 0, 'C');

$this->Cell(30, 6, iconv( 'UTF-8','cp874' ,$objResult['No_check']), 'LTRB', 0, 'C', true);
$this->Cell(30, 6, iconv( 'UTF-8','cp874' ,$objResult['Pay']), 'LTRB', 0, 'C', true);
$this->Cell(25, 6, iconv( 'UTF-8','cp874' ,$objResult['Due_date']), 'LTRB', 0, 'C', true);
$this->Cell(25, 6, iconv( 'UTF-8','cp874' ,$objResult['Send_check']),'LTRB', 0, 'C', true);
$this->Cell(30, 6, iconv( 'UTF-8','cp874' ,$objResult['note']), 'LTRB', 1, 'C', true);

}
ภาพประจำตัวสมาชิก
mindphp
ผู้ดูแลระบบ MindPHP
ผู้ดูแลระบบ MindPHP
โพสต์: 41409
ลงทะเบียนเมื่อ: 22/09/2008 6:18 pm
ติดต่อ:

Re: คือผมจะแสดงรูปใน pdf ครับ ค่ารูปเป็นตัวแปรมา ช่วยดูหน่อยครับ

โพสต์ที่ยังไม่ได้อ่าน โดย mindphp »

ใช้ library ตัวไหนครับ
ติดตาม VDO: http://www.youtube.com/c/MindphpVideoman
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
ตอบกลับโพส

ผู้ใช้งานขณะนี้

สมาชิกกำลังดูบอร์ดนี้: Bing [Bot] และบุคลทั่วไป 91