Sign in to follow this  
Guest Rajroop

Automated Export of JPG

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this