Hi, I'm doing an application in Django 1.8 and one of the things I want is for the user to fill out a form with certain search data, and I process all the data by consulting my model.object.filter and the I return the result of that query in an html in table mode. I would like once the user receives his answer in the table, he has the option to export that result to pdf. If someone could tell me how to do or leave me a link I would appreciate it.
Greetings