Hello everybody! :)
I am using appreport with the PISA engine in order to export a view to a
PDF file and I would like to choose the name of the PDF file generated.
The view is the following one:
results = dict(success=True)
html = response.render('default/results.html', results)
return plugin_appreport.REPORTPISA(html = html, response_filename =
'change_my_name.pdf')
As you can see, I used the parameter *response_filename* for setting a
custom name, but it doesn't seem to work.
Any suggestions?
Cheers,
David
--