1

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!

2

Have you seen this post - not sure if of any help for you...
http://ti.yaronet.com/en/posts.php?sl=&s=143078
html2pdf 4.03