Re: [iText-questions] how to convert my jsp output as pdf through itext

2009-06-18 Thread Luís Tiago Rico
: vinay789 [mailto:vina...@rediffmail.com] Sent: quinta-feira, 18 de Junho de 2009 07:03 To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] how to convert my jsp output as pdf through itext You only can parse JSP as a HTML output! So you have to save the jsp output let'

Re: [iText-questions] how to convert my jsp output as pdf through itext

2009-06-17 Thread vinay789
You only can parse JSP as a HTML output! So you have to save the jsp output let's say, to a byte array in memory or a string orbject or maybe into database! And then you can use HTMLWorker object to parse that HTML snippet and produce the PDF! Here is an example: String html =

Re: [iText-questions] how to convert my jsp output as pdf through itext

2009-06-17 Thread Luís Tiago Rico
t-questions@lists.sourceforge.net Subject: [iText-questions] how to convert my jsp output as pdf through itext Hi I am very much thankful for regarding itext for converting jsp output as pdf. I am a new bie to java and also itext currently my problem is i am working on java server pages and i want this jsp output as

[iText-questions] how to convert my jsp output as pdf through itext

2009-06-17 Thread vinay789
Hi I am very much thankful for regarding itext for converting jsp output as pdf. I am a new bie to java and also itext currently my problem is i am working on java server pages and i want this jsp output as pdf output pls explain me how to do with this itext as soon as possible. Thanx in advance.