Hi,
The second case is what I wanted to do and following your suggestion it
works now! Thank you very much!
Chanin
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/XML-Data-Signature-tp4659697p4659726.html
Sent from the iText - General mailing list archive at Nabble
We are not sure 100% what you want to do.
1. Probably you want to emulate Acrobat's behavior when user clicks on
signature area and signs document. In this case we should apply standard
Acrobat signature approach.
PdfReader reader =new PdfReader(src);
FileOutputStream os =new FileOutputStream