#29 PDF files in Django – Part 2 (Django Beginner to Intermediate Tutorials)

#29 PDF files in Django - Part 2 (Django Beginner to Intermediate Tutorials)

How to automatically create PDF files in Django (Part 2)

In this part of the Django tutorials, you will learn how to automatically create a PDF file from the data of your database tables or anything else that keeps updating. You can create a customized report for app users and so on. We will continue with the example of classmates which we worked on at the beginning of the Django course. And we want the app to automatically generate the latest list of the class to the users. The library that we are going to use is report lab which you will need to install in your virtual environment.

Watch The Video on Youtube