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);
…...args) throws IOException { Presentation template = load("DonutChart...Pptx); } private static Presentation load(String path) throws...