on a related note, is there a way to specify the resolution when
converting a swf? Also, generally speaking, does anyone know of any
way to have a swf export a movieclip as a swf?
thanks,
michael
On Oct 30, 2009, at 4:40 PM, Matthias Kramm wrote:
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