qthai Report post Posted December 18, 2009 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 Report post Posted December 18, 2009 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
qthai Report post Posted December 22, 2009 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 Report post Posted December 22, 2009 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