Skip to content

A PDF processing toolkit template built using Django REST Framework.

Notifications You must be signed in to change notification settings

superkd37/Django-PyPDF-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-PyPDF-Kit

This is an PDF processing website project, developed using Python's web framework Django.

pypdf Gif

Current Features

Current PDF Tools:

  • Merging
  • Single Page Extract
  • Page Range Extract
  • Replacing

1. Clone this repository

git clone https://github.com/superkd37/Django-PyPDF-Kit.git

2. Install the virtual environment pipenv

pip install pipenv

3. Create the virtualenv

## run following command from `Django-PyPDF-Kit` directory
pipenv shell
cd Django-PyPDF-Kit

4. Install python packages

pip install -r requirements.txt
##or
pip install django djangorestframework

5. Run database migrations

python manage.py makemigrations
python manage.py migrate

6. Run development server

python manage.py runserver

About

A PDF processing toolkit template built using Django REST Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published