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

2010-02-02 Thread mkl
Oscar, OscarP wrote: > i have tested the pdfs you attached and they work fine (with itext 2.1.5), > every pdf return false Hhmmm, in that case maybe there are too many differences between 2.1.5 and 4.2 for your patches... not too surprisingly, considering how near to iText internals you get.

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

2010-02-02 Thread OscarP
Michael, i have tested the pdfs you attached and they work fine (with itext 2.1.5), every pdf return false except VisiblySignedNewPage.pdf that returns true because it adds a new page and modify the structure of the document. Respect to "equals" method you are right, i should have written a pers

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

2010-02-01 Thread mkl
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. >> >> I think I've achieved my goal, but I'm not sure. I had some trouble getting your c

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

2010-01-26 Thread mkl
Oscar, OscarP wrote: > some time ago asked how to verify as Adobe Acrobat. Your response was > that > I had to develop and modify itext to solve it. > > I think I've achieved my goal, but I'm not sure. > > Can I send the modified classes from itext1.5 for you to evaluate if this > is > correc

[iText-questions] Verify PDF whit revision comparation

2010-01-26 Thread Oscar P
Hi, some time ago asked how to verify as Adobe Acrobat. Your response was that I had to develop and modify itext to solve it. I think I've achieved my goal, but I'm not sure. Can I send the modified classes from itext1.5 for you to evaluate if this is correct? thanks for all.