|
|
|
ถามเรื่องการใส่ตารางใน header fpdf ทำยังไงครับ class PDF extends FPDF{ function Header() |
|
|
|
|
|
|
|
class PDF extends FPDF
{
function Header()
{ //Override คำสั่ง (เมธอด) Header
$pdf=new FPDF();
$this->SetFont('angsana','B',14);
$this->Text(25,15,'บริษัท...............' );
$this->SetFont('angsana','B',12);
$this->Text(25,19,'..................................');
$this->Text(25,23,'โทร................');
$this->Text(25,27,'แฟกซ์...........................');
$this->Text(100,40,'ใบเสนอราคา/ใบซ่อม' );
$this->SetFont('angsana','',12);
$this->Text(160,46,'เลขที่' );
$this->Text(167,46,'..................................' );
$this->Text(160,51,'วันที่' );
$this->Text(167,51,'..................................' );
$this->Text(25,56,'ชื่อลูกค้า' );
$this->Text(145,56,'ทะเบียนรถ' );
$this->Text(25,61,'ที่อยู่' );
$this->Text(145,61,'ระยะทาง.............................' );
$this->Text(25,65,'อำเภอ.' );
$this->Text(145,65,'แบบรถ' );
$this->Text(25,69,'โทร.' );
$this->Text(145,69,'หมายเลขเชสซีส' );
$this->Text(145,73,'เลขเครื่อง' );
$pdf->Cell( 50 , 5 , iconv( 'UTF-8','tis-620' , 'พิมพ์ให้อยู่ตรงกลาง' ) , 1 );
$pdf->Cell( 50 , 5 , iconv( 'UTF-8','tis-620' , 'พิมพ์ให้อยู่ตรงกลาง' ) , 'TBR' );
}
ตรงนี้คือ
$pdf->Cell( 50 , 5 , iconv( 'UTF-8','tis-620' , 'พิมพ์ให้อยู่ตรงกลาง' ) , 1 );
$pdf->Cell( 50 , 5 , iconv( 'UTF-8','tis-620' , 'พิมพ์ให้อยู่ตรงกลาง' ) , 'TBR' );
เป็นส่วนที่ออกตารางของ fpdf ครับ
คืออยากให้ตารางออกทางส่วน header แต่ว่าตารางไม่ออกเลย
ไม่ทราบว่าผิดตรงไหนไหมครับ รบกวนที คือออกรายงานของ php
Tag : - - - -
|
|
|
|
|
|
Date :
2010-06-24 11:22:19 |
By :
boycomcmu |
View :
1443 |
Reply :
0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|