pdf « Convert « JSP-Servlet Q&A





1. JSP to PDF Conversion    stackoverflow.com

I am Shrikant. I am facing the problem of JSP to PDF Conversion.Here I am developing an web application in which their is a functionality SAVE AS PDF. When we click ...

2. converting java to pdf    coderanch.com

hi, i have a java application that genereated reports using jsp.. i want a link in the web page to convert the report into a pdf document. is there any existing utility so that i can directly call it from my application which will create a pdf so that i dont have to change my code a lot as there are ...

3. pdf converter    coderanch.com

4. Conversion from jsp to PDF    coderanch.com

5. How to convert a jsp into a PDF    coderanch.com

Hi, I am working on a struts based project . In this project i have a jsp which displays table in a nested format , but i have to provide the user a button say "GET PDF" on click of which that entire jsp should get exported as a .pdf file as it is . 1] I cant use display tag ...

6. convert jsp to pdf    forums.oracle.com

7. How to convert a jsp into a pdf file    forums.oracle.com

8. convert jsp to pdf?    forums.oracle.com

9. Converting JSP Doc to PDF    forums.oracle.com

Hi Guys, I am trying to look up(on the net) for converting a JSP document in my web application to PDF. I had gone through one of the discussions in this group about conversion of html to pdf.But according to the conclusion of the discussion , we can convert an HTML/XML doc to pdf through openoffice.But I am not able to ...





10. Converting JSP to PDF    forums.oracle.com

Simplest answer is install a PDF 'printer' on the client, such as the one Adobe suppiles. Java can't be much help as it is running on the server, not the client. The JSP is rendered on the client, so you'd need to look at a JavaScript method of capturingt th browser output.