Jan Muller

Greenhorn
+ Follow
since Mar 19, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jan Muller

You can use the <FONT> HTML tags fot this.

good luck

------------------
22 years ago
I found an open source package at the following site that generates PDF files : http://www.dot.state.oh.us/javapdf/
I wrote a Servlet that displays a jsp the first time it is activated and a PDF if a button is pressed on this jsp using
the PdfPage class in the above package. The Servlet Code follows.

My Jsp looks like this :

This works!!!
23 years ago
I have tried this solution but I get an error 500 added to the back of the pdf after the %%EOF pdf tag and this corrupts the pdf.

[ July 24, 2002: Message edited by: Mike Curwen ]
23 years ago
I am quite new to JSP development. What I am trying to do, is generate the PDF in a servlet with the result of the application into a String and this string can go into the Session for the JSP to retrieve . I want to display an HTML page with an informative message and an PDF icon that the user can click on to display/save the PDF page. I hope this is a better description of what I want to do.
23 years ago
I am working on a project that accept an aplication. Depending on if the application was accepted or not by the processing servlet, I want to display a new page that includes an link to a PDF. I do not want to save the PDF on the server but push it through to the client's machine. Does anybody know how I can do this from within a JSP.
23 years ago