mayursrt / PDF-Merger

Merge any number of given .pdf files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF-Merger

Merge any number of given .pdf files
Give any number of pdfs and it will merge them in seconds.

How to use:

  1. Install necessary packages:
    pip install PyPDF2
    
  2. Run the python script with the arguments as the pdfs you want to merge. The pdf should be in the same folder in which the script is being run.
    eg:
    python PDFmerger.py one.pdf two.pdf three.pdf
    
  3. It will output the merged pdf as 'merged.pdf'

About

Merge any number of given .pdf files


Languages

Language:Python 100.0%