|
Project Information
Links
|
converts SVG(Scalable Vector Graphics) files to EMF(Enhanced Meta File) files using batik and FreeHEP VectorGraphics library DownloadTest Samplepublic 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 SVGConverted EMFInformation |

