Sign in to follow this  
napster07

How To Export Fusion Chart To Image?

Recommended Posts

Guest Angshu

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

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

Hi,

 

I am afraid, the FCExporter.aspx export handler file does not have the VB code, as of now. sad.gif

 

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

Hi,

 

I am afraid, the FCExporter.aspx export handler file does not have the VB code, as of now. sad.gif

 

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

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

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

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