swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] help for workflow


From: Matthias Kramm
Subject: Re: [Swftools-common] help for workflow
Date: Mon, 28 Jul 2008 15:37:22 +0200
User-agent: Mutt/1.5.6i

On Mon, Jul 28, 2008 at 01:02:46PM +0200, Benedikt Quirmbach <address@hidden> 
wrote:
> 1. convert a PDF into SWF: one page  --> pdfOutput.swf
> All texts on the PDF must be readable by ActionScript in the resulting  
> SWF

pdf2swf -I file.pdf
[dumps a list of pages]

for each page, run a conversion:

pdf2swf -f -p1 file.pdf -o page1.swf
pdf2swf -f -p2 file.pdf -o page2.swf
pdf2swf -f -p3 file.pdf -o page3.swf
pdf2swf -f -p4 file.pdf -o page4.swf
...

> 3. combine the SWFs into one SWF:
> the resulting SWF must have a certain size (424 X 600 px),
> the pdfOutput.swf must fit exactly into this size
> the overlay.swf must fit exactly into this size
> the two combined SWFs must be in the first (and only) frame of the  
> combined SWF

swfcombine -X 424 -Y 600 -Tm page1.swf buttons.swf -o combined1.swf
swfcombine -X 424 -Y 600 -Tm page2.swf buttons.swf -o combined2.swf
swfcombine -X 424 -Y 600 -Tm page3.swf buttons.swf -o combined3.swf
swfcombine -X 424 -Y 600 -Tm page4.swf buttons.swf -o combined4.swf
...

Greetings

Matthias






reply via email to

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