summaryrefslogtreecommitdiffstats
path: root/python/python3-pypdf/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pypdf/README')
-rw-r--r--python/python3-pypdf/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-pypdf/README b/python/python3-pypdf/README
new file mode 100644
index 0000000000..f6c203ff4b
--- /dev/null
+++ b/python/python3-pypdf/README
@@ -0,0 +1,7 @@
+pypdf is a free and open-source pure-python PDF library capable of
+splitting, merging, cropping, and transforming the pages of PDF files.
+It can also add custom data, viewing options, and passwords to PDF
+files. pypdf can retrieve text and metadata from PDFs as well.
+
+pypdf is a descendant of PyPDF2, which was a fork from the original
+pyPdf. (Both pyPdf and PyPDF2 are available on SBo.)