From e5cc4ee0e2fc4551754c2c9c12d1568eb64dbe8b Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Tue, 13 Dec 2016 16:56:06 +0700 Subject: python/pyPdf: Updated for version 1.26.0. Signed-off-by: Willy Sudiarto Raharjo --- python/pyPdf/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'python/pyPdf/README') 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 -- cgit v1.2.3