> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Wahaj
> Sent: Wednesday, December 22, 2004 7:05 AM
> To: [email protected]
> Subject: [iText-questions] setting text in signature appearance
> 
> Hi,
> 
> I have 3 questions:
> 
> 1) If we create a signed pdf document using iText samples and 
> open it in
> Adobe,
> a text "Signature Not Verified" is shown on the top left, 
> after verifying
> successfully using Adobe the text becomes "Signature valid". 
> This message
> seems to be inserted by the iText API it self. How can I remove this
> message?
> 

"Signature Not Verified" is from iText, the other is not.


> 2) If we verify this iText created signature using Adobe, a 
> big green tick
> is displayed in the center, this tick is not shown if Adobe 
> verifies the
> signatures created by it self. I am able to remove the 
> question mark using
> PdfTemplate n1 = sap.getLayer(1); but unablet to get rid of 
> this tick. Can I
> remove this big tick when verified by Adobe ?
> 

PdfSignatureAppearance.setAcro6Layers(true)

> 3) Also if I want to set the text in Layer 2 in a way that 
> the text fits in
> specific area inside the signature area how can I do this ?
> 

You'll have to create your own appearances. See the
PdfSignatureAppearance source and
http://partners.adobe.com/public/developer/en/pdf/PPKAppearances.pdf.


-------------------------------------------------------
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