Convert odt to pptx throws exception javax.imageio.spi.ImageReaderSpi:

convert odt to pptx throws exception
javax.imageio.spi.ImageReaderSpi: Provider com.aspose.note.internal.twelvemonkeys.imageio.plugins.tiff.

The conversion works correctly using GroupDocs.Conversion for .NET

        // Import ODT document
        Converter converter = new Converter("input.odt");

        // Get conversion option for final output document
        ConvertOptions convertoptions = converter.getPossibleConversions("pptx")
                .getSource().getConvertOptions();

        // Save the PPTX to disk
        converter.convert("result.pptx", convertoptions);

You can use any simple ODT file for conversion with some text

@tahir.manzoor
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CONVERSIONJAVA-2025

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.