Re: [iText-questions] Set Signature at a particular position

2012-04-17 Thread vamshi617
Any help is greatly appreciated, Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/Set-Signature-at-a-particular-position-tp2160042p4565726.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Set Signature at a particular position

2008-05-25 Thread Baer
Sorry, for being a little bit vague ... yes, I was talking about digitally signed documents by using cryptographic stuff. ;-) Your hint brings me back to the beginning: I want to control the position/size of the signature with OpenOffice by placing a special placeholder at the desired place and I

Re: [iText-questions] Set Signature at a particular position

2008-05-25 Thread Bruno Lowagie
Baer wrote: > Hi Bruno, > > thanx for the answer; a button is an excellent placeholder and I get the > position with the code you provided. > > Nevertheless, there is one drawback when I place the signature over the > button: > > When I open such a pdf document with Acrobat Reader (tried with ve

Re: [iText-questions] Set Signature at a particular position

2008-05-25 Thread Baer
Hi Bruno, thanx for the answer; a button is an excellent placeholder and I get the position with the code you provided. Nevertheless, there is one drawback when I place the signature over the button: When I open such a pdf document with Acrobat Reader (tried with version 7.0.9), it displays a v

Re: [iText-questions] Set Signature at a particular position

2008-05-18 Thread Bruno Lowagie
Baer wrote: > 1.) Is there a better way than replacing a placeholder image? Are there some > limitations, which make this approach impossible? OpenOffice is capable of creating PDFs that are forms (AcroForm). Instead of an Image, you should use a Button. There's on Open Office conference in Brusse

[iText-questions] Set Signature at a particular position

2008-05-18 Thread Baer
Hi all, I'm currently writing an application for signing PDF files, which I create with OpenOffice. For now, the application successfully signs PDF files and I can control the position of the visible signature in the source code, but since these PDF files are mainly business letters, I want to be