Hi,

I am trying to get a revision from a signature. When I use JDK 1.3 or 1.4 it
works fine but when I use JDK 1.5+ I get the following exceptions

java.io.EOFException
at
com.lowagie.text.pdf.RandomAccessFileOrArray.readFully(RandomAccessFileOrArr
ay.java:223)
at com.lowagie.text.pdf.AcroFields$RevisionStream.read(AcroFields.java:1697)

      while( ((bread = m_objRevisionPDFStream.read(bin, 0, 1024))!= -1) ==
true ) // EXCEPTION COMES AT THIS LINE
        obj_BufferedOutputStream.write(bin, 0, bread);

I am using iText-Paulo 155.

Regards,
Wahaj




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to