napster07 Report post Posted November 11, 2011 Hi, In exporting the fusion chart to image, do I need also to include the FCExporter.aspx and FCExporter.aspx.cs files in my web application? Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 11, 2011 Hi, Thanks for your post. Yes, you are right. The export handlers are present in two variants: 1. FusionCharts Server-side Export Handlers 2. FusionCharts Export Component (or, FusionCharts Client-side Export Handler) The server-side export handlers help you export FusionCharts as images/PDF using help of scripts that are placed on your servers. These are ready-to-use scripts that we provide in the following programming languages: ASP.NET PHP - Uses GD and zlib library installed on your server to generate output Ruby on Rails - Uses RMagick and zlib installed on your server to generate output Java The scripts are present in Download Pack > ExportHandlers > {Your_Programming_Language} folder Hope this helps. Share this post Link to post Share on other sites
napster07 Report post Posted November 11, 2011 Hi, Thanks for your post. Yes, you are right. The export handlers are present in two variants: 1. FusionCharts Server-side Export Handlers 2. FusionCharts Export Component (or, FusionCharts Client-side Export Handler) The server-side export handlers help you export FusionCharts as images/PDF using help of scripts that are placed on your servers. These are ready-to-use scripts that we provide in the following programming languages: ASP.NET PHP - Uses GD and zlib library installed on your server to generate output Ruby on Rails - Uses RMagick and zlib installed on your server to generate output Java The scripts are present in Download Pack > ExportHandlers > {Your_Programming_Language} folder Hope this helps. Hi, Thanks for your response. I have downloaded the Fusion Chart package and noticed that the FCExporter.aspx file has only c# codes for ASP.Net, is there also a vb code for this? Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 11, 2011 Hi, I am afraid, the FCExporter.aspx export handler file does not have the VB code, as of now. Thank you very much for your continued patience and patronage. Hope you have a great day! Share this post Link to post Share on other sites
napster07 Report post Posted November 11, 2011 Hi, I am afraid, the FCExporter.aspx export handler file does not have the VB code, as of now. Thank you very much for your continued patience and patronage. Hope you have a great day! Hi, Thanks, I'll try to convert the existing C# code to VB. Share this post Link to post Share on other sites
napster07 Report post Posted November 12, 2011 Hi, I'm now adding the export parameters to XML. Based on the Fusion Chart documentation, I need also to include this export attribute (exportHandler='http://www.domain.com/FusionCharts/ExportHandlers/PHP/FCExporter.php') in my XML. How can I set the path of my FCExporter file without using the http type (http://www.domain.com/....) of setup. I need to setup it by the path of my web application project folders. Can you provide me some sample path? Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 14, 2011 Hi, Thanks for your post. For ex: D:\LearningFusionCharts\MyFirstChart\FusionCharts\FCExporter.swf Hope this helps. Share this post Link to post Share on other sites