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:

  1. Blank lines are ignored.
  2. The information after a pound sign (#) is considered a comment and is ignored. The pound sign can occur anywhere on a line.
  3. To include a pound sign in parameter data, it must be escaped; that is, it must be preceded by a backwards slash.
  4. White space before and after parameter data is removed.
  5. Parameter data on successive lines is concatenated with a single space between them.
  6. Parameters can span lines as long as they follow rules 1 through 5.