/pdf-merger-python

A script to merge pdf files!

Primary LanguagePython

Python script thats merge pdf files!

a python script that merges pdf files into a single file!

Run Locally

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