PDF Merger A python script to merge multiple pdfs into a single pdf. Supports only Python 3.x and Unix Based OS. Usage $ pip3 install PyPDF2 $ python main.py pdf1.pdf pdf2.pdf pdf3.pdf ... the PDFs are merged into a single PDF called merged_pdf.pdf