summaryrefslogtreecommitdiffstats
path: root/python/pyPdf/README
diff options
context:
space:
mode:
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