dnn Asked: 2020-08-04 09:06:06 +0800 CST2020-08-04 09:06:06 +0800 CST 2020-08-04 09:06:06 +0800 CST Is there any tool to convert ms visio flowchart to asciidoc directly? 772 I have a flowchart in visio which I need to embedd inside a asciidoc file .is there any tool to achieve his? visio open-source asciidoc 1 Answers Voted N0rbert 2020-08-04T10:02:23+08:002020-08-04T10:02:23+08:00 You can use one of the following workflows for VSD file from Visio: Convert VSD to ODG by vsd2odg utility and then ODG to PNG by LibreOffice: sudo apt-add-repository vsd2odg sudo apt-get install vsd2odg vsd2odg file.vsd file.odg lodraw --headless --convert-to png file.odg Convert VSD directly to PNG by LibreOffice: lodraw --headless --convert-to png file.vsd Then include resulting file.png PNG file to the AsciiDoc as usual.
You can use one of the following workflows for VSD file from Visio:
Convert VSD to ODG by
vsd2odg
utility and then ODG to PNG by LibreOffice:Convert VSD directly to PNG by LibreOffice:
Then include resulting file.png PNG file to the AsciiDoc as usual.