I have been searching the net and found a few different ways to display a PDF in an AIR app. I can get a PDF to display using the users PDF client (which in my case opens FireFox and displays the PDF). I would rather avoid this as I would like to embed the reader inside the AIR application. After doing more research I found the following tutorial:
http://www.riacodes.com/flex/loading-pdf-files-in-air-with-flex/Basically the tutorial embeds a web browser that is created in the AIR application which should be able to display the PDF. This does not seem to work for me. I can display regular web pages but when I try and get it to display a PDF nothing happens (just a blank white screen). I have Acrobat 9.0 Pro on my computer so this "should" work but doesn't. Any suggestions?