This is a Python program for merging multiple PDF files into a single PDF.
-
Clone the Repository:
git clone https://github.com/jeturgavli/PDF_MERGE_PROGRAM.git
-
Install Dependencies: Make sure you have Python installed. Install the required dependencies using pip:
pip install PyPDF2
-
Run the Program:
- Navigate to the project directory.
- Run the script
pdf_merger.py
.
python pdf_merger.py
-
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.
- Python 3.x
- PyPDF2 library
This project is licensed under the MIT License - see the LICENSE file for details.