Skip to content

AnkitHazra/Pdf-Merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Merger Tool

This project provides a Python script to merge multiple PDF files into a single PDF document. The script uses the PyPDF2 library to read, append, and merge PDFs. It's a simple and efficient solution for combining multiple PDFs into one.

Features

  • Merge multiple PDF files into a single file.
  • Simple Python script using the PyPDF2 library.
  • Can handle multiple input PDF files.
  • Output is saved as merged.pdf.

Requirements

To run the script, you need to install the PyPDF2 library. You can install it using pip:

pip install PyPDF2

About

Utilizes PyPDF2 Libarary to merge multiple pdf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages