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.
To run this project, you'll need to install the following dependencies:
- Flask
pip install flask
- PyPDF2
pip install PyPDF2
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