Python code to merge multiple pdf files
- Date Created: 09 FEB 2022
- Last Modification Date: 09 FEB 2022
- PyPDF2
- Create a folder named "pdfs" in the directory where merge.py exists.
- Ensure the "pdfs" directory has read and write permissions.
- Add all the pdfs required to be merged into the "pdfs" directory.
- Execute merge.py using python merge.py
- The merged pdf will be generated in the current with the name "merged.pdf".