- 授权方式:免费软件
- 界面语言:简体中文
- 文件大小:7.07 MB
- 更新时间:2014-08-22
- 资源类型:国产软件
- 平台环境:Win2003,WinXP,Win2000,Win9X
- 推荐等级: ★★★☆☆
- 作者主页: 点击查看
详细介绍 - [ 皈依SVG2EMF v2.0 ]
SVG2EMF 是一个用 Java 编写的用来将 SVG 可伸缩向量图专为 EMF(Enhanced Meta File) 的工具。
示例代码:
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);
}
Tag: SVG2EMF File 皈依 v2.0 下载 一个 Java 写的 用来
Disclaimer: The content of this article is sourced from the internet. The copyright of the text, images, and other materials belongs to the original author. The platform reprints the materials for the purpose of conveying more information. The content of the article is for reference and learning only, and should not be used for commercial purposes. If it infringes on your legitimate rights and interests, please contact us promptly and we will handle it as soon as possible! We respect copyright and are committed to protecting it. Thank you for sharing.