swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Force swfrender page size?


From: Matthias Kramm
Subject: Re: [Swftools-common] Force swfrender page size?
Date: Mon, 2 Aug 2010 19:19:56 -0700
User-agent: Mutt/1.5.19 (2009-01-05)

On Mon, Aug 02, 2010 at 10:23:01AM +0700, Chris de Kok <address@hidden> wrote:
> I have seen some pdf's where the first page is wider then the following
> pages. Is there a way to force swfrender to keep all pages the same width
> and height?

If you know which width and/or height, you can use the -X,-Y
options:
    pdf2swf -X <width> -Y <height> file.pdf -o file.swf

Notice that using both -X as well as -Y will destroy the aspect ratio.
Remove either -X or -Y or add "-s keepratio" if that is not what you
want.

Matthias




reply via email to

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