adilmohak / django-lms

A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
MIT License
568 stars 244 forks source link

Using template to PDF converter to generate reports #14

Closed adilmohak closed 8 months ago

adilmohak commented 9 months ago

One additional item we can include in our TODO list is using a package that converts HTML templates to PDF to generate reports instead of using Python code as in result/views.py. One popular package that does this is xhtml2pdf