![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@asposecloud/aspose-cad-cloud
Advanced tools
Aspose.CAD Cloud is a true REST API that enables you to perform a wide range of CAD and BIM drawings processing operations including manipulation, export and conversion in a cloud, with zero initial costs.
This repository contains Aspose.CAD Cloud Node.js SDK source code which is written in Node.js. This SDK allows you to work with Aspose.CAD Cloud REST APIs in your .NET applications quickly and easily, with zero initial cost and gain all benefits of strong types and IDE highlights.
DXF (R12/2007/2010)
Fixed Layout: PDF (as a vector and as a raster) Images: BMP, PNG, JPG, JPEG, JPEG2000, TIF, TIFF, PSD, GIF, WMF
DWG (13, 14, 2000, 2004), DWG (2010, 2013, 2014), DWG (2015, 2017, 2018), DWT (13, 14, 2000, 2004), DWT (2010, 2013, 2014), DWT (2015, 2017, 2018), DWF, DGN v7, IGES (IGS), PLT, Industry Foundation Classes (IFC), STereoLithography (STL)
Look at API Reference for full API specification.
For the complete list of use-cases, please refer to the format support document to see what you can achieve!
Detailed official documentation can be found at the following link.
Please, add the following npm package to your project.json as a dependency.
{
"dependencies": {
"@asposecloud/aspose-cad-cloud": "24.5.2"
}
}
Import the dependencies to your code as follows.
import * as cad from "@asposecloud/aspose-cad-cloud";
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get NPM distribution (recommended). For more details, please visit our documentation website.
You can choose either to use Aspose.CAD Cloud-hosted drawings processing service (the standard way) or the Docker image from Docker Hub deployed on-premise to serve the requests - https://hub.docker.com/r/aspose/cad-cloud. The details about key differences and deployment process is described on the dedicated Docker Hub page.
To use Aspose CAD for Cloud Java SDK you need to register an account with Aspose Cloud and lookup/create App Key and SID at Cloud Dashboard. There is free quota available. For more details, see Aspose Cloud Pricing.
The solution is updated using code generator.
// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
const cadApi = new CadApi("MY_CLIENT_SECRET", "MY_CLIENT_ID");
const request: GetDrawingSaveAsRequest = new GetDrawingSaveAsRequest(
{
name: "inputDrawing.dxf",
outputFormat: "png",
folder: "InputFolder",
storage: "My_Storage_Name",
outPath: "output.png"
});
await cadApi.getDrawingSaveAs(request);
Tests from this repo are intended for internal usage only.
All Aspose.CAD Cloud SDKs, helper scripts and templates are licensed under MIT License.
.NET | Java | PHP | Python | Ruby | Node.js |
---|---|---|---|---|---|
GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
NuGet | Maven | Composer | PIP | GEM | NPM |
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial|
FAQs
Aspose.CAD Cloud Node.Js SDK
The npm package @asposecloud/aspose-cad-cloud receives a total of 6 weekly downloads. As such, @asposecloud/aspose-cad-cloud popularity was classified as not popular.
We found that @asposecloud/aspose-cad-cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.