swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] batch-Programm


From: Daichi Shinozaki
Subject: Re: [Swftools-common] batch-Programm
Date: Mon, 05 Sep 2005 21:27:23 +0900
User-agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716)

Hi,

Benedikt Quirmbach wrote:
Hello,

i'm working on a Windows-machine.

I have to convert a PDF with about 400 pages into SWFs. Each page must be one single SWF.

Can someone tell me how to do that without having to convert each page manually?

Maybe there is a way to do it in one step - maybe i have to convert the PDF into single-page PDFs in Acrobat first. After that it should work automatikally.

What version of Windows are you using?
If you are using Windows 2000 or XP, after putting all the single-page PDFs to some directory, you can type following command in that directory for converting all the PDFs in that directory to the SWFs.

Open the command prompt and type:

C:\temp\pdf> FOR /R %I in (*.pdf) DO @pdf2swf %~fI -o %~dpI%~n

For example, the PDF file 'C:\temp\pdf\1.pdf' would be converted to the SWF file 'C:\temp\pdf\1.swf'.

Regards,

--
Daichi Shinozaki
SHIELD.JP Admin




reply via email to

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