|
|
|
พอมีวิธีแก้ไข TCPDF SetFont freeserif ตรงตัวสระลอยบ้างไหมค่ะ |
|
|
|
|
|
|
|
พอมีวิธีแก้ไข TCPDF SetFont freeserif ตรงตัวสระลอยบ้างไหมค่ะ
Code (PHP)
<?php
// Include the main TCPDF library (search for installation path).
require_once('../examples/tcpdf_include.php');
require_once('../examples/lang/eng.php');
// create new PDF document
$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
// set font
$pdf->SetFont('freeserif', '', 16);
// Add Page
$pdf->AddPage('P', 'A4');
// -----------------------------------------------------------------------------
$tb_1 = ' มั่นคง ครั้งนี้ ซึ่งเรื่องนี้ ';
$pdf->writeHTML($tb_1, true, false, false, false, '');
// -----------------------------------------------------------------------------
// แสดงไฟล์ pdf
$pdf->Output('table_report.pdf', 'I');
?>
Tag : PHP, PDF
|
|
|
|
|
|
Date :
2020-02-25 15:05:25 |
By :
kittipongw |
View :
1965 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|