Hi,
I have installed wkhtmltopdf
and I did it working (I’d got all squares in my pdf)
using this css rule in my html file
@font-face {
font-family: FontArial;
src: url("Arial.TTF");
format(truetype);
}
but it doesn’t work yet with special chars
like à ò ç.
I’m looking for a ttf file
arialUnicode.ttf ie but … I don’ t find it
Could you help me please ?
How can I do work the wkhtmltopdf
with special chars ?
Thanks in advance.
Bye.