swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] converting a folder of pdfs to a folder of swfs


From: Vincent Pexutski
Subject: [Swftools-common] converting a folder of pdfs to a folder of swfs
Date: Sat, 8 Aug 2009 19:11:57 -0400

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

[Prev in Thread] Current Thread [Next in Thread]