Dompdf不支持中文

时间:2017-08-28 13:26:23

标签: php html5 dompdf html-to-pdf

中文字符在HTML页面中运行良好,但当我尝试使用以下代码将HTML转换为PDF 时,所有中文字符都转换为问号

我尝试使用所有类型的中文字库但仍然没有成功。请帮我解决。

nickserv

1 个答案:

答案 0 :(得分:0)

 @font-face {
        font-family: 'Firefly Sung';
        font-style: normal;
        font-weight: 500;
        src: url(http://eclecticgeek.com/dompdf/fonts/cjk/fireflysung.ttf) 
                 format('truetype');
    }

    * {
        font-family: Firefly Sung, DejaVu Sans, Verdana, Arial, sans-serif;
    }