[iText-questions] Jsp to PDF conversion

2003-11-13 Thread Suprigya Misri
Hello, I have a page in jsp which needs to be viewed in pdf. Is there a way to do it or do I have to construct the whole page again? With regards, Suprigya From: Paulo Soares <[EMAIL PROTECTED]> To: 'Suprigya Misri' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject

RE: [iText-questions] Displaying BufferedImage

2003-11-13 Thread Suprigya Misri
the method takes com.lowagie.text.Image as argument not java.awt.Image From: Paulo Soares <[EMAIL PROTECTED]> To: 'Suprigya Misri' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: [iText-questions] Displaying BufferedImage Date: Thu, 13 N

RE: [iText-questions] Displaying BufferedImage

2003-11-13 Thread Suprigya Misri
I tried it. But, that gives the exception The method getInstance(Image) in the type Image is not applicable for the arguments (BufferedImage) From: Paulo Soares <[EMAIL PROTECTED]> To: 'Suprigya Misri' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: RE: [iText

[iText-questions] Display dynamic text

2003-11-13 Thread Suprigya Misri
Hello, I have an HTML page that displays charts. Each chart is a servlet with url as; http://DisplayChart?compName=Bar Would it be possible to display the same page in pdf where the charts are dynamically inseted using the url? I would appreciate if you could tell me what I can do in such a se

[iText-questions] Displaying BufferedImage

2003-11-13 Thread Suprigya Misri
Hello, I have a java.awt.image.BufferedImage object and would like to display that in PDF. Would it be possible to do that using iText? With Regards, Suprigya _ Concerned that messages may bounce because your Hotmail account is over

[iText-questions] Formatting chart issue

2003-11-12 Thread Suprigya Misri
Hello, I want to display JFreeChart in PDF. I am usin gthe following snippet of code. However, it displays chart at the bottom of the page and not at the top. I would really appreciate any help. Thanks, Suprigya // main function call Document doc = new Document(); ByteArrayOutputStrea