An open API service indexing awesome lists of open source software.

https://github.com/yuricst/pdfbenri

Custom PDF utilities
https://github.com/yuricst/pdfbenri

Last synced: about 1 year ago
JSON representation

Custom PDF utilities

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