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
Aspose.Diagram Cloud SDK for .NET helps you develop Visio file manipulation applications with the help of Aspose.Diagram REST API. It allows your applications to work with Microsoft Visio Object Model in order to create the diagrams from scratch or convert diagrams to popular formats including PDF, HTML, images and other Visio formats.
Visio Processing Features
- Convert diagrams to 20+ different file formats.
- 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.
Please refer to Developer's Guide to see what else you can achieve.
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
New Features in Version 20.3
Added support to draw following objects on a page:
- Polyline
- Line
- Ellipse
Added support to:
- Set page setting
- Add new empty page
- Get pages info
For the detailed notes, please visit Aspose.Diagram Cloud 20.3 Release Notes.
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.
Create New VDX Diagram in C# .Net
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
var diagramApi = new DiagramApi("client_credentials", "MY_CLIENT_ID", "MY_CLIENT_SECRET");
string name = "New_Diagram.vdx";
bool isOverwrite = true;
string folder = null;
CreateNewResponse response = diagramApi.CreateNew(name, folder, isOverwrite);
Aspose.Diagram Cloud SDKs in Popular Languages
.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 |
Home | Product Page | Documentation | Live Demo | API Reference | Code Samples | Blog | 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. |
.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.