Cannot display PDF in IE !!
Hi,
I tried to display PDF file with Servlet in IE but failed.
I used response.setContentType("application/pdf") to set the content type. And then write the pdf stream to the OutputStream. It can successfully display PDF in Netscape with Acrobar Reader plugin. But failed in IE, in IE, it just displayed those PDF contents(maybe some PDF macro language).
Would you please to teach me how I can output PDF stream in IE using Servlet ?
Best regards,
Eric

