Re: [iText-questions] PDF Signatures: Field name of invisiblesignatures; configuring the hash function to use with PPKLITE

2008-05-08 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Starke, Rico > Sent: Thursday, May 08, 2008 10:55 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF Signatures: Field name of > invisiblesignatures; configuring the

Re: [iText-questions] PDF Signatures: Why are only the first 8192 bytes of RangeStream relevant?

2008-05-05 Thread Andreas Kuehne
Hi Rico, don't worry, it's just a plain Java problem : The while-loop iterates as long as the number of read bytes is bigger than 0. So update on the digest is called multiple times, if required ... the whole bunch of bytes from the stream will be processed. Greetings Andreas - Original

Re: [iText-questions] pdf signatures not standard conform?

2007-04-19 Thread Paulo Soares
all your questions about iText here > Subject: Re: [iText-questions] pdf signatures not standard conform? > > Caberet is incorrect or standard PDF. Standard PDF does NOT > require > an appearance for signature fields - in fact, Adobe Acrobat < 8 > didn't b

Re: [iText-questions] pdf signatures not standard conform?

2007-04-19 Thread Leonard Rosenthol
Caberet is incorrect or standard PDF. Standard PDF does NOT require an appearance for signature fields - in fact, Adobe Acrobat < 8 didn't bother to put one in for invisible signatures. HOWEVER, for PDF/A compliance all signatures DO require an appearance. But AFAIK, you aren't doing PDF/

Re: [iText-questions] pdf signatures not standard conform?

2007-04-19 Thread Armin Häberling
BTW the "default appearance" entry is described in the PDF standard at Chapter 8.6.2 Regards, Armin > Hi, > > We tried to validate our PDFs signed with itext with Cabaret Stage 3.0 > (see http://www.cabaret-solutions.com/de/products/stage/). The program > contains a "Document Report" functio

RE: [iText-questions] PDF Signatures

2005-11-14 Thread Paulo Soares
You can put any text with PdfSignatureApperance.setLayer2Text(). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Palani V. Rajan > Sent: Tuesday, June 14, 2005 8:14 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PDF

RE: [iText-questions] PDF Signatures and ByteRange

2005-05-20 Thread Paulo Soares
The byte range excludes the signature itself. It's also possible to define other exclusions as it's done in http://itextpdf.sourceforge.net/howtosign.html#signextdic. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tiago Epifanio > Sent: Frida

Re: [iText-questions] PDF Signatures and ByteRange

2005-05-20 Thread Leonard Rosenthol
At 07:16 AM 5/20/2005, Tiago Epifanio wrote: My problem is: I need the signature to be calculated from the bytes of the original file only. If you do that, then you've opened up a pretty big security hole! Since the information about WHO signed the document, WHY they signed the do

RE: [iText-questions] PDF Signatures

2005-01-05 Thread Paulo Soares
You can't. From: Palani V. Rajan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 12:26 PMTo: Paulo SoaresSubject: Re: [iText-questions] PDF Signatures Hi   I've created a Signature in a pdf document.   But the signature appears only in

RE: [iText-questions] PDF Signatures

2005-01-04 Thread Paulo Soares
http://itextpdf.sourceforge.net/howtosign.html   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Palani V. RajanSent: Tuesday, January 04, 2005 11:25 AMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] PDF Signatures Hi   Can you

RE: [iText-questions] PDF Signatures

2004-03-25 Thread Paulo Soares
You need full Acrobat to sign a document, Reader is not enough.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Liem DoSent: Thursday, March 25, 2004 6:41 PMTo: iText-questionsSubject: [iText-questions] PDF Signatures Hell