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

https://github.com/danialjivraj/pdf-merger

a flask-based web app that merges multiple different pdf files into one single pdf document
https://github.com/danialjivraj/pdf-merger

danialjivraj flask-application pdf-merger

Last synced: 4 months ago
JSON representation

a flask-based web app that merges multiple different pdf files into one single pdf document

Awesome Lists containing this project

README

          

# pdf-merger
This is a web application designed to seamlessly merge PDF files.

Users can upload their PDF files and receive a merged version of it, with the flexibility to customize the merging order.

## Dependencies

To run this project, you'll need to install the following dependencies:

- Flask
```
pip install flask
```
- PyPDF2
```
pip install PyPDF2
```

## Running the Project

You can run this project by running the following in the terminal:
```
python app.py
```

And go to the following port to experiment with the project:
```
http://127.0.0.1:5000
```

## Preview
image

image