Aspose.Diagram-Cloud 19.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Diagram-Cloud --version 19.10.0
NuGet\Install-Package Aspose.Diagram-Cloud -Version 19.10.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Diagram-Cloud" Version="19.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Diagram-Cloud --version 19.10.0
#r "nuget: Aspose.Diagram-Cloud, 19.10.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Diagram-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Diagram-Cloud&version=19.10.0

// Install Aspose.Diagram-Cloud as a Cake Tool
#tool nuget:?package=Aspose.Diagram-Cloud&version=19.10.0

.NET Cloud REST API for Visio Processing

This cloud SDK enables your C#, ASP.NET & other .NET cloud apps to create & process Visio diagrams from within your apps without installing Microsoft Visio.

Visio Processing Features

  • Retrieve document information of a Visio diagram.
  • Programmatically create a new Microsoft Visio diagram file.
  • Convert Visio flow-charts to other supported formats.
  • Upload your business oriented Visio diagrams to cloud storage.
  • Export Visio files to raster images, fixed-layout and HTML formats.

New Features in Version 19.10.0

  • General enhancements to the Aspose.Diagram Cloud REST API.
  • Added SaveOption parameter for saveAs API.
  • Enhancement in the Convert API.
  • Added support for multiple files exports that convert files to HTML.
  • Integrated Aspose.Storage Cloud feature into Aspose.Diagram Cloud.

For the detailed notes, please visit Aspose.Diagram Cloud 19.10 Release Notes.

Read & Write Visio Formats

Microsoft Visio: VSDX, VSX, VTX, VDX, VSSX, VSTX, VSDM, VSSM, VSTM

Save Visio As

Fixed Layout: PDF, XPS Images: JPEG, PNG, BMP, TIFF, SVG, EMF Web: HTML Other: XAML, SWF

Read Visio Formats

Microsoft Visio: VDW, VSD, VSS, VST

Platform Independence

Aspose.Diagram Cloud’s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.

Getting Started with Aspose.Diagram Cloud SDK for .NET

You do not need to install anything to get started with Aspose.Diagram Cloud SDK for .NET. All you need to do is create an account at Aspose for Cloud and get your application information.

Simply execute Install-Package Aspose.Diagram-Cloud from the Package Manager Console in Visual Studio to fetch & reference Aspose.Diagram assembly in your project. If you already have Aspose.Diagram Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.Diagram-Cloud to get the latest version.

Please check the GitHub Repository for other common usage scenarios.

Using C# to Create a New VDX Format Diagram in the Cloud

This code example demonstrates, how to create a new diagram of VDX format using C# code:

DiagramFileApi instance = new DiagramFileApi(GetConfiguration());

string name = "New_Diagram.vdx";
bool isOverwrite = true;
string folder = null;

var response = instance.DiagramFilePutCreate(name, folder, isOverwrite);

Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.8.0 186 8/18/2023
21.6.0 428 6/3/2021
21.1.2 404 1/18/2021
21.1.1 359 1/18/2021
21.1.0 386 1/18/2021
20.3.0 558 4/24/2020
19.10.0 582 11/4/2019
18.10.0 762 1/8/2019