PPTX to TIFF: Conversion Failed on Linux CentOS

Hi,
I’m using latest version of Aspose Slides to convert some pptx, pptm file to tiff image format on Linux, but they are always throw exception and stack trace like this:
Exception : Not implemented.
Stack trace:

at System.Drawing.SafeNativeMethods.Gdip.CheckStatus(Int32 status)
at System.Drawing.Image.SaveAdd(EncoderParameters encoderParams)
at .(Presentation , Stream , Int32[] , TiffOptions , InterruptionToken )
at Aspose.Slides.Presentation.Save(Stream stream, SaveFormat format, ISaveOptions options)
at Aspose.Slides.Presentation.Save(String fname, SaveFormat format)

Sample code:

using(var presentation = new Presentation(inFile))
{
presentation.Save(outFile, SaveFormat.Tiff);
retValue = Constant.SUCCESS;
}

Please help me check this.
Thank you.

@dunghnguyen,
Thank you for the issue description.

To investigate this case on our end, please share the presentation file to reproduce the error.

Hi @Andrey_Potapov,
it seems like any pptx file will meets the same error. Ex: sample.zip (23.8 KB)

@dunghnguyen,
Thank you for the presentation example. We will reply to you as soon as possible.

@dunghnguyen,
I logged the issue with ID SLIDESNET-42912 in our tracking system. Our development team will investigate this case. We will inform you of any progress.

1 Like