I have simple program
public class slidesTest {
public static void main(String[] args) throws IOException {
Presentation template = load("DonutChart.Pptx");
template.save("DonuTout.Pptx", SaveFormat.Pptx);
…...Chart Generates a Corrupted PPTX File in Java Aspose.Slides Product...load("DonutChart.pptx"); template.save("DonutOut.pptx", SaveFormat.Pptx); }...