0

How to get pdf with popup of save or open option in JSF as in PrimeFaces Export

1 Answers1

0

add the following header to the response

Content-Disposition: attachment; filename="yourFileName.pdf"

from this header browser will know that this response is an attachment and it will do the default action configured for the browser

jmj
  • 237,923
  • 42
  • 401
  • 438