Skip to content

A simple Python program to merge multiple PDF files using PyPDF2

Notifications You must be signed in to change notification settings

SoubhagyaO2/PdfMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“„ PDF Merger Tool

A simple and efficient Python program that merges multiple PDF files into a single document using the PyPDF2 library.


🧠 Project Overview

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.


βš™οΈ Features

βœ… Merge any number of PDF files
βœ… Simple and interactive command-line interface
βœ… Lightweight and easy to run
βœ… Uses the PyPDF2 library for PDF manipulation


🧩 Requirements

  • Python 3.x
  • PyPDF2 library

πŸ“„ Author Soubhagya Yashvardhan πŸ“§ https://www.linkedin.com/in/soubhagya-yashvardhan-19514634a/

To install PyPDF2:

pip install PyPDF2

About

A simple Python program to merge multiple PDF files using PyPDF2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages