Welcome Guest Search | Active Topics | Sign In | Register

Support for charts? Options
anne
Posted: Friday, February 10, 2012 2:46:12 PM
Rank: Newbie
Groups: Member

Joined: 3/25/2008
Posts: 7
Hello,

Our website uses Telerik Charts and when I try to convert a page to PDF with EO.Pdf.HtmlToPdf that contains a Telerik Chart the chart does not render in the PDF document. Is this something that is not supported?

Thanks,

Anne
eo_support
Posted: Friday, February 10, 2012 2:57:15 PM
Rank: Administration
Groups: Administration

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

It should work fine. As long as the chart is rendered as an image then it is really just an image to us the same as any other image. So that should be supported without any problem. We do not support chart based on Flash because we do not load any third party plug-ins.

If the chart is rendered as an image (or SVG) but it's not working for you, then you will want to check:

1. Whether the chart has been correctly generated. There are multiple reasons that can cause the chart not to be correctly generated, ranging from simple code errors to data errors or even a problem on the chart product itself. You may want to check your server side log to determine exactly whether the chart has been correctly generated;
2. Whether the chart is generated with a delay. Some applications uses AJAX to dynamically load data from server side after the page is initially loaded, then use that data to create chart. In this case, we will run all those javascript code, but we do not know when your code is done. You can try to increase HtmlToPdf.Options.MinLoadWaitTime to see if it helps.

Hope this helps. Let us know if it works for you.

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.