Josep Miquel Garcia Rodriguez wrote:
> Hello,
> We’re using itext for generating pdf and it’s a great lib.
> Now, I have to generate a special pdf to be used as a stamp from 
> acrobat. Our customer wants to stamp a signed pdf from acrobat.
> 
> I did some googling but don’t find how has to be generated this pdf 
> stamp file.
> 
> Can anybody give some hints?

Using my mind reading capabilities, I assume you aren't just
talking about a file with a signature, but about a form that
was Reader Enabled with Acrobat. Then you should read this
response to a question that was answered before:

http://www.nabble.com/Re%3A-Usage-Right-For-Acrobat-Reader-Problem-p8635153.html

If my mind reading capabilities mislead me, and you are trying
to fill a form in a signed PDF, then the example mentioned in
the question on that specific page will also help you.
It will invalidate the signature (because you are changing
the PDF), but you could make a revision on top of the signed
PDF by using another constructor for PdfStamper (as explained
in chapter 16 of the book).

In any case: it's a very odd requirement. When a document is
signed, every change to the document (such as filling out fields)
alters the document and then what is the point of the initial
signature? It doesn't make sense to me.
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to