Visio to SVG Converter

耗尽温柔 提交于 2019-12-08 00:04:05

问题


We are developing an application to render the visio viewer on Mac Machine,

Initially approach is to convert visio to SVG and then render it,

Are there any converter 3rd Party or open source available, which we shall make use of it!


回答1:


You could try Inkscape

Check out this wiki page.




回答2:


libvisio, of course :) But it's open source/free software, so be careful with licensing

http://libregraphicsworld.org/blog/entry/the-ultimate-quest-of-bringing-visio-support-to-libreoffice




回答3:


Maybe a little bit late, but better late than never ;-)
With Adobe Illustrator it will be very easy:

  1. Open Visio
  2. select your image and copy it (ctrl + c)
  3. open Adobe Illustrator
  4. create a new document
  5. paste it (ctrl + v)
  6. export to SVG
  7. It's done =)


来源:https://stackoverflow.com/questions/8600566/visio-to-svg-converter

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!