Aspose.CAD-Cloud
20.11.0
See the version list below for details.
dotnet add package Aspose.CAD-Cloud --version 20.11.0
NuGet\Install-Package Aspose.CAD-Cloud -Version 20.11.0
<PackageReference Include="Aspose.CAD-Cloud" Version="20.11.0" />
paket add Aspose.CAD-Cloud --version 20.11.0
#r "nuget: Aspose.CAD-Cloud, 20.11.0"
// Install Aspose.CAD-Cloud as a Cake Addin #addin nuget:?package=Aspose.CAD-Cloud&version=20.11.0 // Install Aspose.CAD-Cloud as a Cake Tool #tool nuget:?package=Aspose.CAD-Cloud&version=20.11.0
AutoCAD File Processing .NET Cloud REST API
Product Page | Docs | Swagger UI | Examples | Blog | Release Notes | Free Support | Free Trial
This Cloud SDK helps you perform AutoCAD drawing conversion, processing & manipulation from within your C#, ASP.NET, & other .NET cloud apps without AutoCAD.
CAD Processing Features
- Export CAD drawings to other file formats.
- Get image properties of a CAD drawing.
- Change the scale of an AutoCAD sketch.
- Flip and rotate a CAD image.
- Upload or download CAD drawings to the cloud storage.
- Copy, move, delete CAD files from the cloud storage.
Open, Save, and Convert CAD Formats
DWG, DWF, DXF
Save CAD As
Fixed Layout: PDF (as a vector and as a raster)
Images: BMP, PNG, JPG, JPEG, JPEG2000, TIF, TIFF, PSD, GIF, WMF
Support for DXF / DWG / DGN (3D Solids)
- Conic
- Sphere
- Torus
- Cylinder
- Box
- Wedge
Support for DXF / DWG
- Wired models
- Basic view cube positions
- 3D Faces
Support for DXF / DGN
- Surfaces
- Meshes
Platform Independence
Aspose.CAD 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 most types of businesses, documents, or content.
Get Started with Aspose.CAD Cloud SDK for .NET
You do not need to install anything to get started with Aspose.CAD Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.
Simply execute Install-Package Aspose.CAD-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.CAD assembly in your project. If you already have Aspose.CAD Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.CAD-Cloud
to get the latest version.
Please check the GitHub Repository for common usage scenarios.
Convert DWG
to PNG
Format via C# Code
// for complete examples, please visit https://github.com/aspose-cad-cloud/aspose-cad-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 CadApi(MyClientSecret, MyClientId);
// Create request
var request = new GetDrawingSaveAsRequest("sample-file.dwg", "png", "CADFiles", "CADFiles/output.png", "My Storage Name");
// Convert DWG to PNG
var response = apiInstance.GetDrawingSaveAs(request);
Product Page | Docs | 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 | 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. |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.