Skip to content

Tool for merging PDF files without sending them over the Network

License

Notifications You must be signed in to change notification settings

lukaszKielar/merge-pdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merge-pdfs

Tool for merging PDF files without sending them over the Network.

Build tool from source

Clone repository

git clone https://github.com/lukaszKielar/merge-pdfs.git
cd merge-pdfs

Create virtual environment

Windows

virtualenv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

Linux

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

Build tool

pyinstaller --onefile --windowed merge_pdfs.py

About

Tool for merging PDF files without sending them over the Network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages