Aspose.CAD-Cloud
20.11.0
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 | Search | 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 | Search | Free Support | Free Trial
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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.