rahult Report post Posted March 19, 2012 Hello, Now i am using 4-5 charts on a single report.Here i want to genrated a single PDF file with charts performance view. so,how i can get a single PDF file with the all fussion charting are available on it. Is any functionaly available in fussion charts ? Thanks in Advance Ragards Rahul Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 19, 2012 Hi, To export multiple charts into PDF, you can use Batch Export Functionality. Please note, Batch Export Functionality is a Client-Side Export Process. The batch mode is useful when you have multiple charts on a page and you want to export all of them together by calling a JavaScript API. The exported files for each chart can either be saved individually, or all the exported charts can be saved as a single file. For enabling export of chart in batch mode, you would need to assemble the following elements: >> The chart itself embedded using FusionCharts JavaScript class (FusionCharts.js). >> FusionCharts export Component - This is named FCExporter.swf and is present in Download Package > Charts. You need to copy-paste this SWF to your server. A good location will be to place this SWF along with your chart SWFs. >> FusionCharts export Component JavaScript class - This JavaScript class is named FusionChartsExportComponent.js and is present in Download Package > Charts folder. Place it where you have placed FusionCharts.js on your website (though not necessary, but this helps you centralize all FusionCharts related JS files) You would also need to set following attributes in the XML file under the chart element: exportEnabled='1' exportAtClient='1' exportHandler='fcBatchExporter' (name of the export handler) For more information please refer the following link: http://docs.fusionch...BatchSetup.html Share this post Link to post Share on other sites
rahult Report post Posted March 20, 2012 (edited) Hi Thanks for reply but I had already tried the batch export functionality. In batch export functionality, an image file is created by displaying chart one by one but I want the charts should be exported in a way that they look in an html page e.g I am attaching a screenshot and it should be exported in a similar way into image and pdf. Please tell me how to export the chart as it is looking in the screenshot. Edited March 20, 2012 by rahult Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 21, 2012 Hi, Currently, the charts rendered in a single HTML page cannot be exported as it is(PDF format). Charts will be exported as one-by-one in a single PDF file. Thanks for your time and support. Share this post Link to post Share on other sites