Hi,
We are using Weblogic 7.0 and JDK 1.3.
We are using iText for pdf generation. In the class that I have written,the call - PdfWriter.getInstance() seems to behaving very strangely.
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
Document document = new Document();
Document document = new Document();
PdfWriter writer = PdfWriter.getInstance(document, byteArrayOutputStream);
I get a "Throwable" exception. I am not able to determine why this is happening.
Any help will be greatly appreciated.
Thanks,
Pradeep Shekade
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing
