swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Change of width and height of swf ..


From: Matthias Kramm
Subject: Re: [Swftools-common] Change of width and height of swf ..
Date: Thu, 29 Oct 2009 17:39:09 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Oct 29, 2009 at 09:49:27PM +0000, Chris Pugh <address@hidden> wrote:
> zoom=<dpi>        the resolution (default: 72)
> multiply=<times>  Render everything at <times> the resolution
> 
> are the only equivalent options in pdf2swf.

The development version can also do:

    pdf2swf -X <width> file.pdf -o file.swf
    pdf2swf -Y <width> file.pdf -o file.swf
    pdf2swf -X <width> -Y <height> file.pdf -o file.swf
    pdf2swf -X <width> -Y <height> file.pdf -s keepratio -o file.swf
    pdf2swf -s zoomtowidth=<width> file.swf

Matthias





reply via email to

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