I have a servlet and want to create a pdf file for the results
generated from servlet. The user should then be able to either save
the pdf or open the pdf file in browser. How can I do this?
none - 30 Jan 2006 22:11 GMT
> I have a servlet and want to create a pdf file for the results
> generated from servlet. The user should then be able to either save
> the pdf or open the pdf file in browser. How can I do this?
try googling for itext or apache fop (xslt-fo).
Tim
Roedy Green - 30 Jan 2006 22:27 GMT
>I have a servlet and want to create a pdf file for the results
>generated from servlet. The user should then be able to either save
>the pdf or open the pdf file in browser. How can I do this?
see http://mindprod.com/jgloss/pdf.html
and chase links.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Ingo R. Homann - 31 Jan 2006 09:24 GMT
Hi,
> I have a servlet and want to create a pdf file for the results
> generated from servlet. The user should then be able to either save
> the pdf or open the pdf file in browser. How can I do this?
I can recommend iText!
Ciao,
Ingo
rwatki44@gmail.com - 01 Feb 2006 16:04 GMT
> I have a servlet and want to create a pdf file for the results
> generated from servlet. The user should then be able to either save
> the pdf or open the pdf file in browser. How can I do this?
Hi,
I work for a company called ceTe Software that produces a very good
product called DynamicPDF Generator for Java. Generator gives you the
ability to create your PDF in your servlet and either save the PDF or
open it in the user's browser. The evaluation version comes with many
already working examples and their source code.
If you are interested in this you can take a look at our site for the
evaluation version:
http://www.cete.com/Products/GeneratorForJava/Download.csp
Hope this helps,
Robbie