swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Convert single page to 2 page spread


From: Matthias Kramm
Subject: Re: [Swftools-common] Convert single page to 2 page spread
Date: Fri, 8 Feb 2008 12:40:03 +0100
User-agent: Mutt/1.5.6i

On Wed, Jan 30, 2008 at 09:32:00AM -0500, Ben Marchbanks wrote:
> Is there a method of merging 2 Flash files (converted from PDF pages)  into 
> a single swf as a 2 page spread ?
> 
> Currently we are converting single pages (PDF) to a 2 page spread and then 
> doing the PDF2SWF conversion. We already have swf versions of the single 
> pages and would rather merge the 2 swf into one spread.

Well, if the pages are from the same PDF:

    pdf2swf -2 file.pdf -o file.swf

Otherwise, do something like 

    swfcombine -Tm -X 1200 page1.swf -x 600 page2.swf -o file.swf

(if the pages are e.g. 600 pixels wide)

Greetings

Matthias






reply via email to

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