Hi, I'd like to convert a Chart created with FusionChart JavaScript (latest version) to a png image on my Java tomcat server without having to use php or C#. My scenario : 1. A FusionChart JavaScript chart is created on the browser 2. I will add a button called "save on server" 3. User clicks on the button and then the image is saved on the server as a png image. So basically, the part that I need is step 3. I need a java only server based solution. I'm currently using tomcat 7 and java 7 to run the webapp. Is there a tutorial for us Java programmers? I see alot of c# and php solution, but not many for Java. Any help would be appreciated. Thanks