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 =

[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.