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


_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to