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

https://github.com/manmolecular/pdf-tools

PDF tools and helpers
https://github.com/manmolecular/pdf-tools

pdf pdf-image pdf-python pdf-split pypdf python

Last synced: 8 months ago
JSON representation

PDF tools and helpers

Awesome Lists containing this project

README

          

# PDF-tools
PDF tools and helpers

## Install
```bash
pip3 install -r requirements.txt
```

## Usage
### Split
```bash
python3 pdf_split.py example.pdf
```
or
```bash
python3 pdf_split.py example.pdf output_directory
```
### Image
```
python3 pdf_image.py
```