pdfpad

Pad pdf file in order to prevent page cuts


Keywords
cli, pdf, python
License
MIT
Install
pip install pdfpad==0.1.0.dev0

Documentation

pdfpad

Installation

In order to install the package execute the following commands:

pip install pdfpad
git clone https://github.com/arseniybelkov/pdfpad.git
cd pdfpad  
pip install -e .  

OR
If you have GitHub CLI installed

gh repo clone arseniybelkov/pdfpad
cd pdfpad  
pip install -e .  

If you have any error involving poppler, please execute

sudo apt install poppler-utils

Usage

pdfpad -p [PATH TO PDF] -hg [number OF PICS IN A COLUMN] -w [number OF PICS IN A ROW] -N [AMOUNT OF PADDING PIXELS]