pdfprsクライアント用サンプル構成ファイル

次の図に、PDF並列変換クライアントの構成ファイルの例を示します。並列PDF RIPのパフォーマンスを高めるために、示されているとおりに正確に指定する値を示すべく、3つのパラメーターが強調表示されていることに注意してください。

注意: PDF並列変換はAPPE変換と一緒に使用できません。

サンプルPDF並列変換(pdf2afp.cfg)構成ファイル

# pdf2afp.cfg configuration file
# KEYWORD          EQUIVALENT ps2afp FLAG                    PURPOSE
####################################################################
width =  8.5i            # -w                width of generated image
length =  11i            # -l               length of generated image
x_offset = 0i            # -x                  left and right margins
y_offset = 0i            # -y                  top and bottom margins
resolution = 600         # -r                   resolution of printer
output_type = FS45       #              type of AFP image to generate
job_timeout = 120        # maximum number of minutes to process a job
number_of_rips = 3       #                       how many rips to use
[pdf]                    #       location of PDF -> PS conversion rip
 port = 8261
 server = server1
[rip1]                   #                       location of this rip
 port = 8262
 server = server1
[rip2]                   #                       location of this rip
 port = 8263
 server = server1
[rip3]                   #                       location of this rip
 port = 8264
 server = server1

サンプル構成ファイルでは、変換フラグと同じキーワードを使用しています。構成ファイルに指定できるキーワードと値については、RICOH InfoPrint Manager:リファレンスを参照してください。

注意: サンプルpdf2afp.cfg構成が正しく機能するには、タスクの構成に4台以上の専用プロセッサーが必要です。