Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

PDF Merger

PDF Merger is a safer option than using third party software to merge pdfs. This script merges all the pdf files you want using PyPDF2 library.

How to use

  1. Install PyPDF2
    pip install PyPDF2
  2. Move the files you want to merge with the same repo with the script
  3. run the file
  4. write the names of the pdfs you want to merge (Don't forget the .pdf extention!)
  5. the merged file will be in the same repo named merged.pdf