Sign in to follow this  
Meikelv

Missing Coldfusion ExportHandlers

Recommended Posts

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

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

Hi,

 

are there any news about the Coldfusion ExportHandlers?

 

We need them very urgently!!!

 

 

 

Thank you

 

 

 

M.

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

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
Guest Sashibhusan

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

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