eza Report post Posted May 14, 2014 Hi.. is possible exporting (pdf,png,image) with javascript without connect to export.api3.fusioncharts.com? how? i use - FusionCharts.setCurrentRenderer('javascript'); in *html file. thx.. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted May 15, 2014 Hi, Yes, it is possible, by setting up your own server with "Batik" library. But, for this you need to have PHP and JAVA running on your server. For more details on the steps to implement the same, please refer the link: http://docs.fusioncharts.com/powercharts/Contents/Export/ECPureJS.html Hope this helps! Share this post Link to post Share on other sites
eza Report post Posted May 15, 2014 (edited) i have tried all step , but correct me : 1. i put batik folder (which is contain batik-rasterizer.jar, and etc) 2. edit "FCExporter_SVG2ALL.php" define ('TEMP_PATH', 'temp/'); define ('BATIK_PATH', 'batik/batik-rasterizer.jar'); and when i click download icon (at top right corner) to pdf/image theres nothing happend but a svn file, appear at temp folder. here my file's server : http://www.sendspace.com/file/p1qckr hope u can help me Edited May 15, 2014 by eza Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted May 16, 2014 Please refer the Forum post: http://forum.fusioncharts.com/topic/15886-help-wirexport-server/ Share this post Link to post Share on other sites