|
Rank: Member Groups: Member
Joined: 8/27/2013 Posts: 11
|
Hi, I've been doing some testing and if you write fl to a PDF then it gets rendered as o instead.
FL works fine, just the lowercase string is wrong.
Do you have a solution for this? Also curious as to why it happens!
Thanks, Kevin
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Can you let us know what do you mean by "FL"?
Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/27/2013 Posts: 11
|
If my HTML has the phrase:
<p>This is a sample with the word reflect</p>
Then it gets rendered as:
<p>This is a sample with the word reoect</p>
If I do: <p>This is a sample with the word REFLECT</p>
Then it correctly outputs: <p>This is a sample with the word REFLECT</p>
This is only an issue when rendering to PDF, the HTML page is fine.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Can you try to use a different font and see if it works? If other font works but the one you use does not, we will need you to send us the font file so that we can look into that.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/27/2013 Posts: 11
|
I'm not specifying a font through C# code for EO.PDF, should I be?
The CSS font was Helvetica Neue so I tried Arial and the problem remains.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, We can't think of anything that can cause that. Can you try our demo application as well as our online demo to see if it works? The online demo is here: http://www.essentialobjects.com/Products/EOPdf/HtmlToPdf.aspxAlso please check your EO.Pdf.dll version. The latest version on our download page has a version number of 5.0.60.2. So if yours is older than that, you can try to update to the new version and see if it works for you. Thanks!
|
|
Rank: Member Groups: Member
Joined: 8/27/2013 Posts: 11
|
I was on 5.0.34.2, updating to the latest fixed the issue.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Thanks for the update. Please let us know if you have any more questions.
|
|