Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 318 Bytes

ReadMe.md

File metadata and controls

17 lines (13 loc) · 318 Bytes

Steps to use this utility

  • Clone this repo
  • Run pip install -r requirements.txt
  • Put all the pdf files that you want to merge in input directory
  • Open a terminal in the folder where main.py is present
  • Run python ./main.py

 

Requirements

  • Python 3.X

 

Package used

  • PyPDF2
  • os