Welcome Guest Search | Active Topics | Sign In | Register

Performance issue with HtmlToPdf.ConvertUrl Options
Xavier
Posted: Wednesday, October 7, 2015 3:45:26 PM
Rank: Newbie
Groups: Member

Joined: 9/22/2015
Posts: 2
Hello,

We are currently generating a lot of reports with the following method.

Code: C#
var result = HtmlToPdf.ConvertUrl(url, memoryStream);


The method takes around 30 seconds to generate a 10 page report. Our report don't contain any images, it's plain html with data.

We tested our end point it serves the html instantly (under 1 second).

Is there a configuration or something we could do to improve the performance ?
eo_support
Posted: Wednesday, October 7, 2015 3:48:34 PM
Rank: Administration
Groups: Administration

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

You can try to set this property to false and see if it helps:

http://www.essentialobjects.com/doc/eo.pdf.htmltopdfoptions.retrievenodetext.aspx

Thanks!


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.