this is true that the order of the argument doesn't matter but the problem still persist. Please help me on that,
thanks ----- Original Message ----- From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 24, 2003 11:47 PM Subject: Re: PDF Conversion > Clay Leeds wrote: > > I think you have your arguments in the wrong order. I'm not sure if it > > matters, > > Option order on the command line *doesn't* matter. Order is only > significant if the defaults -fo and -pdf are omitted: > This works > fop foo.fo foo.pdf > This won't work > fop foo.pdf foo.fo > Any option can be placed anywhere, all of the following is ok: > fop -d foo.fo foo.pdf > fop foo.fo -d foo.pdf > fop foo.fo foo.pdf -d > > J.Pietschmann > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
