Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-22 Thread Eduardo Dias
we know that itext can generate the pdf in the server, but and about the image? are there any way to generate an image from flex chart in the server-side? On Thu, Feb 21, 2008 at 6:31 AM, Paul Hastings [EMAIL PROTECTED] wrote: We're using java maybe have a look at iText.

RE: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-22 Thread Carl-Alexandre Malartre
-888-528-8066 Besoin d'aide en maths? www.Netmaths.net From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Dias Sent: Friday, February 22, 2008 8:49 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]Flex Charting - Export to PDF and Images we know

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-21 Thread Paul Hastings
We're using java maybe have a look at iText.

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Eduardo Dias
We're using java On Feb 20, 2008 5:41 PM, Derrick Anderson [EMAIL PROTECTED] wrote: what do you have available server side? i use CF and what i would do is setup a CF scheduled task to query the data, generate the reports in coldfusion and mail them as attachments. i wouldn't even

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Derrick Anderson
what do you have available server side? i use CF and what i would do is setup a CF scheduled task to query the data, generate the reports in coldfusion and mail them as attachments. i wouldn't even involve flex in this matter... On Wed, Feb 20, 2008 at 3:27 PM, Eduardo Dias [EMAIL PROTECTED]

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Eduardo Dias
Ok, We know that we can generate a PDF with alivePDF in the client and also send the data to the server to be process. However we also will need schedule a job that will generate an email with a pdf from charts. In this case we'll also need to create the services to receive and proccess the data

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-17 Thread Eduardo Dias
Ok, and what about converting a Flex chart into a JPG or other image? Does ALDS do that too? Or, some other Adobe tool? On Feb 17, 2008 3:03 AM, Andrew D. Goodfellow [EMAIL PROTECTED] wrote: We used the AlivePDF library on one of our client projects to generate PDF reports. I was very happy

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-17 Thread simonjpalmer
we convert to a png using this... http://www.kaourantin.net/2005/10/png-encoder-in-as3.html --- In flexcoders@yahoogroups.com, Eduardo Dias [EMAIL PROTECTED] wrote: Ok, and what about converting a Flex chart into a JPG or other image? Does ALDS do that too? Or, some other Adobe tool? On Feb

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-17 Thread Andrew D. Goodfellow
No, I don't think so. Use the AS3 Core Libraries for that. http://code.google.com/p/as3corelib/ On Feb 17, 2008 7:01 AM, Eduardo Dias [EMAIL PROTECTED] wrote: Ok, and what about converting a Flex chart into a JPG or other image? Does ALDS do that too? Or, some other Adobe tool? On Feb 17,

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Sherif Abdou
try the ImageSnapshot class - Original Message From: Eduardo Dias [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 9:40:34 PM Subject: [flexcoders]Flex Charting - Export to PDF and Images Is there any way with Flex Charting (or some 3rd party tool

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Andrew D. Goodfellow
We used the AlivePDF library on one of our client projects to generate PDF reports. I was very happy with the results. http://www.alivepdf.org/ http://code.google.com/p/alivepdf/ -Andy On Feb 16, 2008 9:40 PM, Eduardo Dias [EMAIL PROTECTED] wrote: Is there any way with Flex Charting (or