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
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