My requirement is responding the PDF data to the mobile client(iPhone) using HTTP Servlet.
I did in the following way, But I am not getting expected output in the cl
You have to use ServletOutputStream and its write() method to write bytes to the response .