Hi, 

I occured an error when use Itext library in a web application.

I used IBM WebSphere Studio Application Developer v5.1.1 for Java IDE and JBoss 
as Application Server

When I run application the system crash when execute the following code:

Document document = new Document(PageSize.A4);

PdfWriter writer = null;

writer = PdfWriter.getInstance(document, new  
FileOutputStream("Modello199.pdf"));
                                                                document.open();

The error is:

Generating crash dump: C:\Documents and Settings\dibari\j9.dmp

Can anyone tell me what's the cause?

Best Regards





------------------------------------------------------
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada19gen07



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to