PDFをダウンロードさせる

PDFをダウンロードさせる

-IE 内で pdf や Excel を開かせない方法
--http://sonic64.com/2004-05-24.html

-ファイルのダウンロードダイアログが2度表示される。 - Java Solution
--http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=5606&forum=12&14

-Content-Disposition
--http://suika.fam.cx/~wakaba/-temp/wiki/wiki?Content-Disposition

-IEでダウンロードファイルの拡張子を.txtにするには?
--http://www.tohoho-web.com/lng/199911/99110228.htm

-Content-Type: application/octet-stream
-Content-Disposition: attachment; filename="a.png"

-resp.setContentType("application/octet-stream");
-resp.setHeader("Content-Disposition", "attachment; filename=\"a.png\"");