|
|
|
เรื่องการแปลง pdf...คือว่าผมทำตามใน เวปแล้วมันแปลงเปง pdf ได้และผมอยากให้มันแปลงเป็น pdf |
|
|
|
|
|
|
|
มันกำหนดตำแหน่ง x กับ y ได้ครับ ขอดูโค้ดหน่อยครับผม
|
|
|
|
|
Date :
2009-05-13 10:48:53 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
code นะ
require('thaipdfclass.php');
$pdf=new ThaiPDF();
$pdf->SetThaiFont();
$pdf->AddPage();
$pdf->SetFont('CordiaNew','B',20);
$pdf->Ln(35);
$pdf->Cell(0,0,"ใบเสนอราคา",0,1,'C');
$pdf->Ln(10);
$pdf->SetFont('CordiaNew','B',16);
$pdf->MultiCell(0,0,'test','0','B');
$pdf->MultiCell(0,0,$comp,'0','B');
$pdf->Output("MyPDF/MyPDF.pdf","F");
|
|
|
|
|
Date :
2009-05-13 13:12:22 |
By :
tonhoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำตามเว็บไหนครับเดี๋ยวผมไปดูมั่ง MultiCell กับ Cell ใช้ต่างกันยังไงครับ
ผมลอง MultiCell แล้วมีปัญหาเหมือนกันเลยครับ
<?php
require('ThaiPDF/thaipdfclass.php');
$pdf=new ThaiPDF();
$pdf->SetThaiFont();
$pdf->AddPage();
$pdf->SetFont('CordiaNew','B',20);
$pdf->Ln(35);
$pdf->Cell(0,0,"ใบเสนอราคา",0,1,'C');
$pdf->Ln(10);
$pdf->SetFont('CordiaNew','B',16);
$comp = 'sssssssssssss';
$pdf->Cell(10,16,'test','0','B');
$pdf->Cell(0,16,$comp,'0','B');
$pdf->Output("MyPDF.pdf","F");
?>
|
|
|
|
|
Date :
2009-05-13 13:50:03 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีเมลป่าวครับเดวผมส่งตัวเต็มให้ไปลอง
|
|
|
|
|
Date :
2009-05-13 14:07:09 |
By :
tonhoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|