แปลง html เป็น pdf ด้วย php กับ mPDF (ของเค้าดีจริง ๆ ^^ )


หน้าแรก PHP MySQL เกร็ดความรู้ แปลง html เป็น pdf ด้วย php กับ mPDF (ของเค้าดีจริง ๆ ^^ )
คู่มือการใ้ช้งานที่ http://mpdf1.com/manual/index.php?tid=121

Download

Please see online documentation for further information, especially in User's Guide>>Installation & Setup

mPDF Version 5.0 is a major upgrade on previous versions with much simplified handling of fonts. Users of previous versions will need to download a full installation.

Please see the CHANGELOG and other files included with the downloaded files for further details.

Download mPDF Version 5.0 (18/10/10)

mPDF v5.0 Full installation - Download (.ZIP file 10.1MB)

============================================

mPDF Version 4.5 (21/04/10)

mPDF v4.5 Core files - Download (.ZIP file 17.7MB)

UPGRADE to v4.6 from version  4.5 - Download (.ZIP file 310kB)

Extra font files (v4.1+) - Download (.ZIP file 24.0MB) Updated with v4.5
(Contains extra files needed if using embedded font subsets - copy to /unifont/ folder)

Arabic languages (v4.2+) font pack - Download (.ZIP file 4.1MB) Updated with v4.5
(Contains all extra files needed if using arabic languages or scripts - copy to /unifont/ folder)

Indic languages (v4.1+) font pack - Download (.ZIP file 2.3MB) Updated with v4.5
(Contains all extra files needed if using Indic languages or scripts - copy to /unifont/ folder)

CJK languages (v4.2+) font pack - Download (.ZIP file 45.0MB) Updated with v4.5
(Contains all extra files needed if you want to embed CJK fonts - copy to /unifont/ folder)

============================================

Version 4 Upgrades

UPGRADE to v4.6 from version  4.5 - Download (.ZIP file 310kB)

UPGRADE to v4.5 from version  4.4 - Download (.ZIP file 289kB)

UPGRADE to v4.4 from version  4.3 - Download (.ZIP file 280kB)

UPGRADE to v4.3 from version  4.2 - Download (.ZIP file 284kB)

UPGRADE to v4.2 from version 4.1.1 - Download (.ZIP file 317kB)

Please read the on-line manual on Upgrading to 4.4.

(If upgrading from

============================================

Previous versions:

mPDF v4.4 - Download (.ZIP file 18MB)

mPDF v4.3 - Download (.ZIP file 18MB)

mPDF v4.2 - Download (.ZIP file 17.5MB)

mPDF v4.1.1 - Download (.ZIP file 17MB)

mPDF v3.2 - Download (.ZIP file 15.2MB)

mPDF v2.5 - Download (.ZIP file 14MB)


refer: http://mpdf.bpm1.com/download

Code ให้  mPDF อ่านภาษาไทยได้
<? 
include("template_preview.php");
include("mpdf50/mpdf.php");
$mpdf=new mPDF('UTF-8'); 
$html = $webUB_com.' hhh MM aกกกฟฟ rrr ดดดดดดดดด ฟฟฟฟฟฟฟฟ รรรรรรรรร นนนนนนนนน a pl a';
$mpdf->SetAutoFont();
$mpdf->WriteHTML($html);
$mpdf->Output();
exit;
?>


ขึ้นไปด้านบน