Re: [iText-questions] Emptying a signature field

2010-10-11 Thread djdjdj
Paulo, No rush, but did you have a chance to look at my digital signature clearing issue this weekend? Thanks! -- View this message in context: http://itext-general.2136553.n4.nabble.com/About-this-mailing-list-tp2968159p2989644.html Sent from the iText - General mailing list archive at Nabbl

Re: [iText-questions] Emptying a signature field

2010-10-08 Thread Paulo Soares
Sent: Friday, October 08, 2010 3:05 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Emptying a signature field Wow Paulo, that's great! Just for my own information though, what keys should I be paying attention to in order to do a clear of a signature field? The

Re: [iText-questions] Emptying a signature field

2010-10-08 Thread djdjdj
Wow Paulo, that's great! Just for my own information though, what keys should I be paying attention to in order to do a clear of a signature field? The /V and /AP still or would all the keys need to be cleaned? -- View this message in context: http://itext-general.2136553.n4.nabble.com/About-t

Re: [iText-questions] Emptying a signature field

2010-10-08 Thread Paulo Soares
itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Emptying a signature field Bruno Lowagie (iText) wrote: > > >>That is: if you're talking about a Text field. >>What you say isn't true for a Button field. >>Suppose you want to repla

Re: [iText-questions] Emptying a signature field

2010-10-08 Thread djdjdj
Bruno Lowagie (iText) wrote: > > >>That is: if you're talking about a Text field. >>What you say isn't true for a Button field. >>Suppose you want to replace the icon on a button field, >>than you have to getNewPushbuttonFromField() and >>replacePushbuttonField() as is done in this example: >>h

[iText-questions] Emptying a signature field

2010-10-08 Thread Bruno Lowagie
On 8/10/2010 14:43, djdjdj wrote: > For me, there is a bit of a disconnect to that logic. For example, if I'm > creating a web form and want to clear the value of a field in a web form I > certainly wouldn't delete the field and recreate it but would instead set > the value to an empty string. Th