On 23/07/2013 15:53, beppecosta wrote: > Hello, > > I' trying to encrypt a Pdf using the example from the latest white paper of > Bruno Lowagie, at page 66, > with "bcprov-ext-jdk15on-149.jar", "bcmail-jdk15on-149.jar" and > "itextpdf-5.4.1.jar" > > When compiling, I get this error: > > /pdf/SignPdf.java:41: cannot find symbol > symbol : class SignWithCAcert > location: class SignPdf > SignWithCAcert app = new SignWithCAcert(); > ^ > > Shall I need some additional jars ?
No, SignWithCAcert isn't in a jar, it's one of the other examples in the set: http://sourceforge.net/p/itext/code/5906/tree/tutorial/signatures/src/main/java/signatures/chapter3/C3_01_SignWithCAcert.java Note that the CX_YY_ preceding every class (where X is the chapter number and YY the number of the example) is omitted in the text. ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php