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