I have a site which shows PDF files in SWF. It users FlexPaper script. How can I get URLs of orignal PDF files?
Or maybe parse PDF out of SWF. The script is definitely a JavaScript for FlexPaper.
On
In theory this is not possible. If the commercial version is used and setup to use HTML5 rendering mode (the one that uses PDF, not flash), it may be possible to get access to the original file by sniffing traffic and watching where the PDF came from.
On
You can open them with the stand-alone Flash player and then print them. If you have Acrobat Pro, you have the PDF print that outputs a PDF file, voilà.
On
FlexPaper library is rendering PDF or images files "on the fly". Most of time, you have no direct access to the files as PDF files can be stored out of the website documentRoot: a PHP script (called "service.php" in FlexPaper library) is retrieving each file and rendering data in the requested format (PDF, JPG, SWF or PNG document).
On
I've successfully extracted presentations out of FlexPaper SWF files with embedded data.
something.swf.There is also an option to export SWF frames directly from ffdec, but I had rendering issues - some data was not visible in the exported PDF file.
On
There are several ways to get the contents of the document:
Or:
Or:
I have still not found a way to get the original source of the document.
I've done a lot searching on Google about how this would be possible, and I've eventually come to one conclusion: Flash files are compiled, and they would need to be decompiled first before they can be converted to anything. It is impossible to convert flash files to pdf, or atleast not by using free software only (I didn't buy/torrent any software to try this).
I'd be very interested in hearing otherwise, but considering the amount of time I spent / wasted trying to find this out, I am quite sure it is impossible to convert SWF to PDF.