Client configuration files

Sample PostScript or PDF client configuration file (ps2afp.cfg) shows an example of a configuration file for the PostScript and PDF transforms. The configuration file for the PCL transform is similar, although it does not contain a pcl_server_timeout keyword. As a result, the PCL transform does not support the -s flag from the command line for the pcl2afp command described in Hierarchy of transform options.

Sample PostScript or PDF client configuration file (ps2afp.cfg)

# ps2afp configuration file

######################################################################
#                CPSI, APPE and AGSPDL GENERAL SETTINGS
# KEYWORD            EQUIVALENT ps2afp FLAG                    PURPOSE
######################################################################

port = 8251              # -P                 which TCP/IP port to use
appe_port = 8250         # -P        which TCP/IP port to use for appe
agspdl_port = 8254       # -P      which TCP/IP port to use for agspdl
server = localhost       # -S             which server to connect with

ps_max_memory = 96000K   # -M            maximum amount of memory that
                         #         PostScript uses; the 'K' is ignored

ps_job_timeout = 9999    # -j                maximum number of minutes
                         #                   to process PostScript job
ps_server_timeout = 360  # -s                maximum number of minutes
                         #                   server waits between jobs
ps_document_processor = cpsi  # -psproc              which ps document 
                              #                       processor to use
pdf_document_processor = cpsi # -pdfproc            which pdf document 
                              #