swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] converting multiple pdfs


From: Lexy Munck
Subject: [Swftools-common] converting multiple pdfs
Date: Wed, 12 Aug 2009 13:17:31 -0600

I've been trying to convert all the pdfs in a directory to swfs at the same time.  Here's what I have:

Windows XP Version 2002

All of my pdfs are in a directory.
I put pdf2swf.exe in with them.
I've created a .bat file which reads:

FOR /R %1 in (*.pdf) DO @pdf2swf %~f1 -o %~dp1%~n1.swf

When I run the .bat file, The error message I get is (*.pdf) was unexpected at this time.

Any thoughts?

Thanks,
Alexandra

reply via email to

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