Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread jessie williams
Remove Sent from my handheld - Original Message - From: Leonard Rosenthol To: Post all your questions about iText here Sent: Tue Jun 23 10:09:44 2009 Subject: Re: [iText-questions] How to get content bytes from signed PDF file The range of bytes over which the hash is calculated is

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Andreas Kuehne
s Andreas - Original Message From: Dimiter Nikolov To: Post all your questions about iText here Sent: Tuesday, June 23, 2009 5:44:38 PM Subject: Re: [iText-questions] How to get content bytes from signed PDF file I mean - the content over which the hash sum (for the signature) is

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Leonard Rosenthol
calculated. --- On Tue, 6/23/09, Leonard Rosenthol wrote: > From: Leonard Rosenthol > Subject: Re: [iText-questions] How to get content bytes from signed PDF file > To: "Post all your questions about iText here" > > Date: Tuesday, June 23, 2009, 3:35 PM > > &

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Dimiter Nikolov
I mean - the content over which the hash sum (for the signature) is calculated. --- On Tue, 6/23/09, Leonard Rosenthol wrote: > From: Leonard Rosenthol > Subject: Re: [iText-questions] How to get content bytes from signed PDF file > To: "Post all your questions about iText he

Re: [iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Leonard Rosenthol
What do you mean by "content bytes"? In PDF signature terminology, that would mean the bytes between <> as the value of /Contents in the signature dictionary. Is that what you meant? If not, then what?? Leonard On 6/23/09 5:40 AM, "Dimiter Nikolov" wrote: I have signed PDF document. I

[iText-questions] How to get content bytes from signed PDF file

2009-06-23 Thread Dimiter Nikolov
I have signed PDF document. I have to get its content bytes. I've tried to remove the signature, but the result file is not equal to the file that was signed. Any suggestions ? Thanks in advance, Dimitar. --