I hated using online tools for merging my PDF files so I wrote a simple Python 3.6 script to merge all PDF files in a folder to a new PDF file. Installation git clone https://github.com/gonultasbu/pdf_merge pip install pypdf2