Trusted Solaris 管理の手順

すべての印刷ジョブでページラベルの印刷を抑制するには

  1. セキュリティ管理者役割になります。

    必要があれば、「ログイン後、特定の管理役割になるには」を参照してください。

  2. 「管理用エディタ」アクションを使って、編集のために/usr/lib/lp/postscript/tsol_separator.ps ファイルを開きます。

    必要があれば、「管理用エディタアクションを使用してファイルを編集するには」を参照してください。

  3. 次の行を探します。


    %% To eliminate page labels completely, change this line to
    %% set the page label to an empty string: /PageLabel () def
    %% To eliminate page labels completely, change this line to 
    %% set the page label to an empty string: /PageLabel
    () def
               /PageLabel Job_PageLabel def

    注 -

    Job_PageLabel」の値は、サイトによって変更されている可能性があります。


  4. /PageLabel の値を空の括弧と置き換えます。


    %% To eliminate page labels completely, change this line to 
    %% set the page label to an empty string: /PageLabel () def
    %% To eliminate page labels completely, change this line to 
    %% set the page label to an empty string: /PageLabel
    () def
               /PageLabel () def