Skip to content

kailas93/fileconvertor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Conversion App - made with Django

A file conversion app with following features -

  • JPG to PDF conversion.
  • PDF to JPG conversion.

To-Do -

  • PDF to DOC
  • DOC to PDF
  • PDF tables extraction
  • And much more

Installation instructions

Open terminal and install required dependencies using following command -

pip install -r requirements.txt

Install poppler (required for JPG to PDF)

  • Download Poppler from this page.
  • Navigate to it's installation directory and add 'bin' folder to system PATH.
  • Done!

Open terminal in directory where manage python file resides. And then execute following command -

python manage.py runserver

Go to browser and hit following url -

localhost:8000

Authors

About

A file converter - made with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.3%
  • Python 29.9%
  • JavaScript 8.7%
  • CSS 5.1%