I’m working on AIR application,
my problem is I have to extract text, images or any other objects from the PDF file and convert in to text or image controls respectively in my application, and
then I have to add the controls to a container at the same positions (same x, y, width, height) like in PDF file.
Also I have to display the PDF page thumbnail images on a list.
Is there any better option for parsing PDF files and generating thumbnail from PDF pages without using any server side scripting?
Is there any opensource lib available other than Alive PDF
?. In Alive PDF hard to parse my requirement.
your bit help also welcome.