Convert PDF to SWF
What ?
When i was study in UPI (Indonesian University of Education) i made npaperbox.com for free digital library use by student in computer science major. I need to convert pdf to swf for showing in the browser, so i user swftools to convert all the pdf file on my server.
I use ubuntu as a operating system on my server. Let's talk about swftools, SWFTools is a collection of utilities for working with Adobe Flash files (SWF files). The tool collection includes programs for reading SWF files, combining them, and creating them from other content. SWFTools is released under the GPL.
Where to Get ?
For ubuntu 64 bit download from here, and 32 bit from here
How to Install ?
taufik@taufik-laptop:~# sudo -s
root@taufik-laptop:~# cd ~/Downloads/
root@taufik-laptop:~# dpkg -i swftools_0.9.0 0ubuntu2_i386.deb
root@taufik-laptop:~# apt-get install -f
How to use ?
root@taufik-laptop:~# cd ~/Documents/
root@taufik-laptop:~# pdf2swf paper.pdf -o Paper.swf -f -T 9
root@taufik-laptop:~# pdf2swf paper.pdf -o Paper%.swf -f -T 9









