This is an PDF processing website project, developed using Python's web framework Django.
- Merging
- Single Page Extract
- Page Range Extract
- Replacing
git clone https://github.com/superkd37/Django-PyPDF-Kit.git
pip install pipenv
## run following command from `Django-PyPDF-Kit` directory
pipenv shell
cd Django-PyPDF-Kit
pip install -r requirements.txt
##or
pip install django djangorestframework
python manage.py makemigrations
python manage.py migrate
python manage.py runserver