python2-pypdf2
Python2 - PyPDF2 - PDF toolkit
2.8.0
2018-12-03
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
base 2.8.9
python2-base 2.8.2
python-pypdf2
Internal Program Version: PyPDF2 1.26.0
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.
By being Pure-Python, it should run on any Python platform without any
dependencies on external libraries. It can also work entirely on StringIO
objects rather than file streams, allowing for PDF manipulation in memory.
It is therefore a useful tool for websites that manage or manipulate PDFs.
http://mstamy2.github.com/PyPDF2