RE: [flexcoders] render Pdf document in a flex app

2005-06-10 Thread Abdul Qabiz
Hi, Flash Player can not load PDF files. However, you can do basic rendering of PostScript files by writing ActionScript. I will suggest you to convert PDF to SWF on server using any available libarary and then loading SWF into Flex. Why not convert all PDF to Flash using Macromedia Flash Paper

RE: [flexcoders] render Pdf document in a flex app

2005-06-10 Thread Rick Bullotta
Perhaps host the whole thing in a JSP page and an IFrame (which will dynamically point to your PDF file) and use _javascript_ to bind the two together From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Valy Sivec Sent: Friday, June 10, 2005 9:04 AM

RE: [flexcoders] render Pdf document in a flex app

2005-06-10 Thread Jose Lora
: [flexcoders] render Pdf document in a flex app Perhaps host the whole thing in a JSP page and an IFrame (which will dynamically point to your PDF file) and use _javascript_ to bind the two together From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Valy Sivec

RE: [flexcoders] render Pdf document in a flex app

2005-06-10 Thread Robert Brueckmann
@yahoogroups.com Subject: RE: [flexcoders] render Pdf document in a flex app Perhaps host the whole thing in a JSP page and an IFrame (which will dynamically point to your PDF file) and use _javascript_ to bind the two together From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] render Pdf document in a flex app

2005-06-10 Thread Tracy Spratt
@yahoogroups.com Subject: RE: [flexcoders] render Pdf document in a flex app Perhaps host the whole thing in a JSP page and an IFrame (which will dynamically point to your PDF file) and use _javascript_ to bind the two together From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: [flexcoders] render Pdf document in a flex app

2005-06-10 Thread Valy Sivec
technique to pseudo-embed a browser, all is possible!. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Bullotta Sent: Friday, June 10, 2005 9:32 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] render Pdf