Feb. 28, 2022

Django Return Pdf With Reportlab

Sometime you need to print a pdf from your site or your web app with some custom data. In Python you can make pdf with ReportLab and some other module but I LOVE ReportLab.

You only need Django and ReportLab

pip install django
pip install reportlab

When you have the requirements you can write the code for the pdf. For example this is a example of a class for printing A6 pdf