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 and then
load SWF, it would be faster also.

-abdul


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Valy Sivec
Sent: Friday, June 10, 2005 6:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] render Pdf document in a flex app

Hello flexcoders,

How can I render a pdf document in a Flex container
(panel)?  I have some library of pdf documents that I
would like to display them within the app, no pop-ups
or things like that... I'd like to be able include the
pdfs at runtime...

Thanks,
Valy




__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail


 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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
To: flexcoders@yahoogroups.com
Subject: [flexcoders] render Pdf
document in a flex app





Hello flexcoders,

How can I
render a pdf document in a Flex container
(panel)?
I have some library of pdf documents that I
would like
to display them within the app, no pop-ups
or things
like that... I'd like to be able include the
pdfs at
runtime...

Thanks,
Valy















Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












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

2005-06-10 Thread Jose Lora










Not ideal, but you could also convert them
to FlashPaper and load them directly into your app.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rick Bullotta
Sent: Friday, June 10, 2005 8:32
AM
To: flexcoders@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] On Behalf Of Valy Sivec
Sent: Friday, June 10, 2005 9:04
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] render Pdf
document in a flex app





Hello flexcoders,

How can I
render a pdf document in a Flex container
(panel)?
I have some library of pdf documents that I
would like
to display them within the app, no pop-ups
or things
like that... I'd like to be able include the
pdfs at
runtime...

Thanks,
Valy














Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












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

2005-06-10 Thread Robert Brueckmann









I use the free utility swftoolsgoogle
ittheyre a free set of libraries that convert a whole slew of
standard file formats into a Flash document rather nicelywe have a
reporting utility that generates PDFs on the fly, which we in turn use this
utility to convert it into a SWF on the fly which we then load into our Flex app
into a Loader component embedded in a Panel component and we provide a link in
the title bar of the Panel for the PDF so the user can print it out or just
save it if they want to, to their personal computer. Works out well for us.



Rob





Robert L. Brueckmann

Senior Web Developer

Merlin Securities, LLC

595 Madison Avenue

New York, NY 10022

p: 212.822.4821

f: 212.822.4820











From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jose Lora
Sent: Friday, June 10, 2005 9:38
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] render
Pdf document in a flex app





Not ideal, but you could also convert them
to FlashPaper and load them directly into your app.











From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Bullotta
Sent: Friday, June 10, 2005 8:32
AM
To: flexcoders@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 Of Valy Sivec
Sent: Friday, June 10, 2005 9:04
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] render Pdf
document in a flex app





Hello flexcoders,

How can I
render a pdf document in a Flex container
(panel)?
I have some library of pdf documents that I
would like
to display them within the app, no pop-ups
or things
like that... I'd like to be able include the
pdfs at
runtime...

Thanks,
Valy










This message contains information fromMerlin Securities, LLC, or from one of its affiliates, that may be confidential and privileged. If you are not an intended recipient, please refrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify the sender immediately by telephone or by replying to this transmission.


Merlin Securities, LLC is a registered broker-dealer. Services offered throughMerlin Securities, LLC are not insured by the FDIC or any other Federal Government Agency, are not deposits of or guaranteed byMerlin Securities, LLCand may lose value. Nothing in this communication shall constitute a solicitation or recommendation to buy or sell a particular security.







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










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

2005-06-10 Thread Tracy Spratt










Yeah, good idea. After all, if you can
use Christophs technique to pseudo-embed a browser, all is possible!.



Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rick Bullotta
Sent: Friday, June 10, 2005 9:32
AM
To: flexcoders@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] On Behalf Of Valy Sivec
Sent: Friday, June 10, 2005 9:04
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] render Pdf
document in a flex app





Hello flexcoders,

How can I
render a pdf document in a Flex container
(panel)?
I have some library of pdf documents that I
would like to
display them within the app, no pop-ups
or things
like that... I'd like to be able include the
pdfs at
runtime...

Thanks,
Valy














Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












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

2005-06-10 Thread Valy Sivec
Hello,

I used Christoph's technique and works like a charm..
I'll try to find the utility Robert mention to be able
load the pdf as well.

THANK YOU ALL!!! This comunuty is GREAT!.

Valy

--- Tracy Spratt [EMAIL PROTECTED] wrote:

 Yeah, good idea.  After all, if you can use
 Christoph's 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 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 Of Valy Sivec
 Sent: Friday, June 10, 2005 9:04 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] render Pdf document in a flex
 app
 
  
 
 Hello flexcoders,
 
 How can I render a pdf document in a Flex container
 (panel)?  I have some library of pdf documents that
 I
 would like to display them within the app, no
 pop-ups
 or things like that... I'd like to be able include
 the
 pdfs at runtime...
 
 Thanks,
 Valy
 
 
 
  
 
 
 
 Yahoo! Groups Links
 
 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/
 
 * To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]

mailto:[EMAIL PROTECTED]
 
 
 * Your use of Yahoo! Groups is subject to the Yahoo!
 Terms of
 Service http://docs.yahoo.com/info/terms/ . 
 
 




__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/