Hi I have tried the code that uses iText to create pdf file but I am getting exception while executing it.Please help me out How I can resolve it. The Code is --------------- package com.lowagie; import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.*; import com.lowagie.text.pdf.PdfWriter; /** * Generates a simple 'Hello World' PDF file. * * @author blowagie */ public class HelloWorld { ...