0

バージョン 8.71 を使用しており、OS は Windows XP SP3 です。私が得るエラーは次のとおりです。

Error: /undefinedfilename in --showpage--
Operand stack:
   1   true
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval-
-   2   %stopped_push   --nostringval--   --nostringval--   --nostringval--   fa
lse   1   %stopped_push   1878   1   3   %oparray_pop   1877   1   3   %oparray_
pop   1861   1   3   %oparray_pop   --nostringval--   --nostringval--   2   1
3   --nostringval--   %for_pos_int_continue   --nostringval--   --nostringval--
  1761   0   9   %oparray_pop   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1165/1684(ro)(G)--   --dict:1/20(G)--   --dict:75/200(L)--   --dict:75
/200(L)--   --dict:108/127(ro)(G)--   --dict:288/300(ro)(G)--   --dict:22/25(L)-
-   --dict:6/8(L)--   --dict:26/40(L)--
Current allocation mode is local
Last OS error: No such file or directory
GPL Ghostscript 8.71: Unrecoverable error, exit code 1

Close this window with the close button on the title bar or the system menu.

私が渡す sOutputFile の値は 234 文字プラスな%03dので、実質的に生成されるファイル名は 237 文字です。

4

2 に答える 2

1

substは、要件がばかばかしいほど長いパスを必要とするときの味方です

于 2010-09-29T06:22:18.570 に答える
0

OS/FS の制限のためだと思います。数字については、この回答を参照してください

于 2010-09-29T06:13:44.757 に答える