Convert html,doc and docx into pdf using Python3.5
-
Create Virtual Env with Python3.5
virtualenv venv -p /usr/bin/python3.5
-
Install all the Dependencies using requirements.txt
pip install -r requirements.txt
python app.py
Note: Uploaded file from frontend will store in
static/uploads
folder,after conversion into pdf file ,will be store instatic/converted_files
folder.