I am receiving this error message when trying to dynamically create and display a PDF document:

"com.lowagie.text.DocumentException: banner-3part1.gif is not a supported GIF-file (the image separator '0x2c' is not found after reading the color table)

        at com.lowagie.text.pdf.PdfDocument.add(Unknown Source)
        at com.lowagie.text.Document.add(Unknown Source)"

I would like to know of any tool / package using which I can check, and modify if necessary, my images.

Thanks

Reply via email to