我正在使用 Ghostscript 通过命令行参数打印 PDF。但它在打印机后台处理程序中将打印文档的名称显示为 Ghostscript 输出。我想将其更改为自定义名称(作为输入文件名)。
答案1
man gs
-sOutputFile=filename
Selects an alternate output file (or pipe) for the initial output device,
as described above.
我正在使用 Ghostscript 通过命令行参数打印 PDF。但它在打印机后台处理程序中将打印文档的名称显示为 Ghostscript 输出。我想将其更改为自定义名称(作为输入文件名)。
man gs
-sOutputFile=filename
Selects an alternate output file (or pipe) for the initial output device,
as described above.