I have successfully used Lucas D'Avila's very helpful appreport plugin<https://github.com/lucasdavila/web2py-appreport>to make pdf's of invoices generated by my site. However I can't seem to figure out how to specify the name that the pdf should be downloaded as. I am generating the pdf by creating the html and css and then using the REPORTPISA function to return the document.
return plugin_appreport.REPORTPISA(html = html) Anyone have any insight on how to accomplish this? Thanks, Jarrod

