[iText-questions] iText fill XFA Form and Digital signing

2011-05-03 Thread Cosmin Ciuraru
Hello, I have created a PDF document, with LiveCycle Designer, which contains a dynamic XFA form, with four text fields and two signature fields. The first three text fields and one of the signature field are associated into a Form Object Collection, with the 'Lock Fields After Signing' option on.

Re: [iText-questions] iText fill XFA Form and Digital signing

2011-05-03 Thread Cosmin Ciuraru
Specifying the context: - iText-5.0.6 - bctsp-jdk16-143 - bcprov-jdk16-143 - bcmail-jdk16-143 - Adobe Reader X, used to fill in the first three text fields and sign the document. -- WhatsUp Gold - Download Free Network Mana

Re: [iText-questions] iText fill XFA Form and Digital signing

2011-05-03 Thread Cosmin Ciuraru
According to this classification: * * * http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000628.html * I use document signatures. The users just click on the signature field to sign the document and send it to me afterwards. There is no submit/email button. Thank you!

Re: [iText-questions] Nosuchmethod error for bouncy castle

2011-05-03 Thread Cosmin Ciuraru
Hello, I remember coming across a similar error and I use 1.43 to avoid it. 2011/5/3 vinothkp > Hi, i followed the code snippet provided in iText in Action book. and when > i > run the following code, i get a java.lang.NoSuchMethodError: > > org.bouncycastle.asn1.DERSequence.(Lorg/bouncycastle/

Re: [iText-questions] Nosuchmethod error for bouncy castle

2011-05-03 Thread Cosmin Ciuraru
I remember that too. http://www.bouncycastle.org/download/bcmail-jdk16-143.jar I just had to replace the 6 in 146 from the current version with the 3. OK, one would argue for a checksum. -- WhatsUp Gold - Download Free Ne

Re: [iText-questions] iText fill XFA Form and Digital signing

2011-05-04 Thread Cosmin Ciuraru
ify a field in a xfa form, without invalidating the signature, that, obviously, wasn't applied to that field? Thank you! 2011/5/3 Leonard Rosenthol > Then modifying the entire XFA data block after document signing is a bad > thing… > > > > *From:* Cosmin Ciuraru [mailto:cosm

Re: [iText-questions] iText fill XFA Form and Digital signing

2011-05-05 Thread Cosmin Ciuraru
nd anything. I should have found something though, according to Leonard's answer to this post: http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg49070.html Any suggestions, please? Thank you. 2011/5/5 Cosmin Ciuraru > Hello, > > While using the methods in my first post

Re: [iText-questions] iText fill XFA Form and Digital signing

2011-05-05 Thread Cosmin Ciuraru
n the data – then use a data signature. If you sign > the entire form, then modifying the XFA will cause the results you are > obtaining. > > > > *From:* Cosmin Ciuraru [mailto:cosmin.ciur...@gmail.com] > *Sent:* Thursday, May 05, 2011 1:11 AM > > *To:* Post all your