当前位置: 首页 > 工具软件 > SVG2EMF > 使用案例 >

java将emf格式转为svg_Svg2emf - SVG2EMF converter in Java

全誉
2023-12-01

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

 类似资料: