Aspose.Diagram Plugins for .NET Knowledge Base

The Aspose.Diagram LowCode plugins for .NET provide a streamlined toolkit for working with Visio diagram files. From format conversion to PDF export, these LowCode API classes bring concise, focused solutions that help developers automate diagram workflows with minimal boilerplate.

LowCode Plugins

Diagram Converter Plugin

With the Aspose.Diagram DiagramConverter plugin, you can convert Visio diagrams between supported formats (VSDX, VSD, VDX, VSSX, VSTX, and more) in a single method call.

Learn how to:

Pdf Converter Plugin

With the Aspose.Diagram PdfConverter plugin, you can export any supported Visio format to PDF with a single line of code.

Learn how to:

  • Use PdfConverter for .NET
  • Export VSDX and VSD files to PDF
  • Use LowCodePdfSaveOptions for advanced PDF control
  • Stream-based PDF export for web APIs

Getting Started

Install via NuGet:

dotnet add package Aspose.Diagram

Apply your metered license before processing:

using Aspose.Diagram;

Metered metered = new Metered();
metered.SetMeteredKey("publicKey", "privateKey");

See Getting Started for full setup instructions.