The afp2pdf transform configuration file
Parameters to control settings for the afp2pdf transform are specified in a configuration file. By default, the name of this file
is
afp2pdf.cfg
. For AIX or Linux, the file is located in /usr/lpp/psf/afp2pdf
. For Windows, the file is located in install_path\afp2pdf
.The syntax of the configuration file is exactly the same as the command line syntax with these additional rules:
- Blank lines are ignored.
- The information after a pound sign (#) is considered a comment and is ignored. The pound sign can occur anywhere on a line.
- To include a pound sign in parameter data, it must be escaped; that is, it must be preceded by a backwards slash.
- White space before and after parameter data is removed.
- Parameter data on successive lines is concatenated with a single space between them.
- Parameters can span lines as long as they follow rules 1 through 5.