Skip to content

techytoes/Putext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Putext

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.

Running the Django Server:

  • Install the required dependencies.
pip install -r requirements
  • After installing requirements run the server.
python manage.py runserver

About

A Simple Text to PDF converter on Python Django framework using xhtml2pdf library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published