English

Convert VSD to VSDX in Python

VSD is a file format used by Microsoft Visio, a popular diagramming and vector graphics software. Conversion of VSD to VSDX might be necessary in some cases. In this article, you will learn how to convert a VSD to VSDX in Python.
January 3, 2023 · 3 min · Muzammil Khan

Convert Visio to SVG in Python

In Microsoft Visio, you can create a number of diagrams, flowcharts, timelines, and other types of professional graphics. Conversion of Visio diagrams to SVG might be necessary in some cases. In this article, you will learn how to convert a Visio diagram to SVG in Python.
December 9, 2022 · 4 min · Muzammil Khan

Convert Visio VSDX VSD Diagram to HTML or SVG using Java

VSDX or VSD Visio diagrams are used for different industrial designs. You can convert a VSDX or VSD Diagram file to an HTML webpage or an SVG image programmatically using Java. These conversions can help you create efficient web applications as HTML and SVG files are popular over the web. The following sections explain all the details.
September 30, 2021 · 2 min · Farhan Raza