views:

48

answers:

1

I've found some tools that can convert PDF to SWF, but I'm hoping to find something or even a library to be able to be able to incorporate this on the server to be able to store the SWF in a database.

A: 

Have you tried SWFTOOLS? On Debian/Unbuntu:

sudo apt-get install swftools
pdf2swf filename.pdf

http://wiki.swftools.org/index.php/Examples#pdf2swf They have a Windows version, and the source so you can compile it on other Linux flavors.

Inigoesdr