How to show digital PDF signature in all document's Page using iText?
问题 I've been working on a digital signature function for some days, now that I have everything working it is time to try to print the stamp in all pages but I'm not doing great... Trying to give a quick resume, to show the stamp what I do is creating PdfStamper, PdfSignatureAppearance and a Rectangle, then call the appearance.setVisibleSignature(rectangle, 1, "SIGNATURE") The second parameter "1" above is the page number that I want to show the stamp, it is okay to be 1 by now, as I tried to do