Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhranil002/pdf_merger
PDF_Merger is a Python script merging multiple PDFs into one. Utilizing 𝗣𝘆𝗣𝗗𝗙𝟮, it streamlines PDF consolidation for enhanced document management ... ❤️
https://github.com/subhranil002/pdf_merger
pdf pdfmerger pypdf pypdf2 pypdf2-library python python-script python3
Last synced: 4 days ago
JSON representation
PDF_Merger is a Python script merging multiple PDFs into one. Utilizing 𝗣𝘆𝗣𝗗𝗙𝟮, it streamlines PDF consolidation for enhanced document management ... ❤️
- Host: GitHub
- URL: https://github.com/subhranil002/pdf_merger
- Owner: subhranil002
- License: mit
- Created: 2023-09-03T06:54:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T19:19:15.000Z (9 months ago)
- Last Synced: 2024-02-06T20:29:52.473Z (9 months ago)
- Topics: pdf, pdfmerger, pypdf, pypdf2, pypdf2-library, python, python-script, python3
- Language: Python
- Homepage: https://github.com/subhranil002
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF_Merger
PDF_Merger is a Python script that merges multiple PDF files into a single PDF document using the PyPDF2 library.
## Prerequisites
Before running the script, ensure you have Python installed on your system. You can install it from the [official Python website](https://www.python.org/downloads/).
Additionally, you'll need to install the PyPDF2 library. You can install it via pip:
```bash
pip install PyPDF2
```## Usage
1. Clone the repository to your local machine:
```bash
git clone https://github.com/subhranil002/PDF_Merger.git
```2. Navigate to the directory containing `PDF_Merger.py`.
3. Run the script using Python:
```bash
python PDF_Merger.py
```4. Follow the on-screen instructions to input the PDF files you want to merge.
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/subhranil002/PDF_Merger?tab=MIT-1-ov-file) file for details.
Made With ❤️