Sign in to follow this  
Guest Basundhara Ghosal

Export dashboard to Word/Pdf

Recommended Posts

Hi,

 

 

 

I need to export my dashboard ( with several charts) to Word/pdf. I try then to export all the individual charts into JPG and after that build the word/pdf document myself. Could you tell me if I can write a javascript function which return the jpg image(I dont need it saved in the disk) with each chartid please ?

 

Thanks in advance

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

In case you need to export your charts to PDF, could you please try using the "exportFormats" attribute mentioning the format as "PDF=Export as PDF File

Share this post


Link to post
Share on other sites

Hi,

 

 

 

I have already had each individual chart exportable as pdf or as jpeg. My problem is that my page contains several charts and I want to implement a "general export function" to export the whole page as a pdf file. For this I need to be able handle every image of my charts once I'm in the "general export function" and I can't figure out a way to do it yet :)

 

 

 

Thanks a lot,

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

1) In case you wish to export the whole page as a pdf file at client-side, could you please try using the Batch export method?

Ref:- http://www.fusioncharts.com/docs?/ECBatchOverview.html

2) In case you wish to export the whole page as a pdf file at server-side, please refer to the links below:-

Ref:-

http://www.fusioncharts.com/docs?/ECServerOverview.html

http://www.fusioncharts.com/Demos/ExportChart/Contents/server_export.html

Hope this helps. :)

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