幽灵脚本错误

发布于 2024-12-04 03:22:35 字数 944 浏览 1 评论 0原文

有人告诉我 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花开浅夏 2024-12-11 03:22:35

您的 Ghostscript 版本太旧了,您当然应该从升级开始,当前发布的版本是 9.04。

Your version of Ghostscript is exceedingy old, you should certainly start by upgrading, the current shipping version is 9.04.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文