>I have a dynamic JSP file which I want to display as a PDF so that it
>can be saved and print.
See http://mindprod.com/jgloss/pdf.html
http://mindprod.com/jgloss/acrobat.html
for the various tools you can use. Normally PDF files are created
long in advance, not dynamically. Your response time for a
dynamically created one will be less than stellar.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Ingo R. Homann - 29 Mar 2006 14:19 GMT
Hi,
>>I have a dynamic JSP file which I want to display as a PDF so that it
>>can be saved and print.
[quoted text clipped - 4 lines]
> long in advance, not dynamically. Your response time for a
> dynamically created one will be less than stellar.
We are creating PDF files on-the-fly in Servlets, up to a few hundret
pages in a few seconds. It works fine.
We are using iText, which IMHO is the best tool for that (although it
has some disadvantages when you go into detail).
Ciao,
Ingo