https://github.com/theoneoh1/project-pydf
Simple Python script to merge 2 PDFs
https://github.com/theoneoh1/project-pydf
pdf pdf-merge pypdf2 python python-script
Last synced: 12 months ago
JSON representation
Simple Python script to merge 2 PDFs
- Host: GitHub
- URL: https://github.com/theoneoh1/project-pydf
- Owner: TheOneOh1
- Created: 2022-08-06T14:45:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T16:15:25.000Z (over 3 years ago)
- Last Synced: 2025-01-30T15:40:18.766Z (about 1 year ago)
- Topics: pdf, pdf-merge, pypdf2, python, python-script
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project-PyDF
- Simple python script to merge 2 PDFs using **PyPDF2**
- 2 PDFs can be taken as an input
- Also, gives you an option to change the Author of the PDF
- Once the PDFs are merged and Author is assigned, Final PDF will be generated
## Prerequisites
- Make sure you have installed **PyPDF2** library installed
- If not you can by
```
pip install PyPDF2
```
## How it Looks like
