https://github.com/yuricst/pdfbenri
Custom PDF utilities
https://github.com/yuricst/pdfbenri
Last synced: about 1 year ago
JSON representation
Custom PDF utilities
- Host: GitHub
- URL: https://github.com/yuricst/pdfbenri
- Owner: Yuricst
- Created: 2021-05-18T17:55:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T15:16:36.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T20:39:13.565Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdfbenri
Custom module for PDF handling. Wraps couple of Python-PDF handling modules:
- PyPDF2 (https://pythonhosted.org/PyPDF2/)
- pdfrw (https://pypi.org/project/pdfrw/)
- pdf2image (https://github.com/Belval/pdf2image)
## Usage
The `pdfbenri` module provides functions to:
#### Merge
#### Fetch from online
#### Rotate
#### Add margin
#### Select pages
## Dependencies
Dependencies for this module are
- `PyPDF2`, `tqdm`, `pdfrw`, `glob`, `reportlab`, `shutil`, `pdf2image`
## Installation