Go to the previous, next section.
To print text files to a PostScript printer, the file must first be converted to PostScript. Most of our spoolers will automatically convert text sent to them to PostScript, but it is not a good idea to count on this feature. We have two different programs to convert text to PostScript, each with their advantages and disadvantages, and different options. When run without options, all of them will produce acceptable output, but you may wish to use the options to get output which is more suitable to you.
enscript
mpage
Examples of use:
enscript -2rG -Plw2 foo mpage -8 -Plw3 baz
Go to the previous, next section.