Re: [iText-questions] Verify PDF whit revision comparation

2010-02-02 Thread OscarP
have spent mkl wrote: > > Oscar, > > > OscarP wrote: >> I attach the changed files. >> >> 2010/1/26 Oscar P >> >>> some time ago asked how to verify as Adobe Acrobat. Your response was >>> that I had to develop and modify itext to solve it. &

Re: [iText-questions] How can compare the content of two revision

2009-05-29 Thread OscarP
Hi, thanks for all the answers. As mkl said, I started this thread due to a problem between Adobe9 and iText. Adobe9 verifies the signature fields including the whole document, not just from revision to revision, whilst iText verifies signature fields from revision to revision. If I sign a docu

Re: [iText-questions] How can compare the content of two revision

2009-05-26 Thread OscarP
you at least tell me what is going wrong? Thank you very much in advance. mkl wrote: > > Oscar, > > > OscarP wrote: >> >> OK, >> took several days working on this, but I can not find out anything, how >> can I get those differences? I've analysed t

Re: [iText-questions] How can compare the content of two revision

2009-05-26 Thread OscarP
Hi Leonard, OscarP wrote: > > Probably this is not the right way to get the PDF contents, but I see no > other way to do it, and I don't > know what else I can try. > I know this. My code extracts only the text of one page and then compares this text with another page.

Re: [iText-questions] How can compare the content of two revision

2009-05-25 Thread OscarP
itext (reader.refObj[70]). To sum it all up, I need to know whether there are differences between one signature and the other. I'd be very grateful if you could tell me the way to get that result with iText. Thanks Michael for the answers. mkl wrote: > > > OscarP wrote: >> &

Re: [iText-questions] Signature PDF. How obtain Original PDF

2009-05-21 Thread OscarP
OK, I'm attaching a signed PDF and the code I'm using to obtain the revision. But the first revision obtained with this code contains the signature field. How can I obtain a revision without the signature field? the code: byte bb[] = new byte[8192]; PdfReader reade