views:

270

answers:

1

I’m starting a project in flash AS3 and my objective is to load any pdf file into my flash project and convert all its pages to BitmapData...

I am familiar with byteArray and I know I must access the pdf in binary level but I don’t know where to start and how to start.

I was hoping if you could give me some insight? Maybe a suggestion to an already library that is doing a similar work?

Any idea os appreciated just to get me started...

A: 

You can get any PDF renderer written on C/C++ and convert it using Alchemy to flash library. Read this topic http://forums.adobe.com/thread/553430

a_w