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.gitpip install pipenv## run following command from `Django-PyPDF-Kit` directory
pipenv shell
cd Django-PyPDF-Kitpip install -r requirements.txt
##or
pip install django djangorestframeworkpython manage.py makemigrations
python manage.py migratepython manage.py runserver