I’ve found following code in PdfSignatureAppearance class,  but i dont want to 
recompile so I’m going to hava a look at 2.4.1 Defining a custom 
PdfSignatureAppearance and following chapters


if (reason != null)
                    buf.append('\n').append("Reason: ").append(reason);
                if (location != null)
                    buf.append('\n').append("Location: ").append(location);
                text = buf.toString();


thanks


De : iText Software [mailto:i...@1t3xt.info]
Envoyé : mercredi 12 juin 2013 13:15
À : Post all your questions about iText here
Objet : Re: [iText-questions] appearance.setReason I18n

On Wed, 12 Jun 2013 12:52:56 +0200, Marot Laurent 
<laurent.ma...@alliacom.com<mailto:laurent.ma...@alliacom.com>> wrote:
Hello,

I’d like to insert my own « reason » tag in the stamper.

But when using appearance.setReason(« MyReason ») i always get :

Reason : myReason. Is it possible to change the word « Reason » for example « 
Raison » in french ?

If you're talking about the text in the signature panel: no, you can't change 
that, it depends on your viewer.
If you're talking about the text in the widget annotation on your page: yes, 
you can define that appearance any way you want to, but you'll have to draw it 
from scratch as explained in http://itextpdf.com/book/digitalsignatures

________________________________

Le papier est un support de communication naturel, renouvelable et recyclable. 
Si vous devez imprimer ce mail, n’oubliez pas de le recycler.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to