Hi all,

I wonder whether it is possible to make one signature visible on more 
than one location.
In my specific case I would like to make it visible on all pages.

But if I call the setVisibleSignature more than once for one 
PdfSignatureAppearance, it ends up showing up only once at the last 
location. E.g.:

    PdfSignatureAppearance pdfSignatureAppearance;
    // ...omitted initialisation code...

    for (int page = 1; page <= lastPage; page++) {
        pdfSignatureAppearance.setVisibleSignature(rectangle, page, null);
    }

The visible signature appears on the last page only.

Is there a correct way to do this or is it a limitation of iText/PDF?

-- 
Carles Barrobés i Meix
*Isigma R&D*
http://www.isigma.es

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to