Re: [flexcoders] Can you put an Adobe Acrobat file on a flex page

2005-11-17 Thread Xavi Beumala
lize FlashPaper instead; I believe ColdFusion can > dynamically maybe convert both. > > > - Original Message - > *From:* David Mendels <mailto:[EMAIL PROTECTED]> > *To:* flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> > *Sent:* Tuesday, November 15, 2005 5:37

Re: [flexcoders] Can you put an Adobe Acrobat file on a flex page

2005-11-15 Thread JesterXL
r you could utilize FlashPaper instead; I believe ColdFusion can dynamically maybe convert both.     - Original Message - From: David Mendels To: flexcoders@yahoogroups.com Sent: Tuesday, November 15, 2005 5:37 PM Subject: RE: [flexcoders] Can you put an Adobe Acrobat file on a fl

RE: [flexcoders] Can you put an Adobe Acrobat file on a flex page

2005-11-15 Thread David Mendels
Hi,   I am interested in any feedback from anyone on this list on integration with Acrobat/PDF.  Let us know   -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, November 15, 2005 7:25 AMTo: flexcoders@yahoogro

RE: [flexcoders] Can you put an Adobe Acrobat file on a flex page

2005-11-15 Thread Tolulope Olonade
Have you tried flash paper printer? I know you can print a PDF document to flash paper printer. So maybe there is some programmable API that can do that… From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 15 November 2005 04:25 To: f

Re: [flexcoders] Can you put an Adobe Acrobat file on a flex page

2005-11-15 Thread Aldo Bucchi
Mmmh, a visionary question... methinks On 11/15/05, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 11/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Do you do it the same way you do a picture > > You mean PDF? The one way to do this I'm aware of is by converting it > to SWF and load

Re: [flexcoders] Can you put an Adobe Acrobat file on a flex page

2005-11-15 Thread Manish Jethani
On 11/15/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Do you do it the same way you do a picture You mean PDF? The one way to do this I'm aware of is by converting it to SWF and loading it using the Loader component. This has come up before so you could look up the archived for more i