On Mon, Aug 02, 2010 at 10:23:01AM +0700, Chris de Kok <[email protected]> 
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