Skip to content

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

Notifications You must be signed in to change notification settings

danialjivraj/pdf-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published