Svg2emf - SVG2EMF converter in Java
1192
converts SVG(Scalable Vector Graphics) files to EMF(Enhanced Meta File) files using batik and FreeHEP VectorGraphics library DownloadJAR JAR(including all depedencies) Executable JAR Test Samplehttp://svg2emf.googlecode.com/svn/trunk/SVG2EMF/src/test/java/net/hanjava/svg/SVG2EMFTest.java public void testConvert() throws IOException { String svgUrl = "http://upload.wikimedia.org/wikipedia/en/7/7f/Mickey_Mouse.svg"; File emfFile = new File("mickey.emf"); SVG2EMF.convert(svgUrl, emfFile);}Example SVG Converted EMF InformationDepedency information Source naviation(JXR)
http://code.google.com/p/svg2emf
Tags
Implementation
License