About this question
While i m doing like the following ,i m getting msg like :
failed to load pdf
How to create a PDF content type?
The MIME type for a PDF file is "application/pdf". To open a PDF file in a servlet, you set the content type in the response header to "application/pdf" : // MIME type for pdf doc res. setContentType( "application/pdf" )