Hi All!
I have a problem with pdf generation when it is coming to character encoding. If I use unicode I get a blank pdf page otherwise everything works fine except the special characters. This is what I use:
//for this I got a blank page
$font = PDF_load_font($p, "Helvetica", "unicode", "");
//this one is working or with winansi whatever
$font = PDF_load_font($p, "Helvetica", "host", "");
Could someone please tell me what the problem is?
Thank you in advance
Norb