install pdf2swf dependencies

zlib-devel, libjpeg-devel, freetype-devel, giflib-devel

wget http://www.swftools.org/swftools-0.9.2.tar.gz<br /> tar xvzf http://www.swftools.org/swftools-0.9.2.tar.gz<br /> cd swftools-0.9.2

Download the latest tarzgzipped version fo xpdf and put it on the swftools lib/pdf folder

cd lib/pdf/<br /> wget ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.03.tar.gz<br /> ./configure<br /> make

Before running make install

cd swfs<br /> vi Makefile

remove the two “rm” lines with -o option as this are invalid

make install