novice via JavaKB.com <> wrote:
> I am a novice at jsp and java. i need to display a pdf file in browser.
> Even though I set contentType to "application/pdf", i see garbage on the
> screen.
>
> Can some one please help me or suggest some ideas?
Use a servlet. JSP pages are generally only suitable for text results, and
PDF is not. In the servlet, set the content type on the response object.
--
Oscar Kind
http://home.hccnet.nl/okind/
Software Developer for contact information, see website
PGP Key fingerprint: 91F3 6C72 F465 5E98 C246 61D9 2C32 8E24 097B B4E2