English

Convert VSDM to PDF in C#

VSDM files have the capability to run macros when a file is opened, where the Macros are user defined actions that can be developed to run specific tasks. In some cases, you may need to convert a VSDM Visio diagram file to PDF format for compatibility purposes. Accordingly, this article covers how to convert a VSDM file to PDF format programmatically in C#.
June 28, 2022 · 2 min · Farhan Raza

Convert Visio VSD/VSDX File to Image Programmatically in C#

Microsoft Visio drawings are frequently used in organizations for different design purposes. You can convert a Visio Diagram file to an image format programmatically using C#. This conversion is helpful because images can be shared and previewed easily as compared to the drawing formats VSD, VSDX, etc
July 2, 2021 · 3 min · Farhan Raza