a python script that merges pdf files into a single file!
Clone the project
git clone git@github.com:HeitorMP/pdf-merger-python.git
Go to the project directory
cd pdf-merger-python
Install dependencies
pip install PyPDF2
Usage:
python3 pdf-merge.py -o [output_file_name] [pdf files to merge]
eg. python3 pdf-merge.py -o output *.pdf