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]