问题
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