问题
am have problème with manipulation of powerpoint format using java , i want to read a slid from an existing file(.pptx) witch containe one slid after that , generat a new file powerpoint containe a lot of copy of the first slid of the first file but we must add to it a paragraphe in middile , Thank you.
回答1:
Apache POI has support for both PPT file formats (97/HSLF and 2007 OOXML/XSLF). Examples can be found for the former and the latter in the projects repository. In addition, they provide an XSLF Cookbook with several usecases.
来源:https://stackoverflow.com/questions/43299879/modify-an-existing-file-of-powerpoint-with-java-programming