Skip to content

vishbhat/merge-pdf-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

merge-pdf-python

Python code to merge multiple pdf files

  • Date Created: 09 FEB 2022
  • Last Modification Date: 09 FEB 2022

Authors

Dependencies

  1. PyPDF2

Instructions

  1. Create a folder named "pdfs" in the directory where merge.py exists.
  2. Ensure the "pdfs" directory has read and write permissions.
  3. Add all the pdfs required to be merged into the "pdfs" directory.
  4. Execute merge.py using python merge.py
  5. The merged pdf will be generated in the current with the name "merged.pdf".

About

Python code to merge multiple pdf files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages