Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyurparalkar/pdf_handler
pdf_handler is a django based single page application.
https://github.com/keyurparalkar/pdf_handler
django javascript jquery python3
Last synced: 16 days ago
JSON representation
pdf_handler is a django based single page application.
- Host: GitHub
- URL: https://github.com/keyurparalkar/pdf_handler
- Owner: keyurparalkar
- License: mit
- Created: 2020-08-03T02:59:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T03:19:36.000Z (over 4 years ago)
- Last Synced: 2024-11-08T04:04:59.030Z (2 months ago)
- Topics: django, javascript, jquery, python3
- Language: Python
- Homepage:
- Size: 7.34 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
A single page app based on Django.
pdf_handler is a django based single page application. pdf_handler helps you to merge multiple PDFs. It is simple and easy to use.
## Demo
![Alt Text](./media/test0.gif)## Motivation
pdf_handler is a single page application to help merge multiple PDFs in one go. Multiple websites has motivated me to build this project i.e. single functionality of merging the PDFs.
## Tech/framework used
Built with
- [Django](https://www.djangoproject.com/)
- [Python]()
- [Javascript]()
- [Jquery]()## Features
- Merge Multiple PDFs into one.
- Total Upload size upto 25 MB.
- Option of removing PDFs from the Queue.
- Files stored only on intermmediate basis, on page reload data is removed from the app.## How to use?
Steps to run the application:
```
python manage.py makemigrations pdfApp
python manage.py migrate pdfApp
python manage.py runserver
```## License
MIT © [keyurparalkar](https://github.com/keyurparalkar)