1

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?

2

when using UTF8, you can use utf8_decode
Ancien pseudo : lolo

3

i added that line of code, but nothing changed, what could be the problem?
$content = utf8_decode($content);

4

Hello,
I'm also having problems with encoding.
I'm retrieving text from a mysql database which is using utf-8. The text is in many different languages including many east european ones. I got some of the languages working using iconv (http://www.php.net/manual/en/function.iconv.php) but I'm still having problem with some characters.
I also used this tutorial http://www.fpdf.org/en/tutorial/tuto7.htm.
Some other ideas would be highly appreciated!!

5

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

6

before calling the writeHTML method
Ancien pseudo : lolo