summaryrefslogtreecommitdiffstats
path: root/python/pyPdf/README
diff options
context:
space:
mode:
author Brenton Earl2016-12-13 10:56:06 +0100
committer Willy Sudiarto Raharjo2016-12-13 10:56:06 +0100
commite5cc4ee0e2fc4551754c2c9c12d1568eb64dbe8b (patch)
tree987525360b20c0b2882d70d9b53e6b02321f7ff9 /python/pyPdf/README
parenta295d07bc4b604b902e41dd2641b06a2ecc5e23f (diff)
downloadslackbuilds-e5cc4ee0e2fc4551754c2c9c12d1568eb64dbe8b.tar.gz
python/pyPdf: Updated for version 1.26.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyPdf/README')
-rw-r--r--python/pyPdf/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/pyPdf/README b/python/pyPdf/README
index 50e3c592a6..0fadcd804c 100644
--- a/python/pyPdf/README
+++ b/python/pyPdf/README
@@ -1,10 +1,10 @@
A Pure-Python library built as a PDF toolkit. It is capable of:
- * extracting document information (title, author, ...),
- * splitting documents page by page,
- * merging documents page by page,
- * cropping pages,
- * merging multiple pages into a single page,
- * encrypting and decrypting PDF files.
+ * extracting document information (title, author, ...)
+ * splitting documents page by page
+ * merging documents page by page
+ * cropping pages
+ * merging multiple pages into a single page
+ * encrypting and decrypting PDF files
By being Pure-Python, it should run on any Python platform without any
dependencies on external libraries. It can also work entirely on StringIO