Putext

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.

Running the Django Server:

  • Install the required dependencies.

    pip install -r requirements
    
  • After installing requirements run the server.

    python manage.py runserver
    
Avatar
Rupesh Harode
Software Development Engineer

My research interests include distributed robotics, mobile computing and programmable matter.