anamika Report post Posted November 21, 2007 Hi I am developing a website . Can you suggest a way to create the pdf of fusion charts. Share this post Link to post Share on other sites
Sanjukta Report post Posted November 29, 2010 Hi, Starting FusionCharts v3.0.7, you could export your charts as images. Ref.- http://www.fusioncharts.com/docs/?ECOverview.html The entire FusionCharts export process is a multi-step process involving various elements, including: 1. The chart itself - This is the SWF file that you embed in your page to generate the chart. The chart is responsible to take its own snapshot so that further processes can take place. 2. FusionCharts JavaScript class (FusionCharts.js) - The JavaScript class used to embed the chart. 3. FusionCharts Export Handlers (Server-side)- In case of server-side export, these server-side scripts accept and convert the bitmap snapshot of charts into images/PDFs. 4. FusionCharts Export Component (Client-side) - In case of client-side export, FusionCharts Export Component accepts the bitmap snapshot of chart and converts into the required export format. This is present as a Flash 10 SWF file. 5. FusionCharts Export Component JavaScript class (FusionChartsExportComponent.js) - This JavaScript class helps you initiate the FusionCharts Export Component object and to set the JavaScript communication channel between the chart and FusionCharts Export Component. It has additional logic for cross-browser compatibility and error handling. 6. These elements combined provide an elegant approach that allow you to export FusionCharts as images. For further details, please refer to the following link. Ref.- http://www.fusioncharts.com/docs/?ECProcess.html http://www.fusioncharts.com/docs/?ECTerminology.html Hope this helps. Share this post Link to post Share on other sites