Is there another way to integrate PDF viewing in a Flex application?
Posted
by BCunningham
on Stack Overflow
See other posts from Stack Overflow
or by BCunningham
Published on 2008-09-17T13:20:16Z
Indexed on
2010/03/15
17:49 UTC
Read the original article
Hit count: 168
I'm looking at ways to embed PDF viewing in a Flex application.
Currently the only option I've seen is by using the flash.html.HTMLLoader class, which only works if you're using AIR. This isn't a big deal -- I'm willing to use AIR if I have to -- but based on my experimentation with viewing a PDF this way it appears that AIR simply integrates the embedded Adobe PDF browser Plug-in for viewing, which not only shows the PDF page(s), but provides all of the manipulation controls as well (zooming, printing, etc.) which I don't want to see.
I'm looking for something that works somewhat along the lines of the JPedal library for Java -- an embedded component that simply renders the PDF alone. Has anyone found a way to do this with either AIR's built-in component or via some other method?
© Stack Overflow or respective owner