RE: [flexcoders]Flex Charting - Export to PDF and Images
Your server software could start an instance of an Air app (with some command line parameters). That Air app could use an ActionScript 3 JPEG or PNG encoder and output it to a folder specified in the parameters. Thanks, Carl Carl-Alexandre Malartre Directeur de projets, Scolab 514-528-8066, 1-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 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
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
> We're using java maybe have a look at iText.
Re: [flexcoders]Flex Charting - Export to PDF and Images
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 involve flex in this matter... > > > On Wed, Feb 20, 2008 at 3:27 PM, Eduardo Dias <[EMAIL PROTECTED]> > wrote: > > > 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 > > and generate the email. We would avoid a lot of work using some kind of > > client-server solution and also have an integrated solution. Does someone > > knows something like this? > > > > > > On Feb 17, 2008 11:58 PM, Andrew D. Goodfellow <[EMAIL PROTECTED]> > > wrote: > > > > > 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, 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 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 some 3rd party tool > > > > > > integrated with Flex) to output a FlexChart as a PDF or an image for > > > > > > inclusion in a report? > > > > > > > > > > > > > > > > > > > > > > > > > > >
Re: [flexcoders]Flex Charting - Export to PDF and Images
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]> wrote: > 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 > and generate the email. We would avoid a lot of work using some kind of > client-server solution and also have an integrated solution. Does someone > knows something like this? > > > On Feb 17, 2008 11:58 PM, Andrew D. Goodfellow <[EMAIL PROTECTED]> > wrote: > > > 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, 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 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 some 3rd party tool > > > > > integrated with Flex) to output a FlexChart as a PDF or an image for > > > > > inclusion in a report? > > > > > > > > > > > > > > > > > > > >
Re: [flexcoders]Flex Charting - Export to PDF and Images
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 and generate the email. We would avoid a lot of work using some kind of client-server solution and also have an integrated solution. Does someone knows something like this? On Feb 17, 2008 11:58 PM, Andrew D. Goodfellow <[EMAIL PROTECTED]> wrote: > 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, 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 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 some 3rd party tool > > > > integrated with Flex) to output a FlexChart as a PDF or an image for > > > > inclusion in a report? > > > > > > > > > > > > > >
Re: [flexcoders]Flex Charting - Export to PDF and Images
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, 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 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 some 3rd party tool > > > integrated with Flex) to output a FlexChart as a PDF or an image for > > > inclusion in a report? > > > > > > > > >
Re: [flexcoders]Flex Charting - Export to PDF and Images
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 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 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 some 3rd party tool integrated > > > with Flex) to output a FlexChart as a PDF or an image for inclusion in a > > > report? > > > > > > > > > >
Re: [flexcoders]Flex Charting - Export to PDF and Images
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 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 some 3rd party tool integrated > > with Flex) to output a FlexChart as a PDF or an image for inclusion in a > > report? > > > > >
Re: [flexcoders]Flex Charting - Export to PDF and Images
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 some 3rd party tool integrated > with Flex) to output a FlexChart as a PDF or an image for inclusion in a > report? > >
Re: [flexcoders]Flex Charting - Export to PDF and Images
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 integrated with Flex) to output a FlexChart as a PDF or an image for inclusion in a report? Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
[flexcoders]Flex Charting - Export to PDF and Images
Is there any way with Flex Charting (or some 3rd party tool integrated with Flex) to output a FlexChart as a PDF or an image for inclusion in a report?