modify an existing file of powerpoint with java programming [closed]

五迷三道 提交于 2019-12-14 03:38:00

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!