Re: [iText-questions] Problem with servlet and itext PDF Library

2003-08-21 Thread Bruno
Quoting Frankie Poon <[EMAIL PROTECTED]>: > hi all, > i am new in JAVA... > > What is the meaning of the following error?? > > pdf.java:57: unreported exception com.lowagie.text.DocumentException; must > be caught or declared to be thrown You are using a method that can throw a DocumentExceptio

[iText-questions] Problem with servlet and itext PDF Library

2003-08-21 Thread Frankie Poon
hi all, i am new in JAVA... What is the meaning of the following error?? pdf.java:57: unreported exception com.lowagie.text.DocumentException; must be ca ught or declared to be thrown and my source code is under below!! /***/ import java.io.*; imp