Converte Effect Problem

Presentation pptDoc = new Presentation(
"C:\\Users\\Lixp\\Desktop\\1.ppt");
ISlide pageSlide = null;
for (int i = 0; i < pptDoc.getSlides().size(); i++) {
pageSlide = pptDoc.getSlides().get_Item(i);
BufferedImage bufferedImage = pageSlide.getThumbnail(1.5f, 1.5f);
ImageIO.write(bufferedImage, "jpeg", new FileOutputStream(
"C:\\Users\\Lixp\\Desktop\\1\\1.ppt-" + (i + 1) + ".jpeg"));
}

Hi Xu,


Thank you for posting.

I have observed your comments and like to share with you that there is some problem with the source files as I am unable to open them by PowerPoint. I have attached the screenshots for your kind reference. I request you to please share with us the source files without any problem, along with little explanation of the issue so that we may investigate it further to help you out.

Best Regards.

But we can open it !can you use chinese edition for our Chinese?In china,only our company use your product?can you setup a chinese version (system,office)

Hi XU,

I have observed your comments and like to share that Aspose.Slides support PowerPoint presentations and ODP format presentations. However, it does not support the Chinese version of your PowerPoint whose presentations are even unable to get opened in MS PowerPoint it self. I suggest you to please try using the standard MS PowerPoint features as Aspose.Slides API has been built on the basis of features available in MS PowerPoint.

We are sorry for your inconvenience,