diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-12-08 00:12:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 08:27:28 +0700 |
commit | b72ce63db460390464a0b823cf67cb363e418c6c (patch) | |
tree | 9ee58f741be0cff31f1ba188631ccec1b1240205 /office/krop/README | |
parent | ad00f9f6d06aeaa091fa87bf629f4aa784db679f (diff) | |
download | slackbuilds-b72ce63db460390464a0b823cf67cb363e418c6c.tar.gz |
office/krop: Added (a tool to crop pdf files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/krop/README')
-rw-r--r-- | office/krop/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/office/krop/README b/office/krop/README new file mode 100644 index 0000000000..780083460d --- /dev/null +++ b/office/krop/README @@ -0,0 +1,7 @@ +Krop is a simple graphical tool to crop the pages of PDF files. It is +written in Python and relies on PyQt, python-poppler-qt4, and PyPDF for +its functionality. It features automatic margin cropping. + +Krop can automatically split pages into subpages to fit the limited +screen size of devices such as eReaders. This is particularly useful, if +your eReader does not support convenient scrolling. |