Hello,
I want to print pdf with Korean, but I cannot find how to make it.
I uploaded Korean font (z, ctg.z, php file) on fonts folder, but didnt work
$html2pdf = new HTML2PDF('P', 'A4', 'en', true, 'UTF-8', array(0, 0, 0, 0));
// $html2pdf->setModeDebug();
$html2pdf->setDefaultFont('gulim');
$html2pdf->writeHTML($content, isset($_GET['vuehtml']));
$html2pdf->Output($filename);
any1 has got idea how to do this?
Thanks in advance!