English

Create Visio Diagram in Python

MS Visio is a popular application that enables you to create flowcharts, data flow diagrams, business process models, etc. It uses the VSDX file format to store the diagrams. In this article, you will learn how to create VSDX diagrams from scratch in Python. Furthermore, it covers how to add basic shapes in the VSDX diagrams programmatically.
August 31, 2022 · 3 min · Muzammil Khan

Create MS Visio VSDX Diagrams using C#

MS Visio is a popular application that lets you create a wide range of diagrams such as flowcharts, data flow diagrams, business process models and etc. VSDX is the file format that MS Visio uses to store the diagrams. In order to automate VSDX manipulation, this article provides you a basic tutorial of how to create VSDX diagrams from scratch in C#. Furthermore, it covers how to insert pages, shapes, and text in the VSDX diagrams from within .NET applications.
December 1, 2020 · 4 min · Usman Aziz