Re: [iText-questions] Changing document properties of pdf

2008-04-03 Thread Paulo Soares
o: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Changing document properties of pdf > > > Hello, > > I'm facing with the this problem. > I have to add a blank signature field to a PDF (while generating with > iText). > This PDF have

Re: [iText-questions] Changing document properties of pdf

2008-04-03 Thread Markus Stork
Hello, I'm facing with the same problem. I have to add a blank signature field to a PDF (while generating with iText). This PDF have to be signed with a standard Acrobat Reader. Any changes in iText since July 2006? Is it now possible to add special rights to a PDF to sign it with the Acrobat Rea

Re: [iText-questions] Changing document properties of pdf

2006-07-07 Thread Leonard Rosenthol
At 10:54 AM 7/7/2006, Mair, Paul wrote: >So maybe it is also possible to add permissions to the document in order >to let it sign by Acrobat Reader. Yes, using Adobe LiveCycle Reader Extensions Server. >Is it possible to set this rights by iText? No. It's one of two "internal

Re: [iText-questions] Changing document properties of pdf

2006-07-07 Thread Mair, Paul
But I'm using the PdfStamper Class to add an empty a blank signature field. In addition with the PdfStamper Class it is also possible to set encryption. So maybe it is also possible to add permissions to the document in order to let it sign by Acrobat Reader. In the help of Acrobat Reader 7 is writ

Re: [iText-questions] Changing document properties of pdf

2006-07-07 Thread Leonard Rosenthol
At 10:22 AM 7/7/2006, Mair, Paul wrote: >I have investigated on the problem and I have found out, that I can >sign the created document in Acrobat Standard 6 but not in Acrobat >Reader 7 or Acrobat Reader 6. Reader is just that - a READER. It doesn't support digitally signing PDFs.

Re: [iText-questions] Changing document properties of pdf

2006-07-07 Thread Mair, Paul
EMAIL PROTECTED] On Behalf Of Mair, Paul Sent: venerdì 7 luglio 2006 11.48 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Changing document properties of pdf   Hi, I have added an empty signature field into a existing pdf document. But I’m not able to sign the document bec

[iText-questions] Changing document properties of pdf

2006-07-07 Thread Mair, Paul
Hi, I have added an empty signature field into a existing pdf document. But I’m not able to sign the document because in the Document Properties the Sign is set to Not Allowed. The PDF Version of the file is 1.3 (Acrobat 4.x). Is there a possibility to manipulate this flag with iText?