- Timestamp:
- 07/28/10 18:07:17 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/pptx4j/java/org/pptx4j/samples/RenderAsSvgInHtml.java
r1096 r1179 65 65 System.out.println( XmlUtils.marshaltoString(rl.getShapeTree(), false, true, Context.jcPML, 66 66 "http://schemas.openxmlformats.org/presentationml/2006/main", "spTree", GroupShape.class) ); 67 68 // Where to save images 69 SvgExporter.setImageDirPath(System.getProperty("user.dir") + "/sample-docs/pptx/"); 67 70 68 71 SvgExporter.svg(presentationMLPackage, rl); … … 70 73 } 71 74 75 // NB: file suffix must end with .xhtml in order to see the SVG in a browser 72 76 } 73 77
Note: See TracChangeset
for help on using the changeset viewer.
