问题
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:
- Open Visio
- select your image and copy it (ctrl + c)
- open Adobe Illustrator
- create a new document
- paste it (ctrl + v)
- export to SVG
- It's done =)
来源:https://stackoverflow.com/questions/8600566/visio-to-svg-converter