If you're not dependent on Coldfusion to build the PDF, check out AlivePDF, which lets you build a PDF client-side. In a browser-based app it requires you to install a server-side script to bounce the bytes back to the browser.
Here's an example using it: http://www.sinergy-networks.com/images/stories/portadas-klitekture/klk012/cover_generator/ On Thu, May 8, 2008 at 11:49 AM, shaf ram <[EMAIL PROTECTED]> wrote: > > Have a look at ImageSnapshot new to Flex 3. It allows you to capture any > display object in Flex. > > > ----- Original Message ---- > From: Robert Stehwien <[EMAIL PROTECTED]> > To: [email protected] > Sent: Thursday, May 8, 2008 2:14:41 PM > Subject: Re: [flexcoders] Printing flex datagrid to PDF. > > > > > You can use BitmapData#draw( ) to draw any display object to a bitmap. But > that would, I believe, only show you what is currently displayed. It might > be a start. > > --Robert > > > On Thu, May 8, 2008 at 11:48 AM, Hemkarna <[EMAIL PROTECTED] com> wrote: > > > > > Friends, > > > > Is it possible to save the print stream of a DataGrid, AdvanceDataGrid > > to bitmaps or vector objects and beam the array to ColdFusion to > > retreive a PDF Document? > > > > > > I'm trying not to write a flex data grid report and then re-write the > > same using ColdFusion Reports. > > > > Any assistance with the same is really appreciated. > > > > > > > > > > ------------ --------- --------- ------ > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups. yahoo.com/ group/flexcoders /files/flexcoder sFAQ.txt > > > > Search Archives: http://www.mail- archive.com/ flexcoders% 40yahoogroups. > comYahoo! Groups Links > > > > > > > > > > > > > > > ________________________________ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now.

