On Fri, Oct 30, 2009 at 09:27:41AM -0600, michael geary <[email protected]> 
wrote:
> i'm a big fan of pdf2swf, but at the moment i've got a project where I  
> could really use something that does the reverse. I've googled around  
> but haven't found anything that seems to be right. I want something  
> that basically works *exactly* like pdf2swf, just the other way around.

There's a gfx2gfx tool in the git repository of swftools. 
It can convert {swf,pdf or image} to {swf,pdf,ebook or image}.

You need to custom compile it:
    cd src; make gfx2gfx

After that, use it like this:
    gfx2gfx file.swf -o file.pdf
.
Notice: It can only convert *very* simple swf files.

Matthias



Reply via email to