| in blog | Django on Fundor333 |
|---|---|
| original entry | 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 reportlabWhen 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