exabier01 Report post Posted September 15, 2009 Is it possible to save a jpg of a chart to a file location on the server automatically? I need to send a jpg version of the chart as an email attachment once a day. Thanks Share this post Link to post Share on other sites
Guest Rajroop Report post Posted September 17, 2009 Hello, Welcome to the FusionCharts Forum. Could you please refer to the following forum link: http://www.fusioncharts.com/forum/Topic18180-3-1.aspx In this link is given a sample demo on how to Batch export automatically images. You could modify the code a bit to get what you require i.e. automated single export. I hope this helps. Please let us know of the developments concerning this. Happy FusionCharting. Share this post Link to post Share on other sites
AlexaC4 Report post Posted September 25, 2009 hi Everybody It seems I have the same problem... I have a button (Export button) which launches chart load. It loads find. Right-button click export works fine. But I need to save Image automatically during Chart loaded. I see that we have samples with saveAsImage. As I suppose we need to have FusionChartsSave.aspx... but I could find it in my version. Do we have another way how to get automated image saving? Thanks, Alexei Share this post Link to post Share on other sites
FusionCharts Support Report post Posted September 26, 2009 Hi, Yes, we have brought a new smarter feature called - export. Using this you can - save an image file to server - use client side (no server side interaction needed) export component - save various formats like JPG, PNG, PDF There are more things. saveAsImage is depricated. Now its exportChart() Please read full at Documentation section : "Exporting as Image/PDF" Share this post Link to post Share on other sites