【问题标题】:Ghostscript: What are the differences between Linux and Windows variants?Ghostscript:Linux 和 Windows 变体之间有什么区别?
【发布时间】:2010-04-08 09:07:23
【问题描述】:

我正在使用适用于 Linux 的 Ghostscript。有什么区别?

【问题讨论】:

  • 有什么区别? Linux 上的 GS 与其他平台上的 GS 相同。您是否想知道(例如)GS 和 Adob​​e PS 解释器之间是否存在辩证法差异?您确实需要详细说明您的问题并使其更清楚。
  • 它的一条腿是一样的。

标签: windows linux ghostscript


【解决方案1】:

如果您想了解 Linux 与 MS Windows 的区别(您没有指定)...从我的脑海中浮现:

  • 在 Windows 上,您有两个可执行文件,gswin32c.exegswin32.exe,而不仅仅是 gs。第一个是在命令行(“DOS 框”)上运行 Ghostscript,第二个将打开两个 GUI 窗口:一个用于渲染输出,另一个类似于控制台并显示 GS stdout/stderr 或接受您的命令输入如果您在交互模式下运行 GS。

  • 在 Windows 上,如果您键入 "gswin32c.exe -h""gs -h" 相比,您会看到更少的“设备”。最值得注意的是,您将没有任何x11* 设备(如 x11、x11alpha、x11cmyk、x11mono 等)。您也没有cups 设备,也没有OpenPrinting Raster/Vector 设备(oprpopvp)。

  • 在 Windows 上,您将拥有两个额外的设备,分别称为 mswindllmswinpr2

  • 建议在 Windows 上也使用正斜杠来分隔路径/目录(否则您可能需要使用双反斜杠 \\ 来转义单个反斜杠)。

  • 在 Windows 上打印到真实打印机的处理方式不同。使用-sOutputFile= 打印到您的默认打印机。使用-sOutputFile="%printer%My Nice Ricoh Printer" 打印到指定的打印机。

【讨论】:

    猜你喜欢
    • 2011-07-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-11-10
    • 1970-01-01
    • 2017-12-06
    • 2015-05-08
    • 2018-12-23
    相关资源
    最近更新 更多