office/text2pdf: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 03:51:49 -04:00
parent bc45f9353e
commit 8b828d0d88
1 changed files with 6 additions and 5 deletions

View File

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