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 VSDM to PDF in Java

VSDM are the Visio diagram files that contain Macros. Such macros are usually develepod in Visual Basic for Applications which can perform different actions that are triggered on file opening. In certain cases, you might need to convert a VSDM Visio file to a PDF document. To achieve such requirements, this article covers how to convert a VSDM Diagram file to a PDF document in Java.
May 28, 2022 · 3 min · Farhan Raza