README 412 B

123456789
  1. text2pdf (Converts text files to PDF)
  2. text2pdf makes a 7-bit clean PDF file (version 1.1) from any input
  3. file. It reads from standard input or a named file, and writes the PDF
  4. file to standard output. You can specify the font, number of lines
  5. and columns, paper size and various other options from the command
  6. line. By default, long lines will be wrapped, and a formfeed character
  7. (^L) will cause a page break.