幽灵脚本错误
有人告诉我 Ghostscript 是缩小 PDF 文件大小的最佳工具。我安装了 GNU Ghostscript 7.07。我通过 PHP 使用以下代码:
system("gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4
-dNOPAUSE -dQUIET -dBATCH -dPDFDEBUG -sOutputFile=output.pdf document.pdf");
对于某些文件,它可以完美运行,但对于其他文件,输出文件要么无效,要么只有一个白页,没有其他内容。会不会是版本的原因?
我收到一条错误消息:
Error:
/syntaxerror in readxref Operand stack: 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--
--nostringval-- --nostringval-- --nostringval-- --nostringval--
Dictionary stack:
--dict:1064/1123(ro)(G)-- --dict:0/20(G)-- --dict:93/200(L)-- --dict:93/200(L)--
--dict:97/127(ro)(G)-- --dict:229/230(ro)(G)-- --dict:14/15(L)--
Current allocation mode is local
I was told that Ghostscript is the best tool to downsize PDF files. I have GNU Ghostscript 7.07 installed. I use it through PHP with the following code :
system("gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4
-dNOPAUSE -dQUIET -dBATCH -dPDFDEBUG -sOutputFile=output.pdf document.pdf");
For some files it works perfectly but for some other, the output file is either invalid or has a white page with nothing else. Could it be because of the version?
I got one error message:
Error:
/syntaxerror in readxref Operand stack: 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--
--nostringval-- --nostringval-- --nostringval-- --nostringval--
Dictionary stack:
--dict:1064/1123(ro)(G)-- --dict:0/20(G)-- --dict:93/200(L)-- --dict:93/200(L)--
--dict:97/127(ro)(G)-- --dict:229/230(ro)(G)-- --dict:14/15(L)--
Current allocation mode is local
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 Ghostscript 版本太旧了,您当然应该从升级开始,当前发布的版本是 9.04。
Your version of Ghostscript is exceedingy old, you should certainly start by upgrading, the current shipping version is 9.04.