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?
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?
See http://dev.plutext.org/svn/docx4j/trunk/docx4j/src/pptx4j/java/org/pptx4j/samples/RenderAsSvgInHtml.java
but not all shapes are supported, yet.
See answer to your question here: Generate PowerPoint 2007/2010 file using Java