A Simple Text to PDF converter on Python Django framework using xhtml2pdf library.
This project involved the construction of a web application that converts all the text entered in the textbox to pdf. The tools utilized in this project include Django
- for the web application server, Javascript
, HTML
, CSS
- for the front side webpage, xHTMLtopdf
- a library used to generate pdf responses.
- Install the required dependencies.
pip install -r requirements
- After installing requirements run the server.
python manage.py runserver