SVG and MS Visio

Mark Zhukovsky 46 Reputation points
2022-06-13T12:48:03.413+00:00

Hello,

Hoping somebody can help answer this question:
https://stackoverflow.com/questions/72571321/convert-svg-to-vsdx-ms-visio-file?noredirect=1#comment128217637_72571321

Obviously Visio is able to open SVG files, but ideally we would convert an SVG file into a .VSDx file using C# - any idea if this is possible or how we could do this?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,951 questions
Visio Management
Visio Management
Visio: A family of Microsoft products used to create diagrams and vector graphics.Management: The act or process of organizing, handling, directing or controlling something.
253 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Paul Herber 111 Reputation points
    2022-06-13T21:52:18.87+00:00

    Just use the Page.Import method to read the SVG file, then save the document as a .VSDX file.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.