Aspose.Diagram-Cloud
23.8.0
dotnet add package Aspose.Diagram-Cloud --version 23.8.0
NuGet\Install-Package Aspose.Diagram-Cloud -Version 23.8.0
<PackageReference Include="Aspose.Diagram-Cloud" Version="23.8.0" />
paket add Aspose.Diagram-Cloud --version 23.8.0
#r "nuget: Aspose.Diagram-Cloud, 23.8.0"
// Install Aspose.Diagram-Cloud as a Cake Addin #addin nuget:?package=Aspose.Diagram-Cloud&version=23.8.0 // Install Aspose.Diagram-Cloud as a Cake Tool #tool nuget:?package=Aspose.Diagram-Cloud&version=23.8.0
.NET Cloud REST API for Visio® Processing
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial
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.
Read & Write Visio® Formats
Microsoft Visio®: VSDX, VDX, VSX, VTX, VSSX, VSTX, VSDM, VSSM, VSTM
Save Visio® As
Fixed Layout: PDF, XPS
Images: SVG, JPEG, PNG, BMP, TIFF
Metafile: EMF
Web: HTML
Other: XAML, SWF
Read Visio® Formats
Microsoft Visio®: VSD, VDW, VSS, VST
Get Started
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 common usage scenarios.
Create VDX
Diagram file using C# Code
// for complete examples, please visit https://github.com/aspose-diagram-cloud/aspose-diagram-cloud-dotnet
// Get Client Id and Client Secret from https://dashboard.aspose.cloud
string MyClientId = "My-Client-Id";
string MyClientSecret = "My-Client-Secret";
// Create instance of the API
var apiInstance = new DiagramApi("client_credentials", MyClientSecret, MyClientId);
// Create new diagram
CreateNewResponse response = apiInstance.CreateNew("New_Diagram.vdx", "Diagrams", true);
.NET | Java | PHP | Python | Ruby | Node.js | Android | Perl | Swift |
---|---|---|---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Maven | Composer | PIP | GEM | NPM | Maven | CPAN | POD |
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- NewtonSoft.Json (>= 10.0.2)
- RestSharp (>= 106.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.