Reputation: 845
The requirement is the pdf file should be opened when the pdf link is selected on the xhtml page. The pdf opens properly for chrome and firefox but displays empty content for Internet explorer.
response.setContentType("application/pdf");
response.setHeader("Content-Disposition","attachment; filename=sample.pdf");
Upvotes: 1
Views: 892