up vote 1 down vote favorite
share [g+] share [fb]

I want to convert a SWF document to into PDF.

The SWF can be found here:

http://www.imsindia.com/online/tests/test_111.swf

And I would like to be able to convert or save it down as a PDF. How do I go about doing that?

link|improve this question
1  
Hello, this has nothing to do with programming. Please, next time consider other websites. – Karel Bílek Sep 5 '09 at 21:34
I think he means convert a PDF document to SWF, which the sample does. – Moayad Mardini Sep 5 '09 at 21:48
URL shorteners are murder! – random Sep 26 '09 at 2:06
Why do you need to do that? It's a pain. – Lohoris Jan 13 '11 at 11:42
feedback

migrated from stackoverflow.com Sep 6 '09 at 6:28

This question came from our site for professional and enthusiast programmers.

2 Answers

If I had to do it, I would use SWF to FLA decompiler, open the file in Adobe Flash and try to somehow export it from Flash.

The downside is, you need (1) the decompiler, which is not (legally) for free, and (2) the same applies for Adobe Flash.

link|improve this answer
feedback

At first blush I'd say try a print to pdf driver like PDFCreator. Failing that, a SWF Decompiler might work as suggested above. After that, I'm way out of my depth.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown