I am using Aspose.Pdf for Java 2.4.0.0 and Aspose.Cells for Java 2.0.0.
I am trying to convert 9 Excel files to PDF. I got 4 failures which were as follows:
com.aspose.pdf.exception.AsposeIOException: error in read image
at com.aspose.pdf.elements.ImageInfo.g(Unknown Source)
at com.aspose.pdf.elements.Image.a(Unknown Source)
at com.aspose.pdf.elements.Cell.h(Unknown Source)
at com.aspose.pdf.elements.Table.a(Unknown Source)
at com.aspose.pdf.elements.Section.a(Unknown Source)
at com.aspose.pdf.elements.Pdf.a(Unknown Source)
at com.aspose.pdf.elements.Pdf.a(Unknown Source)
at com.aspose.pdf.elements.Pdf.save(Unknown Source)
I am posting my code in the attachments. I am also posting one of the Excel documents which caused a failure like this.
Can someone tell me if there is a workaround for this issue? Or will it be fixed in the next release (when would that be)?
Thanks.