swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] question of multiple parameters


From: Matthias Kramm
Subject: Re: [Swftools-common] question of multiple parameters
Date: Sat, 25 Aug 2012 18:48:18 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

On Sun, Aug 26, 2012 at 09:10:15AM +0800, jianlizhao <address@hidden> wrote:
> My problem is : -s is set parameters,when I use multiple parameters, What
> symbols split them,is  Space or comma?
> 
> Examples are as follows:
> pdf2swf 1.pdf -o 1.swf  -s bitmap languagedir=<dir>
> or 
> pdf2swf 1.pdf -o 1.swf  -s bitmap,languagedir=<dir>

Use multiple -s options, so:
    pdf2swf 1.pdf -o 1.swf -s bitmap -s languagedir=<dir>

Matthias



reply via email to

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