Ghoshscript错误:错误:/ rangecheck in - .dicttomark--

时间:2012-12-11 11:57:38

标签: imagemagick ghostscript docsplit

我正在尝试使用ghoshscript转换图像中的pdf。

PDF格式为:http://www.coppernet.zm/MPLS.pdf

$ sudo docsplit images -o /tmp/previews -p 1-5 -s 150,750,1000 -f png MPLS.pdf 
While reading gs_cidfm.ps:
Error: /rangecheck in --.dicttomark--
Operand stack:
   (gs_cidfm.ps)   1   --nostringval--   1   Arial   --dict:4/4(G)--
Execution stack:
   %interp_exit   --nostringval--   --nostringval--   --nostringval--   %array_continue   --nostringval--   --nostringval--   --nostringval--   false   1   %stopped_push   --nostringval--   --nostringval--   --nostringval--
Dictionary stack:
   --dict:956/1123(G)--   --dict:0/20(G)--   --dict:64/200(L)--   --dict:956/1123(G)--       --dict:8/14(G)--   --dict:1/1(G)--
Current allocation mode is global
Current file position is 4622
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
    gs_cidfm.ps  1  --nostringval--  1  Arial  --nostringval--
gm convert: "gs" "-q" "-dBATCH" "-dMaxBitmap=50000000" "-dNOPAUSE" "-sDEVICE=pnmraw" "- dTextAlphaBits=4" "-dGraphicsAlphaBits=4" "-r150x150" "-dFirstPage=1" "-dLastPage=1" " sOutputFile=/tmp/d20121211-1674-zs83qu/gme03xr0" "--" "/tmp/d20121211-1674-zs83qu/gmcjhLqq" "-c" "quit".
gm convert: Postscript delegate failed (MPLS.pdf).

我试图应用这个:http://thomas-genin.com/ghostscript-convert-error-undefined-in-findresource/并且它会产生此错误。

编辑:如果我删除了/var/lib/ghostscript/fonts/cidfmap文件,我就不再有错误了。

1 /Arial << /FileType /TrueType /Path (/usr/share/fonts/truetype/msttcorefonts/arial.ttf) /SubfontID 0 /CSI [(Artifex) (Unicode) 0] >> ;

1 个答案:

答案 0 :(得分:1)

你没有说你正在使用什么版本的Ghostscript,并且因为你正在使用执行Ghostscript的东西,你没有给我一个命令行,我实际上可以尝试。

但是,假设错误中的(ImageMagick?)命令行是正在使用的命令行,我使用当前代码的副本将您的PDF文件呈现为PNM而没有问题,因此我怀疑这已解决,我建议你升级到当前版本。

如果这不能解决问题,那么您应该在http://bugs.ghostscript.com打开错误报告,请在那里附上PDF文件,并提供一个Ghostscript命令行来说明问题。