An open API service indexing awesome lists of open source software.

https://github.com/vishalsiingh/merge-pdf-project


https://github.com/vishalsiingh/merge-pdf-project

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Merge Pdf Project

## PDF Merger

A simple Python script to merge multiple PDF files into a single PDF using the **PyPDF2** library.

## Features
- Merge all PDF files in a specified directory.
- Easy-to-use and lightweight script.

## Requirements
Make sure you have Python installed on your system. Then, install the required library:
```bash
pip install pypdf2