Skip to content

Latest commit

 

History

History
 
 

Merge_2_PDFs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Merge two pdf Files

Third Party Libraries Required :

1.PyPDF2

How to install above Library

import PyPDF2

How to use it :

  1. Download or clone the repository
  2. Install Required Libraries
  3. Run merge.py by giving pdf file through command line sample statement for running the file python merge.py pdf1 pdf2
  4. you will get the merged pdf in the same directory

Output

I have added the merged pdf file named as MergedFiles.pdf which is formed from pdf1.pdf pdf2.pdf . You can check the final output in MergedFiles.pdf File

PDF File 1

pdf1

PDF File 2

pdf1

Merged File

MERGED

built with love

Check out my Github profile Tejas1510!