Regarding External Dependencies
Hi, I want to import following things on my servlet. Can anyone let me know what is the process to add external dependencies and also what external dependencies are needed?
import org.xhtmlrenderer.pdf.ITextRenderer;
import com.lowagie.text.DocumentException;
import com.lowagie.text.pdf.BaseFont;
