https://github.com/vishalsiingh/merge-pdf-project
https://github.com/vishalsiingh/merge-pdf-project
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishalsiingh/merge-pdf-project
- Owner: vishalsiingh
- Created: 2024-12-22T13:27:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T13:30:38.000Z (5 months ago)
- Last Synced: 2024-12-22T14:29:52.321Z (5 months ago)
- Language: Python
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merge Pdf Project
## PDF MergerA 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