I write some html code as below:
Code: HTML/ASPX
<div style="text-align: center;"><font size="2">This word is so beautiful.</font></div>
<div style="text-align: center;">This word is so beautiful.</div>
<div style="text-align: center;"><font size="3">This word is so beautiful.</font></div>
I set the font-size is 2 in the first line and keep the font-size of second line as default.
in the browser, the text in first line looks bigger than the second. but if I convert the html by EO.Pdf.HtmlToPdf.ConvertHtml(), the text in first line looks smaller than the second in PDF.
And the text in second line looks more like the third line (size =3).
Is this a known bug for EO.pdf or I missed something when converting HTML to PDF?
could you guys give me a solution or work around?
by the way, how to upload the screenshot to make the issue clearly?
thanks in advance.