Save graph as image using ASP?
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


12»»

Save graph as image using ASP? Expand / Collapse
Author
Message
Posted 2/25/2008 6:05:43 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 4/23/2008 4:23:23 AM
Posts: 4, Visits: 7
Hi
I am creating a site for a client whereby they want to display charts and save the charts to use elsewhere and FusionCharts looks to be perfect. My only issue is the saving of the graph into an image - has anyone had any success with this? I want to know this will work before committing to buy.

I have found a component that will save images through ASP - ASPimage (http://www.serverobjects.com/comp/Aspimage.htm), and this looks like it might work. If anyone else has used this and got it to work then could you post an example please? Any other suggestions would be welcome.

Many thanks
Post #4701
Posted 2/28/2008 7:36:33 AM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001, Visits: 474
Hi,

You can save the charts using ASP+ASPImage (which you'll have to license, though). We can create the ASP script for you using ASPImage to do so.


Thanks,
Pallav Nadhani
FusionCharts Team
Post #4785
Posted 2/28/2008 8:00:35 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 4/23/2008 4:23:23 AM
Posts: 4, Visits: 7
That sounds perfect - the only thing holding me back was the fact that I might not be able to save the charts as images. I take it you can provide the scripts by going through your support system once I have purchased FusionCharts?
Post #4810
Posted 3/4/2008 6:57:43 AM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001, Visits: 474
Yes - once you're done with purchase, just drop us an email at support [at] fusioncharts.com

Thanks,
Pallav Nadhani
FusionCharts Team
Post #4883
Posted 4/22/2008 4:08:36 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 4/23/2008 4:23:23 AM
Posts: 4, Visits: 7
Hi

Your support staff were very quick in your response with giving me a script to work with ASP Image however ASP Image have not responded at all to my requests to update their out of date trials on their website and therefore I have been unable to test it all. Does anyone know of any other components that do a similar job as ASP Image and that works with Fusion Charts please?

Thanks
Post #5821
Posted 4/22/2008 12:06:38 PM
FusionCharts Team

FusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts TeamFusionCharts Team

Group: Administrators
Last Login: 7/29/2008 12:15:49 PM
Posts: 2,001, Visits: 474
Hi,

We're currently testing with another component and would update you ASAP.


Thanks,
Pallav Nadhani
FusionCharts Team
Post #5850
Posted 4/23/2008 12:53:09 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: Yesterday @ 4:15:20 AM
Posts: 772, Visits: 1,228
Hi Jojo,

We have been wokring with the ASP Image saveing GD Wrapper taking cue from this URL :

http://www.codeproject.com/KB/asp/GDLibraryWrapper.aspx.

Couuld you please try the attached ASP file (FusionChartsSave.asp -  in a zip)?

N.B. Please note that you would need to download the required DLL files (GDLibrary.dll, bgd.dll) from the above URL and register them to Windows Registry. For this, I have also attached a batch file Install.bat which would help you ease the Registration process. Please download the DLLs in a folder, keep the Install.bat in the same folder and run Install.bat. Once installed yon can try FusionChartsSave.asp.

Regards,

Sudipto Choudhury
FusionCharts Team


  Post Attachments 
ASP_ImageSave.zip (13 views, 1.65 KB)

Post #5861
Posted 4/23/2008 4:25:16 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 4/23/2008 4:23:23 AM
Posts: 4, Visits: 7
Hi

I have just tried this and it all worked a treat (except the bat file but I just registered GDlibrary.dll and it worked fine).

Thank you very much for your excellent support

Post #5865