Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 306 Bytes

combine-pdf

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.

Usage

python3 combine.py file1.pdf file2.pdf fileN.pdf