I have a Java webapp creating a pdf and streaming it back to the browser.
byte[] pdf = report.exportPdfToArray(user); response.setContentType(\"application/pdf
content-disposition: attachment ....