tobras,

tobras wrote:
> 
> I have to make multiple pdf signatures with visible sign fields in all
> pages.
> 
> This process is based in two times digital signature and attach first time
> one signed field in each page and the second time attach other new singed
> field in all pages, too.
> 
> With itext the first time i get a quite well result:
> 
>  http://old.nabble.com/file/p28374926/cas%255Bsigned%255D.pdf
> cas%5Bsigned%5D.pdf 
> 
> But second time when I add the blank new field and sign it, the previous
> signature appears corrupted.
> 

It sure would be easier for us to try and help you if you attached an
example result of the second signature applied your way. An additional bit
of sample code would make everything complete.

Merely looking at the samples you gave I can only say that the way the
multi-page signatures is not 100% clean --- you have a P value pointing to
the first page dictionary in the one annotation/field dictionary which
actually is attached as annotation to the page dictionaries of both pages.
Thus, in case of the second page, the P value is wrong. Acrobat and Reader
don't seem to care, though.

In my eyes it would be best not to have field and annotation dictionary
merged. Instead having one field dictionary with one individual widget
annotation dictionary for each page would be a cleaner approach.

Regards,   Michael.
-- 
View this message in context: 
http://old.nabble.com/Multiple-pdf-sign-in-all-pages-with-itext-tp28374926p28377639.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
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