Massive Slow Down when Converting Presentations Using Aspose.Slides for Java

@JamesDriscoll
Thank you for your patience.

1 Like

@JamesDriscoll
Our development team has added a test to check performance degradation related to this issue.

If you want to remove unused layouts and master slides(to decrease presentation size), you can use the following code:

Compress.removeUnusedMasterSlides(presentation);
Compress.removeUnusedLayoutSlides(presentation);
1 Like