印刷/印刷できるファイル/PostScriptファイルのプレビュー
ファイルをPS形式に変換した後,内容が希望通りに変換されているか確認するために,印刷するPSファイルのプレビューを行います.プリンタから印刷されない場合などは,正しくPS形式に変換されているかを確認してください. PSファイルのプレビューにはGhostscriptかGhostviewを用います.ただし,Ghostscriptは縦長(portrait)のPSファイル表示用に作られているので,横長(landscape)のPSファイルのプレビューを行う場合はGhostviewを利用してください. 1.5.1 GhostscriptGhostscriptはPSファイルのプレビューを行うためのツールで,一般のPSファイルおよびEPSファイルのプレビューを行えます.Ghostscriptを起動するには次のようにPSファイルあるいはEPSファイルを引数にしてgsコマンドを入力します.
% gs [PSファイル]<RET> Ghostscriptが起動されると出力用のウィンドウが開き,1ページ目が表示されます.次のページを表示するには,メッセージにしたがって<RET> を押します.最後のページを表示し終るとGhostscriptのプロンプト`GS>'が表示されるので,quitを入力すると出力用ウィンドウが閉じてGhostscriptが終了します.標準的な画面出力の例を次に示します.
% gs kamoike.ps<RET>
Aladdin Ghostscript 5.50 (1998-9-16)
Copyright (C) 1998 Aladdin Enterprises, Menlo Park, CA.All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Loading NimbusRomNo9L-Regu font from /usr/local/share/ghostscript/5.50vfli
b/fonts/n021003l.pfb... 2184988 852664 1450696 152976 0 done.
Loading NimbusSanL-Regu font from /usr/local/share/ghostscript/5.50vflib/f
onts/n019003l.pfb... 2426092 1073508 1450696 155662 0 done.
>>showpage, press <return> to continue<<
_
GS>quit<RET>
% _
% gs filename.ps<RET>
Initializing... done.
Installing Kanji fonts... Error: /invalidfont in -dicttyype-
Operand stack:
/Ryumin-Light-83pv-RKSJ-H
Execution stack:
%interp_exit --nostringval-- --nostringval-- --nostringval-- fals
e --nostringval-- --nostringval-- --nostringval-- false --nostringva
l-- --nostringval-- --nostringval-- --nostringval-- --nostringval--
Dictionary stack:
545/547 0/20 24/200 545/547 14/14 8/8 6/6
Current file position is 1096
Error: /undefined in --get--
Operand stack:
/Ryumin-Light-83pv-RKSJ-H -dicttype- /FDepVector
Execution stack:
%interp_exit --nostringval-- --nostringval-- --nostringval-- fals
e --nostringval-- --nostringval-- false --nostringval-- --nostringva
l-- --nostringval-- --nostringval--
Dictionary stack:
545/547 0/20 24/200 545/547 14/14 11/14 119/300
Current file position is 27509
GS<3>_
GS<3>quit<RET>
% _ 1.5.2 GhostviewGhostviewはGhostscript同様,PSファイルをプレビューするためのツールで,一般のPSファイルおよびEPSファイルをプレビューできます.Ghostviewを起動するには次のようにPSファイルあるいはEPSファイルを引数にしてghostviewコマンドを入力します.
% ghostview [PSファイル]<RET> またGhostviewはGhostscriptとは異なり,バックグラウンドジョブとしても起動できます.
% ghostview [PSファイル] &<RET> Ghostviewの表示例を図1.5に示します.またGhostviewのウィンドウ上のボタンとそのポップアップメニューの機能を次に示します.一部のポップアップメニューの機能は[ ]内に示されたキーボード入力でも機能するようになっています.
|