Hi guys is there a way to open a pdf in flash using as3. I need to open it or just convert to images because once I have images I can do what ever I want Any ideas?
http://code.google.com/p/as3-pdfreader/
http://code.google.com/p/pavo/
But they are still … not so complete
http://alivepdf.bytearray.org/
alive will only render out to PDF wont it? He wants to read a PDF into Flash…
http://alivepdf.bytearray.org/alive will only render out to PDF wont it? He wants to read a PDF into Flash…
Exactly and I wont it to work offline but I cannot use AIR
What about this:
What about this:
This on is great but I wonder if I can use it in a stock project. It’s under GNU Lesser General Public License and I don’t see anything about the stocks.
I think that "GNU Lesser General Public License " allows commercial use, right?
I think that "GNU Lesser General Public License " allows commercial use, right?No, GNU GPL license means that your own software is also needs to be under this type of license which is not the case for commercial market place
Hi guys is there a way to open a pdf in flash using as3. I need to open it or just convert to images because once I have images I can do what ever I want :) Any ideas?
i did some research on the topic because i had some clients which required the same functionality - you do not have such classes/apps etc which can do it now, and this is the truth. There is only some c++ code for parsing pdf. But to use it in commercial projects, you have to pay for it. It’s not hard to find it if you make a simple Google search.
hi,
if like for example, pdf files will convert into swf files,
and that swf files will used to read a pdf file,
Is that possible?..