Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 926 Bytes

File metadata and controls

22 lines (15 loc) · 926 Bytes

PDF MERGER

  • This is just a simple, yet useful code written in Python.
  • Easy to use as well as really helpful
  • Allows you to merge more than one PDF files into a single PDF.

Instruction

  • First and foremost copy and paste the code somewhere in your computer or download the PDF_Merger file
  • Add all the PDF you want to convert into the to_convert.
  • Then run the code
  • The merged PDF will appear at Converted file.

Requirements

  • You should be able to run python inside your computer

If not then refer here

  • Then go to your terminal and you should install PyPDF2, which is a python library.

Refer here

That's it , with that you musst be able to merge your PDF's. 😄