On Wed, Jan 24, 2007 at 10:31:54AM -0800, Christopher Zucker wrote:
> 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?

You can use
     pdf2swf -qI file.pdf
to figure out what pages are in the pdf, and then loop through 
them with "pdf2swf -i"... Should be doable with a short shell
script.

Greetings

Matthias




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

Reply via email to