English

Convert Visio to PDF in Python

Microsoft Visio is a popular vector graphics application. It allows drawing a variety of simple or complicated professional diagrams, flowcharts, timelines, etc. In certain cases, you may need to convert Visio diagrams to PDF documents. In this article, you will learn how to convert a Visio drawing to a PDF in Python.
September 14, 2022 · 3 min · Muzammil Khan

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 MS Visio Diagrams to PDF, PNG, JPEG, SVG, HTML and XAML in Node.js

In my previous post, I have demonstrated how to create MS Visio diagrams from scratch in Node.js applications. In this article, I’ll show you how to use Aspose.Diagram to export or convert MS Visio diagrams to various popular file formats in Node.js applications. The conversion of Visio diagrams could be useful in various scenarios. You can convert a diagram to HTML or JPEG/PNG image to display it on a web page or in a Visio document viewer.
May 13, 2020 · 4 min · Usman Aziz

Convert Microsoft Visio Drawings to Images and PDF in C# and Java

We are pleased to announce July release of Aspose.Diagram API. We have improved rendering of VSD as well as VSDX format files to PDF and different image formats including JPG, PNG, SVG and GIF. Few other problems with Text and Shadow of Shapes have also been rectified in this release. We have also resolved issues pertaining to incorrect alignment of text and occurrences of Exceptions. Therefore, you can render your files to supported file formats even better, as compared to previous versions of the API.
July 30, 2018 · 2 min · Farhan Raza