A simple and efficient Python program that merges multiple PDF files into a single document using the PyPDF2 library.
This project demonstrates the use of Python for file handling and automation tasks.
It allows users to input multiple PDF file names and automatically merges them into a single output file named merged-pdf.pdf.
This is a great beginner-level Python project showcasing practical scripting, user input handling, and working with third-party libraries.
β
Merge any number of PDF files
β
Simple and interactive command-line interface
β
Lightweight and easy to run
β
Uses the PyPDF2 library for PDF manipulation
- Python 3.x
- PyPDF2 library
π Author Soubhagya Yashvardhan π§ https://www.linkedin.com/in/soubhagya-yashvardhan-19514634a/
To install PyPDF2:
pip install PyPDF2