diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:50:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:50:15 -0400 |
commit | fdba9d77c39487415c960a79a746f000da60a959 (patch) | |
tree | ac5720d539f7961d9dbd3d38d3491a3db97bb7d6 | |
parent | 78ee2554e5333147b11577e57006af149bb6ee8c (diff) |
office/pdftk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | office/pdftk/README | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/office/pdftk/README b/office/pdftk/README index 6f0d6399e0aa..115255971eed 100644 --- a/office/pdftk/README +++ b/office/pdftk/README @@ -1,13 +1,14 @@ -If PDF is electronic paper, then pdftk is an electronic staple-remover, -hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. Pdftk is a -command-line tool for doing everyday things with PDF documents. Keep one -in the top drawer of your desktop and use it to merge PDF documents, -split PDF documents, apply watermarks, repair corrupt PDF, update PDF -metadata, and more. pdftk does not require Acrobat and is free software. +If PDF is electronic paper, then pdftk is an electronic +staple-remover, hole-punch, binder, secret-decoder-ring, and +X-Ray-glasses. Pdftk is a command-line tool for doing everyday things +with PDF documents. Keep one in the top drawer of your desktop and +use it to merge PDF documents, split PDF documents, apply watermarks, +repair corrupt PDF, update PDF metadata, and more. pdftk does not +require Acrobat and is free software. -NOTE: Starting with Slackware 15.0 pdftk compilation requires SBo gcc-5 -because gcc-java was dropped from the GNU Compiler Collection as of gcc-7: -don't forget to source /etc/profile.d/gcc5.sh before starting to build -this, like +NOTE: Starting with Slackware 15.0, pdftk compilation requires SBo +gcc-5 because gcc-java was dropped from the GNU Compiler Collection +as of gcc-7. Don't forget to source /etc/profile.d/gcc5.sh before +starting to build this, like: . /etc/profile.d/gcc5.sh |