Hi;
 
I tried to write a test program where I generate a pdf file, look at it carefully to make sure it's correct, then have aunit test that generates the same file and compares it byte by byte with the checked one.
 
The problem is that ever time I run it, I get an error like this:
 
    Mis-match at line 62 in file C:\src\xmlReport\net\windward\xmlreport\test\report1.pdf
    correct (file) = 5 0 obj
      check (data) = 3 0 obj
 
Any ideas?
 
thanks - dave

Reply via email to