Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PrimeFacesエクスポートのようにJSFで保存または開くオプションのポップアップでPDFを取得する方法
次のヘッダーを応答に追加します
Content-Disposition: attachment; filename="yourFileName.pdf"
このヘッダーから、ブラウザはこの応答が添付ファイルであることを認識し、ブラウザに設定されたデフォルトのアクションを実行します