甚至不需要对ppt进行任何的编辑和修改
这个问题令我十分困扰
- Code: Select all
public class test {
public static void exportTest() throws Exception {
Presentation presentation = new Presentation();
presentation.loadFromFile("测试文件\\input.pptx");
presentation.saveToFile("测试文件\\output.pptx", FileFormat.AUTO);
}
}