On Wed, 12 Jun 2013 13:33:47 +0200, Marot Laurent <laurent.ma...@alliacom.com> wrote:

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();


I'll put it on my TODO list to provide parameters for Reason and Location instead of hardcoded words.
That will probably be available in the next release (scheduled for the last week of July).
------------------------------------------------------------------------------
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