Tool for merging PDF files without sending them over the Network.
git clone https://github.com/lukaszKielar/merge-pdfs.git
cd merge-pdfs
virtualenv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
Linux users have to install python3-dev
in order to build the tool.
sudo apt-get install python3.6-dev
virtualenv -p python3.6 venv
source ./venv/bin/activate
pip install -r requirements.txt
pyinstaller --onefile --windowed merge_pdfs.py