A Python script to combine multiple pdfs into one pdf. Uses PyPDF2 3. Simply provide filenames of .pdf-files to be merged via arguments and it will output to merged.pdf. Output path is customizable via constant in the script.
python3 combine.py file1.pdf file2.pdf fileN.pdf