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!>
You need to enable the support of PDF Asian font like this:
$pdf = $this->pdf->load(); $pdf->useAdobeCJK = true; $pdf->SetAutoFont(AUTOFONT_ALL);