Aspose.Diagram-Cloud
19.10.0
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
<PackageReference Include="Aspose.Diagram-Cloud" Version="19.10.0" />
paket add Aspose.Diagram-Cloud --version 19.10.0
#r "nuget: Aspose.Diagram-Cloud, 19.10.0"
// 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 forsaveAs
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 | Versions 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. |
-
- NewtonSoft.Json (>= 10.0.3)
- RestSharp (>= 105.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.