pdf « Format « JSP-Servlet Q&A





1. How to respond to the client in PDF format to the client from Servlet?    coderanch.com

Hi, Thanks for the response. But how do i send the file to the client. Do i have to obtain the outputstream associated with the client and write the raw binary data on the socket connection stream. I've a doubt in this. Could you please clarify me with a sample code if possible. Thanks in advance.

2. jsp to pdf format    coderanch.com

3. Export JSP to PDF format    coderanch.com

Hello Ranchers.. I'm doing a project in JSP and Oracle.. Here in my project there are two types of department.. Accounts and Sales.. Accounts department is able to download some pages to Excel format and it is working properly.. now in the sales they have to download in pdf format.. then only it is possible to send to the HO.. now ...