Merge two pdf Files
Third Party Libraries Required :
1.PyPDF2
How to install above Library
import PyPDF2
How to use it :
- Download or clone the repository
- Install Required Libraries
- Run merge.py by giving pdf file through command line sample statement for running the file python merge.py pdf1 pdf2
- 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
PDF File 2
Merged File
Check out my Github profile Tejas1510!