On Thu, Oct 29, 2009 at 09:49:27PM +0000, Chris Pugh <[email protected]>
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