[EMAIL PROTECTED] writes:

> Hi,  
> 
> Could you share examples in which from one JSP page is create a pdf file
> using the iText.

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/itext/www/examples/pdf.jsp
results in:
http://www.lowagie.com/iText/examples/pdf.jsp 

> I need to create a PDF file, after get some data.

Remark that JSP is not suited for generating binary data,
only for XML, (X)HTML and plain text. Just read any book
on JSP and you'll learn that it is a bad design decision
to generate PDF with JSP.
JSP's are compiled to Servlets eventually,
so why not use Servlets in the first place?

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to