Keep getting error messages in ghostscript when using the documented ghostscript syntax

后端 未结 2 676
执念已碎
执念已碎 2021-02-15 13:20

I am new to ghostscript and I cannot figure out the syntax. Whenever I try the simplest of commands ex -h or -? I get an error and I have tried them in all sorts of combinations

2条回答
  •  有刺的猬
    2021-02-15 14:12

    You're inside the PostScript interpreter and what you're entering isn't PostScript.

    You need to run the exe on the command line with -h (there are a couple of binaries in the distribution, one will respond correctly).

提交回复
热议问题