Skip to content

Merge multiple PDF files effortlessly with this Python program πŸ“Ž. Simply provide the folder path, and watch as it combines your PDFs into one cohesive document. Easy to use and efficient, it streamlines your PDF merging tasks. πŸš€πŸπŸ˜Ž

License

Notifications You must be signed in to change notification settings

jeturgavli/PDF_MERGE_PROGRAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PDF Merger

This is a Python program for merging multiple PDF files into a single PDF.

Usage

  1. Clone the Repository:

    git clone https://github.com/jeturgavli/PDF_MERGE_PROGRAM.git
  2. Install Dependencies: Make sure you have Python installed. Install the required dependencies using pip:

    pip install PyPDF2
  3. Run the Program:

    • Navigate to the project directory.
    • Run the script pdf_merger.py.
    python pdf_merger.py
  4. Follow the Instructions:

    • Enter the folder path containing the PDF files you want to merge.
    • The program will merge the PDFs and save the output in the OutputFolder directory.
    • You will be prompted if you want to merge more PDFs. Enter 'Y' for yes, 'N' for no.

Requirements

  • Python 3.x
  • PyPDF2 library

Author

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Merge multiple PDF files effortlessly with this Python program πŸ“Ž. Simply provide the folder path, and watch as it combines your PDFs into one cohesive document. Easy to use and efficient, it streamlines your PDF merging tasks. πŸš€πŸπŸ˜Ž

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages