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
- Host: GitHub
- URL: https://github.com/danialjivraj/pdf-merger
- Owner: danialjivraj
- Created: 2024-04-07T13:06:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T14:56:34.000Z (over 1 year ago)
- Last Synced: 2025-04-09T09:17:16.830Z (6 months ago)
- Topics: danialjivraj, flask-application, pdf-merger
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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