I have pdf file in my application. I need to display the pdf in browser. I am reading the file as a fileInputStream, I need to display the pdf in browser with in my applica
In your servlet, set the MIME type to the correct one for PDF : application/pdf
application/pdf
See http://www.iana.org/assignments/media-types/