I am using mpdf. When I supplied the arabic and chinese words to the WriteHtml(), the resulting pdf containing square boxes instead of those fonts.
Please suggest!>
On mPDF 6.0, we found this made Cantonese work for us:
$mpdf->autoScriptToLang = true; $mpdf->autoLangToFont = true;
Seems SetAutoFont is now deprecated.