Elias, Elias_iText wrote > I receive the signed PDF file and I have no control over the type of > signature.
If you get your hands on the PDF when it already is signed, it's too late! Believe Leonard and Bruno! Elias_iText wrote > Below part of my code: So you do NOT receive a signed PDF but instead sign it yourself?! Elias_iText wrote > and I need to know how to put the signature field reference into the > annotation in order to that annotation show the signature content as does > the signature field. In that case take a look at PdfSignatureAppearance.preClose... here one field with up to one visible widget is created and then the document is serialized for hashing. This essentially is where you have to either patch iText code directly or by use of reflection change its behavior. Or else you have to duplicate lots of its code. Elias_iText wrote > Follow the site for the web program: http://www.signfiles.com/pdf-signer/ As iText sales confirmed that they bought an iText license, you unfortunately are not entitled to take a look at their code. Regards, Michael -- View this message in context: http://itext-general.2136553.n4.nabble.com/Set-visible-signature-on-multiple-all-pages-tp2172145p4656040.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ iText-questions mailing list [email protected] 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
