Ghostscript 错误:/--get-- 中未定义
我正在尝试在 CentOS 中使用 Ghostscript。尝试发出以下 Ghostscript 命令 ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF
时,出现以下错误:
ESP Ghostscript 815.02 (2006-04-19) 版权所有 (C) 2004 artofcode LLC, 加利福尼亚州贝尼西亚版权所有。 该软件不附带任何保证: 有关详细信息,请参阅文件 PUBLIC。 处理第 1 至 1 页。第 1 页 错误:/--get-- 操作数中未定义 堆栈:--dict:8/8(L)--
--dict:8/11(L)-- CS0 --dict:10/10(ro)(G)-- CS0 执行堆栈: %interp_exit .runexec2
--nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop
1 3 %oparray_pop 1 3
%oparray_pop --nostringval--
--nostringval-- 2 1 1 --nostringval-- %for_pos_int_continue
--nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval--
假 1 %stopped_push
--nostringval-- %loop_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- 字典堆栈: --dict:1121/1686(ro)(G)-- --字典:0/20(G)-- --字典:107/200(L)-- --字典:107/200(L)-- --字典:104/127(ro)(G)- - --dict:241/347(ro)(G)-- --dict:20/24(L)-- --dict:4/6(L)-- --dict:21/32(L) -- --dict:1/1(ro)(G)-- --dict:3/5(L)-- --dict:1/1(ro)(G)-- --dict:1/ 1(ro)(G)-- --dict:1/1(ro)(G)-- --dict:8/11(L)-- 当前分配模式为本地 最后 操作系统错误:2 ESP Ghostscript 815.02: 不可恢复的错误,退出代码 1
非常感谢任何帮助!我整个周末都在谷歌上搜索答案。
I'm trying to use Ghostscript in CentOS. When trying to issue the following Ghostscript command ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF
I am getting the following error:
ESP Ghostscript 815.02 (2006-04-19)
Copyright (C) 2004 artofcode LLC,
Benicia, CA. All rights reserved.
This software comes with NO WARRANTY:
see the file PUBLIC for details.
Processing pages 1 through 1. Page 1
ERROR: /undefined in --get-- Operand
stack: --dict:8/8(L)--
--dict:8/11(L)-- CS0 --dict:10/10(ro)(G)-- CS0 Execution stack: %interp_exit .runexec2
--nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop
1 3 %oparray_pop 1 3
%oparray_pop --nostringval--
--nostringval-- 2 1 1 --nostringval-- %for_pos_int_continue
--nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval--
false 1 %stopped_push
--nostringval-- %loop_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- --nostringval-- Dictionary stack: --dict:1121/1686(ro)(G)-- --dict:0/20(G)-- --dict:107/200(L)-- --dict:107/200(L)-- --dict:104/127(ro)(G)-- --dict:241/347(ro)(G)-- --dict:20/24(L)-- --dict:4/6(L)-- --dict:21/32(L)-- --dict:1/1(ro)(G)-- --dict:3/5(L)-- --dict:1/1(ro)(G)-- --dict:1/1(ro)(G)-- --dict:1/1(ro)(G)-- --dict:8/11(L)-- Current allocation mode is local Last
OS error: 2 ESP Ghostscript 815.02:
Unrecoverable error, exit code 1
Any help is supper appreciated! I've been Googling all weekend for an answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了!我运行的是旧版本,我认为 yum 会自动获取最新的 n 最好的版本。删除了旧版本,通过从源代码构建和安装来安装最新版本。完毕。
Solved it! I had an older version running and I assumed that yum would automatically get the latest n greatest. Removed old version, installed the most current version by building and installing from source. Done.