Pdf

這是什麼 GhostScript 錯誤?“/未定義在 /BXlevel”

  • August 21, 2018

起初我認為這可能是缺少字型問題,但據我從輸出中可以看出,GS 找到的字型很好..

關於問題可能是什麼的任何提示?

$ /usr/bin/gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -sOutputFile="$RAWPNG" "$PDF_PATH/$PDF_FILENAME"


GNU Ghostscript 7.07 (2003-05-17)
Copyright (C) 2003 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Loading NimbusRomNo9L-Regu font from /usr/share/fonts/default/Type1/n021003l.pfb... 2471956 1102101 1642520 351150 0 done.
Using NimbusRomanNo9L-Regu font for NimbusRomNo9L-Regu.
Loading NimbusSanL-Regu font from /usr/share/fonts/default/Type1/n019003l.pfb... 2846916 1446739 1682712 365686 0 done.
Using NimbusSansL-Regu font for NimbusSanL-Regu.
Error: /undefined in /BXlevel
Operand stack:
  --dict:2/2(L)--   1   --dict:6/6(ro)(G)--   xref
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--   %loop_continue   --nostringval--   false   1   %stopped_push   --nostringval--   %loop_continue   --nostringval--   --nostringval--   --nostringval--
Dictionary stack:
  --dict:1062/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:16/24(L)--
Current allocation mode is local
GNU Ghostscript 7.07: Unrecoverable error, exit code 1

我注意到您使用的是非常古老的 GhostScript 實現。該錯誤在 2006 年作為錯誤 #689876(適用於版本 8.54 和 8.62)報告給 GhostScript 錯誤數據庫,並且應該在該工具的更新版本中得到修復。

該錯誤還出現在許多其他錯誤報告中(都很老),但我的主要建議是嘗試使用更新的 GhostScript。最新版本是 9.23

引用自:https://unix.stackexchange.com/questions/463886