I am trying to create PDF files containing Asian characters. I am using PDFLib with PHP 4.04 (lp1).
The manual that comes with PDFLib is good, but it assumes you are using PDF_findfont and PDF_setfont as opposed to the old PDF_set_font function (which I have to stick with).
I have made a test program which works fine for roman text. However, when I initiate a Korean font (e.g. pdf_set_font($pdf, "HYSMyeongJo-Medium", 12, "KSCms-UHC-HW-H", 0)) my program all of a sudden fails on the pdf_close($pdf) command, not on the PDF_set_font command.
Has anybody succeeded in making PDF files containing Asian chars with the old PDF_set_font function? It proves to be very difficult to locate any information on this.
Cheers, JP.