I\'m trying to use iText Java. When you run the example \"how to sign\" the following error occurs:
Caused by: java.lang.ClassNotFoundException: org.bouncyca
With itextpdf version 5.5.4 org.bouncycastle dependencies are marked as true. This means you MUST include those dependencies in your own pom, or you can run into classnotfound exceptions.
true
com.itextpdf itextpdf 5.5.4 org.bouncycastle bcprov-jdk15on 1.49 org.bouncycastle bcpkix-jdk15on 1.49