/* * This class is part of the book "iText in Action - 2nd Edition" * written by Bruno Lowagie (ISBN: 9781935182610) * For more info, go to: http://itextpdf.com/examples/ * This example only works with the AGPL version of iText. */ package part3.chapter12; public class SignWithBC { /** * Main method. * * @param args no arguments needed */ public static void main(String[] args) { System.out.println("This example is no longer relevant."); } }