Sign in to follow this  
smitchelus

Generate Chart as Image w/out Browser

Recommended Posts

Hi, we are evaluating Fusion Charts for use in a reporting project we are working on. Everything looks pretty good with the exception of one issue. We need to be able to generate PDF files of our reports (both online and in a scheduled job). To do this we render all of the various components of the report to HTML and then convert that to PDF. This is done on the server side, without a browser. What I really need in this case is the ability to render a Fusion Chart to a JPEG without requiring a browser. Is this possible?

 

 

 

FWIW, we have looked at the FusionChartSave.jsp code example, but it looks like that requires data to be posted to you from the Flash chart in the browser.

 

 

 

Thanks,

 

Scott

Share this post


Link to post
Share on other sites
smitchelus (7/3/2008)
We need to be able to generate PDF files of our reports (both online and in a scheduled job). To do this we render all of the various components of the report to HTML and then convert that to PDF.

 

 

 

This is exactly what I am doing too. Is it possible to render the same chart as an image without having to load up the swf, compress pixel by pixel and finally recompile each pixel to create a jpeg (as FusionChartSave seems to do)?

 

 

 

Thanx

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