I know this has been asked before in the archives, but I'm interested in
creating a single swf with no adornment for each page in my pdf.  I've
broken the pdf (~800 pages) into separate pages, but I don't want to use the
interface to do each one.

http://lists.gnu.org/archive/html/swftools-common/2005-09/msg00025.html
lists some code for the command line:
*C:\temp\pdf>  FOR /R %I in (*.pdf) DO @pdf2swf %~fI -o %~dpI%~nI.swf*

which ran several times with this output (I'm on XP):
*'pdf2swf' is not recognized as an internal or external command, operable
program or batch file.*

I'm kind of a n00b at the command line, so I'm probably doing something
wrong.

I just need some way to make a swf for each page (if there's an free site
for this, or a script I could run from my server, that's ok too).

Thanks in advance,
Vince

Reply via email to