On 7/10/2011 22:33, Steve Nester wrote:
> java.lang.NoClassDefFoundError: com/itextpdf/text/Image
Seems like the iText jar isn't loaded on your client.
Did you debug on the client side? Do you see the iText jar being
downloaded and stored on the client side.
I guess that's what's going wrong.
Or m
Hello,
I am using the itextpdf-5.1.2.jar to convert a scanned image to a PDF. I
reference the iText classes in a java applet that runs fine when I launch it
from within an Eclipse IDE, however when I attempt to deploy it to a
directory and run it from a web browser, I get an exception:
java.lang.