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

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

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

![](https://github.com/TheOneOh1/Project-PyDF/blob/main/merge.png)