HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Convert html source to pdf › Re: Re: Convert html source to pdf
March 26, 2014 at 13:59
#29515
Just one last question. We have text in the html source like this:
<font size="6" face="Arial">ŐŐŐŐŐőőőőőááéűúöüópőúéáűí </font>
But in the pdf it is wrong. The size is good, but the font is wrond and of course the encoding also wrong (hungarian).
I try to set :
pd4ml.useTTF("c:/Windows/Fonts", true);
in warious format (case sensitive, use java font etc), but nothing helps. Thanks!