Convert PowerPoint 2007/2010 file formats to svg using pptx4j in Java

余生长醉 提交于 2019-12-12 18:09:35

问题


In my Java project I am working on PowerPoint 2007/2010 file format so I am Using pptx4j open source project.

However, I don't know how to convert PowerPoint 2007/2010 file formats to an SVG file.

Can anybody help me?


回答1:


See answer to your question here: Generate PowerPoint 2007/2010 file using Java




回答2:


See http://dev.plutext.org/svn/docx4j/trunk/docx4j/src/pptx4j/java/org/pptx4j/samples/RenderAsSvgInHtml.java

but not all shapes are supported, yet.



来源:https://stackoverflow.com/questions/3252626/convert-powerpoint-2007-2010-file-formats-to-svg-using-pptx4j-in-java

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