|
|
|
ช่วยดูให้หน่อยครับ จะเอาเส้นหัวกระดาษออกอะครับ TCPDF ครับ |
|
|
|
|
|
|
|
ตามภาพครับ จะเอาเส้นออกยังไงอะครับ ผมลองดูแล้วมันก็ไม่ออกสะที ช่วยหน่อยนะครับ
อันนี้โค้ดครับ
Code (PHP)
?php
require('tcpdf.php');
$pdf = new TCPDF();
$pdf->SetMargins(15,20,15);
$pdf->AddFont('thsarabun','','thsarabun.php');
$pdf->SetFont('thsarabun', '', 14, '', true);
$pdf->AddPage();
$htmlcontent='<p>ทดสอบ</p>';
$pdf->writeHTML($htmlcontent, true, 0, true, 0);
$pdf->Output('example_001.pdf', 'I');
?>
รบกวนหน่อยนะครับ T^T
Tag : PHP
|
|
|
|
|
|
Date :
2014-04-08 19:56:01 |
By :
Freeland |
View :
2416 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// remove default header/footer
$pdf->setPrintHeader(false);
$pdf->setPrintFooter(false);
|
|
|
|
|
Date :
2019-04-21 22:34:29 |
By :
Object69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|