mtrekker,
mtrekker wrote: > > Currently SetVisibleSignature allows to set visible signature to specific > page. Is this related to PDF standard or can signature be added to certain > page(s) ? > A visible signature is... ahem... visible. And something visible is located somewhere in the document, i.e. in some area on some page. And those together with the name of the field are the parameters of setVisibleSignature. On the other hand, iText also associates a signature annotation to some page in case of an invisible signature. Unfortunately there is no way to set the page this annotation is associated way, it is automatically associated to page 1 (due to the initial value of the PdfSignatureAppearance member page). As the page a signature is associated with is an interesting information, could it a setter for that member be introduced? Regards, Michael. -- View this message in context: http://old.nabble.com/Add-Signature-to-all-pages-tp26743046p26752438.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
