Options and configuration
The configuration file syntax is attribute = value. A '#' indicates a comment to the end of the line. The attribute names are the same as the command line options, so “-option value” becomes “option = value” in the configuration file. For options that do not take values, “yes” must be used in the configuration file. The case of the option is significant, but the case of the value is not, unless the value is a filename. An example of a configuration file follows:
#sample configuration file v = yes # equivalent to -v a = fs10 # bilevel output
All options except -C can appear in a configuration file. Spaces between the option and value on the command line and around the equal sign are optional, so “-afs10”, “-a fs10”, “-a=fs10”, and “a = fs10” are all valid.