PDF Merger is a safer option than using third party software to merge pdfs. This script merges all the pdf files you want using PyPDF2 library.
- Install PyPDF2
pip install PyPDF2
- Move the files you want to merge with the same repo with the script
- run the file
- write the names of the pdfs you want to merge (Don't forget the .pdf extention!)
- the merged file will be in the same repo named merged.pdf