Hi,

 

I'm developing a software that reads tiff files from a fax server and
converts them to pdf. Recently I'm experiencing RuntimeExceptions when
trying to load faxes from certain senders. This is what they look like:

 

java.lang.RuntimeException: Scanline must begin with EOL code word.

                at com.lowagie.text.pdf.codec.TIFFFaxDecoder.readEOL(Unknown
Source)

                at
com.lowagie.text.pdf.codec.TIFFFaxDecoder.decode2D(Unknown Source)

                at com.lowagie.text.pdf.codec.TiffImage.getTiffImage(Unknown
Source)

                at com.lowagie.text.pdf.codec.TiffImage.getTiffImage(Unknown
Source)

 

I can open the files in any image viewer so I don't think that the files are
corrupt. 

 

Does somebody know what causes that problem and how I can read the files
without getting it?

 

Thanks,

Stefan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to