swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Page Range Order


From: Matthias Kramm
Subject: Re: [Swftools-common] Page Range Order
Date: Tue, 9 Oct 2007 12:49:47 +0200
User-agent: Mutt/1.5.6i

On Mon, Oct 08, 2007 at 05:46:20PM -0400, Mark Mzyk wrote:
> Is it possible to have pdf2swf generate a swf with the pages in the
> opposite order specified in the page range?

Well- pdf2swf is capable of producing such output, but there's no command-line 
option
for it (yet).

There's a workaround, however:

    pdf2swf -p1 file.pdf -o page1.swf
    pdf2swf -p2 file.pdf -o page2.swf
    pdf2swf -p3 file.pdf -o page3.swf
    pdf2swf -p4 file.pdf -o page4.swf
    pdf2swf -p5 file.pdf -o page5.swf
    swfcombine --cat page5.swf page4.swf page3.swf page2.swf page1.swf

Greetings

Matthias






reply via email to

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