diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-12-13 16:56:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-13 16:56:06 +0700 |
commit | e5cc4ee0e2fc4551754c2c9c12d1568eb64dbe8b (patch) | |
tree | 987525360b20c0b2882d70d9b53e6b02321f7ff9 /python/pyPdf/README | |
parent | a295d07bc4b604b902e41dd2641b06a2ecc5e23f (diff) |
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/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/pyPdf/README b/python/pyPdf/README index 50e3c592a601..0fadcd804c77 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 |