you can create a simple .bat file with the following: FOR %%f IN (1,2,3,4,5,6,7,8,9,10) DO pdf2swf -p%%f %1 -S p%%f.swf
name it easyconvert.bat for example than just start it from a coomand line easyconvert mypdffile.pdf >-------- Оригинално писмо -------- >От: "Ajay H. Daptardar" <[EMAIL PROTECTED]> >Относно: [Swftools-common] RE: PDF2SWF Query (Christopher Zucker) >До: [email protected] >Изпратено на: Понеделник, 2007, Януари 29 17:00:12 GMT+02:00 >---------------------------------- > >Message: 2 >> Date: Wed, 24 Jan 2007 10:31:54 -0800 >> From: Christopher Zucker <[EMAIL PROTECTED]> >> Subject: [Swftools-common] PDF2SWF Query >> To: [email protected] >> Message-ID: >> <[EMAIL PROTECTED]> >> Content-Type: text/plain; charset=ISO-8859-1 >> >> I'm sure this has been asked before, but I was unable to find it addressed >> in the list archive so here goes. . . >> >> I am trying to convert a multi page PDF file to SWFs where each page of >> the PDF will be a separate SWF file. I know I can do this with the -p flag, >> but won't that simply create a SWF file for the pages that I specify? As >> best I can figure out I would have to individually convert each page of the >> PDF to a SWF. . . >> >> Any advice would be greatly appreciated. >> >> Best, >> Chris >> >> PS Does anybody have a working binary for OS X that they would like to >> share? >> > >Try using pdftk (http://www.pdfhacks.com/pdftk/): > >$ pdftk mydoc.pdf burst > >Best, >- Ajay >-- >The mind is everything; what you think, you become. -- Buddha > ----------------------------------------------------------------- Заложете на късмета си със Спортингбет! _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
