如何使用mpdf显示泰米尔语字母

时间:2018-01-24 17:04:04

标签: mpdf tamil

$html="தனியுரிமை கொள்கை"; $html.= '   <html>   <head>

             $pdf->SetDisplayMode('fullpage');

$stylesheet = file_get_contents('css/invoice_custom.css'); //$html =
mb_convert_encoding($html, 'UTF-8', 'UTF-8');
$pdf->WriteHTML($stylesheet,1); $pdf->WriteHTML($html); 
//$pdf->Output('Invoice.pdf','I'); 
$filename="Invoice".rand().".pdf";



$pdf->Output();

代码没有显示泰米尔字符,我该如何解决?

0 个答案:

没有答案