我目前正在进行一个php项目,其中pdf文件可以从(html内容)服务器端后端生成下载。我已经测试了 html2pdf librairy ,我发现它不适合我,因为它不支持 utf-8格式。当我尝试使用文档中描述的 utf8_decode()时,问题就是一样,显示了一系列未知字符。使用的语言是“缅甸”。
所以我真的想知道是否有另一个好的基于php的库转换为pdf格式。
提前致谢
Mee Mee
答案 0 :(得分:0)
尝试TCPDF。
http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples
主要特点:
* no external libraries are required for the basic functions;
* supports all ISO page formats;
* supports custom page formats, margins and units of measure;
* supports UTF-8 Unicode and Right-To-Left languages;
* supports TrueTypeUnicode, OpenTypeUnicode, TrueType, OpenType, Type1 and CID-0 fonts;
* supports document encryption;
* includes methods to publish some (x)HTML code;
答案 1 :(得分:0)
尝试:“wkhtmltopdf”它的效果很好(及其开放源码)。它使用 webkit 引擎(由safari,chrome浏览器使用),它非常易于使用。它还支持UTF-8:
wkhtmltopdf stackoverflow.com/questions/1164140/ output.pdf
试试吧!对于Linux和Windows也是如此。易于安装。如果您使用ubuntu,请输入:
aptitude install wkhtmltopdf
我猜你需要一些字体来支持“缅甸”,因为它无法在浏览器中显示语言(使用UTF-8)。