diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:51:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:51:49 -0400 |
commit | 8b828d0d88dc44b7f4058340415036a6aaaa5b31 (patch) | |
tree | c87d317075a7544a91655114436b88afb8b51e24 /office/text2pdf | |
parent | bc45f9353e72462d9edb6cf21ce5494eb8a2ed06 (diff) |
office/text2pdf: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'office/text2pdf')
-rw-r--r-- | office/text2pdf/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/office/text2pdf/README b/office/text2pdf/README index d7fd3e114d475..3b653b1bba768 100644 --- a/office/text2pdf/README +++ b/office/text2pdf/README @@ -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. |