[Fixed]-How to make report by export data into PDF file in django?

1👍

To export as PDF you could use this wkhtmltopdf and this django-wkhtmltopdf you could create a template with the info and use wkhtmltopdf to export the template as PDF

👤M. Gar

0👍

I believe you can start from the Django docs: https://docs.djangoproject.com/en/1.9/howto/outputting-pdf/

👤Paul

Leave a comment