postscripファイルで"file"命令が使えません
以下のようなpostscriptファイル(test.ps)を作成し、acrobat 10のDistillerに実行させました。
(C:/temp/input.txt) (r) file
/ASCIIHexDecode filter
{ dup read not { exit } if == } loop
その結果、以下のようなエラーログが出ます。
%%[ Error: undefinedfilename; OffendingCommand: file ]%%
Stack:
(r)
(C:/temp/input.txt)
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
"C:/temp/input.txt"と言う名前のファイルが定義されていないと意味のようですが、
ファイルは間違いなく存在します。
ちなみにacrobat 6.0では、エラーが出ずに実行されます。
ファイル名を定義する宣言文が必要なのでしょうか。
初心者です、具体的な対処方法を教えて下さい
OSはwindows7です
