summaryrefslogtreecommitdiffstats
path: root/python/python3-pypdf/README
blob: f6c203ff4be3365be9f21437c9c0e085d5a52c14 (plain)
1
2
3
4
5
6
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.)