blob: 3438e8ab3c20549e6fcbfd5c43540193ad3b7e44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
PyPdf isaA 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.
WWW: https://mstamy2.github.io/PyPDF2/
|