lorenzgillner / pdf-concatenator-2000-pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF Concatenator 2000 Pro

It does exactly one thing: concatenate your PDFs.

Building

cd pdf-concatenator-2000-pro
python3 -m virtualenv ./venv
source ./venv/bin/activate
python3 -m pip install -r requirements.txt
make

About


Languages

Language:Python 92.4%Language:Makefile 7.6%