--- miscJava/Test3/src/PdfServlet.java 2010/02/24 19:56:38 617 +++ miscJava/Test3/src/PdfServlet.java 2010/02/25 06:20:35 618 @@ -1,6 +1,9 @@ /* Sample servlet to demonstrate the usage of iText for generation pdf documents. * * For more in-depth look at the API docs or the book "iText in action" + * + * How to add page header/footer via PdfPageEventHelper : + * http://faq.javaranch.com/java/ItextExample */ import java.io.ByteArrayOutputStream;