Currently i am using following code to generate PDF in a JSP file:
response.setContentType(\"application/force-download\");
Change content type to
response.setContentType("application/pdf");