Import and export to/from Visio
Posted May 5, 2004 19:04 UTC (Wed) by
redferni (subscriber, #112)
In reply to:
Import and export to/from Visio by etwilson
Parent article:
The Grumpy Editor's guide to diagram editors
The Visio file format is horrific, but it is possible to import from Visio 2002 by parsing its EMF preview (I've nearly got a vsdtosvg script working using this), and if you can get the sender to save as VDX (XML export) the excellent vdxtosvg XSLT converter should be able to get you SVG, and from there to Inkscape/Sodipodi and friends.
I don't know of anyone who's working on export to Visio, although I suppose you could do some sort of svgtovdx. It's a lot of work though.
(
Log in to post comments)