On 6/11/2010 15:45, valar chandran wrote:
> Hi All,
> I downloaded itext-2.1.7.jar file to the folder E:\java\jdk1.6.0_22\bin
> and wrote a java program GeneratePdf.java
> I placed the GeneratePdf.java in the same folder E:\java\jdk1.6.0_22\bin
>
> Then I compiled the program using
>
> javac -class
Hi All,
I downloaded itext-2.1.7.jar file to the folder E:\java\jdk1.6.0_22\bin and
wrote a java program GeneratePdf.java
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.util.Date;
import com.lowagie.text.Document;
import com.lowagie.text.Parag