Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        




Foco

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)