Welcome Guest Search | Active Topics | Sign In | Register

Strange error when open PDF on Windows Options
CHIEN
Posted: Friday, January 31, 2014 9:48:46 PM
Rank: Member
Groups: Member

Joined: 9/4/2013
Posts: 18
Dear Support Team,

We use eo.pdf to generate PDF from HTML and SVG, The result PDF file work perfect if we open it on Mac.
but on windows pc , some time we saw strange error message "A drawing error occurred." even the file is worked on Mac.

we use following code to convert PDF

using (StreamReader sr = new StreamReader(@"donuts.html"))
{
String line = sr.ReadToEnd();
HtmlToPdf.ConvertHtml(line, @"donuts.pdf");
}

and sample file is include in this link

Sample Files


Best Regards,
Chien Chih
eo_support
Posted: Saturday, February 1, 2014 10:52:37 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

We have posted a new build that should work with your HTML file. You can download the new build from our download page.

Thanks!
CHIEN
Posted: Sunday, February 2, 2014 4:52:46 PM
Rank: Member
Groups: Member

Joined: 9/4/2013
Posts: 18
Thank you for the quick fix. After upgrade to new version the PDF work great on windows PC.
really appreciate your help.

Best Regards,
Chien Chih
eo_support
Posted: Sunday, February 2, 2014 4:55:59 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Glad to hear that. Thank you very much for confirming the fix!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.