I'm new to using itext and can't find any instructions on the website, which detail how to get started. For example, which files I need to download and how I use the .jar file.
 
When I compile an example from the website I receive errors including
 
C:\iTest>javac HelloWorld.java
HelloWorld.java:21: package com.lowagie.text does not exist
import com.lowagie.text.*;
 
Thank you for your help
 
James

Reply via email to