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