Hello,
I have some problems with encoding, usually i am using utf-8 encoding or Windows-1257. A i can see these encodings are not supported. Maybe There is some workaround how to archive it?
Spipu Le 14/01/2010 à 15:41 when using UTF8, you can use utf8_decode
i added that line of code, but nothing changed, what could be the problem?
$content = utf8_decode($content);
Yeah, this is something i need to do myself too.
a little bit more explanation to where to put the utf8_decode($content) can be very helpfull.
Developer of Fusion Ticket. I ticket sale webshop using Html2pdf to generate the pdf files
Spipu Le 17/01/2010 à 17:21 before calling the writeHTML method