Re: How to open a pdf file on click of an action link
You'll need to set: response.setHeader("Content-Disposition", "attachment; filename=" + fileName); See StreamResponse usage in PDFLink.onPdf() here http://t5stitch-lazan.rhcloud.com/pdflinkdemo On 7 Mar 2017 08:47, "Gopi, Sreela" wrote: > Hello, > >Can anyone please tell me how to open a pd
How to open a pdf file on click of an action link
Hello, Can anyone please tell me how to open a pdf file on click of an action link in Tapestry? Thank you, Sreela Gopi