> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Wahaj
> Sent: Friday, December 17, 2004 8:12 AM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] finding page number of a signature field
> 
> Hi All,
> 
> Using iText 144 can we know on what page a signature field is 
> present ? I

You can know the page and location with AcroFields.getFieldPositions().
If the field is already signed get the names with
AcroFields.getSignatureNames(). If the field is not yet signed call
AcroFields.getFields() and look for the fields that have the /FT key as
/Sig.

> tried to find but found no way.
> Also can we delete or clear an already created signature field?
> 

To delete AcroFields.removeField(). To clear depends on what you mean by
'clear'.

> Regards,
> Wahaj
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
> 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to