|
|
|
ออกรายงานโดยให้เป็นไฟล์ PDF ทำไงค่ะ ให้ขึ้นภาษาไทยด้วย แก้มาทั้งวันแล้ว ว |
|
|
|
|
|
|
|
ใช้ fpdf17 แก้ตามไฟล์มันขึ้นเป็นแบบนี้ ค่ะ
Code (PHP)
<html>
<head>
<title>ThaiCreate.Com PHP PDF</title>
</head>
<body>
<?php
require('fpdf.php');
define('FPDF_FONTPATH','font/');
$pdf=new FPDF();
$pdf->AddPage();
$pdf->AddFont('browa','','browa.php');
$pdf->SetFont('browa','',36);
$pdf->Cell(0,20,iconv( 'UTF-8','TIS-620','สวัสดี ชาวไทยครีเอท'),0,1,"C");
$pdf->AddPage();
$pdf->AddFont('browa','','browa.php');
$pdf->SetMargins(32, 30);
$pdf->SetFont('browa','',28);
$pdf->Write(7,"\nBlood Donation\n","C");
$pdf->SetFont('browa','',14);
$pdf->Write(7, "ภาษาไทย\n\n");
$pdf->SetFontSize(20);
$pdf->Write(7, "ขึ้นหน่อยเห่อ !! $date_1 \n\n");
$pdf->Output("MyPDF/Report.pdf","F");
?>
PDF Created Click <a href="MyPDF/Report.pdf">here</a> to Download
</body>
</html>
Tag : PHP
|
|
|
|
|
|
Date :
2012-09-20 00:49:17 |
By :
taengii |
View :
1417 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลืมใส่ iconv ไม๊น๊าาาา
|
|
|
|
|
Date :
2012-09-20 21:56:21 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สงสัย มันไม่เจอ Font หรือไม่ก็ ยังไม่ได้ iconv ตามที่พี่ deawx บอก
|
|
|
|
|
Date :
2012-09-20 23:19:55 |
By :
Krungsri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำได้แล้วค่ะ
คำสั่งมันแปลกๆ กว่าจะออก งงไปเลยค่ะ
|
|
|
|
|
Date :
2012-09-21 01:45:52 |
By :
taengii |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมใช้ ฟ้อน อันนี้ครับ
$this->AddFont('Garuda','','garuda.php');
$this->AddFont('Garuda','B','garudab.php');
$this->SetFont("Garuda", "", 11);
$this->Cell(0, 8,'ไทยจ้า');
|
ประวัติการแก้ไข 2012-09-21 13:54:37
|
|
|
|
Date :
2012-09-21 13:53:06 |
By :
tongspy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|