Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I display a PDF in Adobe Flex?

Looking for a way to display a PDF in Flex. I'm sure there are several ways. Looking for the easiest to maintain / integrate / most user friendly. I'm guessing it's possible to display a browser window in the app and render it, but if it goes off of IE / FireFox it's not acceptable for this project.

Thanks...

like image 219
Shawn Avatar asked Aug 27 '08 19:08

Shawn


2 Answers

This looks like a nice PDF viewer for flex http://www.devaldi.com/?p=212

like image 138
Jens Avatar answered Sep 20 '22 18:09

Jens


We just did a large AIR app that used PDF quite a bit - make sure you save yourself some heartache and write some code to check the acrobat version or that it's even installed - if they don't have it you won't get an error, just a blank HTML control.

I know, it sounds obvious, but still...

like image 28
Paul Mignard Avatar answered Sep 19 '22 18:09

Paul Mignard