kartik-v / yii2-mpdf

A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.
http://demos.krajee.com/mpdf
Other
161 stars 150 forks source link

UTF-8 NOT WORKING #87

Closed deshario closed 5 years ago

deshario commented 5 years ago

UTF8(thai language) is not working anymore in latest library ... how to set thai font properly ... Thankx

image

kartik-v commented 5 years ago

Check MPDF changes if any and related config in the MPDF Repo - try to set mode to Pdf::MODE_UTF8 or Pdf::MODE_ASIAN depending on your need

deshario commented 5 years ago

None of mode are working (MODE_UTF8,MODE_ASIAN,MODE_CORE,MODE_BLANK) ... and i had look at mpdf also but still didnt find the solution for using custom font(thai) .. @kartik-v can you please give me some solution how to fix it ... m gonna render custom view file which is in thai language from kartik\mpdf\Pdf. Thankx a lot

kartik-v commented 5 years ago

Read the mpdf docs for font and language parsing section