ehart Report post Posted November 10, 2009 Hi, I am attempting to get the Server-side Exporting to Image/PDF working and have trouble finding the CFM ExportHandlers. The FusionCharts documentation states five supported technologies, however it appears the CFM files are missing from the install. What am I missing? Thank you, Eric Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 11, 2009 Hi Eric, Welcome to FusionCharts forum. Currently our development team is working on it and will soon develop the CFM ExportHandlers. Please bear with us till our developers come up with the solution. You can look up on this thread for this solution. Share this post Link to post Share on other sites
Meikelv Report post Posted April 23, 2010 (edited) Hi, are there any news about the Coldfusion ExportHandlers? We need them very urgently!!! Thank you M. Edited April 24, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted April 26, 2010 Hi, I really appreciate your patience in this matter. Unfortunately, I can not set a definite ETA on this. However, I assure you that we are doing our very best and we hope to release the ExportHandlers for CFM as soon as possible. Please try using the ExportHandlers forJSPtill then. Hope this helps. Share this post Link to post Share on other sites
natg504 Report post Posted May 15, 2014 Is there an update to this? I would like to use the CFM ExportHandler. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted May 19, 2014 Hi, Checkout out the latest blog post link: "http://blog.fusioncharts.com/2013/03/how-to-save-charts-as-images-at-server-side/" where two options (wkhtmltoimage and PhantomJS. ) has been described with step-by-step instructions for both. For ColdFusion, you can try the below code: For example: <cfexecute name="C:\Program Files\wkhtmltopdf\wkhtmltoimage.exe" arguments="--javascript-delay 10000 http://docs.fusioncharts.com/charts/Code/MyFirstChart/ms-weekly-sales-no-animation.html savedimage.png" /> While executing the above script, we provide the following arguments: Call wkhtmltoimage Pass the URL of your webpage to it Pass the path and name of the image file (with extension) where the image will be saved If required, any additional delay to ensure the chart is completely rendered. Hope this helps! Share this post Link to post Share on other sites