npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@asposecloud/aspose-cad-cloud

v20.11.0

Published

Aspose.CAD Cloud Node.Js SDK

Downloads

31

Readme

Aspose.CAD Cloud Node.Js SDK

Aspose.CAD Cloud is a true REST API that enables you to perform a wide range of drawing processing operations including manipulation, editing, conversion and export in the cloud, with zero initial costs. Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process images in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights.

This repository contains Aspose.CAD Cloud Node.js SDK source code which is written in TypeScript. This SDK allows you to work with Aspose.CAD Cloud REST APIs in your Node.js applications quickly and easily, with zero initial cost and gain all benefits of strong types and IDE highlights.

To use this SDK, you will need App SID and App Key which can be looked up at Aspose Cloud Dashboard (free registration in Aspose Cloud is required for this).

Key Features

  • Supports the latest versions of AutoCAD DWG, DXF, DWF, DWT, STL, IGS, DGN, OBJ and CF2 files
  • Convert CAD drawings to high quality PDF
  • Convert CAD drawing to high quality raster images
  • Convert CAD drawing to high quality vector files like SVG and WMF
  • Modify and convert CAD drawing to DXF
  • Modify and convert CAD drawing to DWF
  • Select and modify specific entities
  • Retrieve & update drawing properties and metadata
  • Select and convert specific layouts
  • Select and convert specific layers
  • Track the file conversion process

Drawing Formats Support

Export the following drawing to various formats (generally supported ones are BMP, PSD, JPEG, TIFF, GIF, PNG, JPEG2000, SVG, WMF and PDF):

  • DWG
  • DXF
  • DWF
  • DWT
  • STL
  • IGS
  • DGN
  • OBJ
  • CF2

Process options, change and return drawings in the same format:

  • DXF
  • DWF

Output formats to export:

  • BMP
  • PSD
  • JPEG
  • TIFF
  • GIF
  • PNG
  • JPEG2000
  • SVG
  • WMF
  • PDF

Supported CAD Operations

  • Export
  • Resize
  • Crop
  • Rotate and Flip

Look at API Reference for full API specification.

The solution is updated using code generator.

For the complete list of use-cases, please refer to the format support document to see what you can achieve!

Detalied official documentation can be found at the following link.

Getting Started

  1. Sign Up. Before you begin, you need to sign up for an account on our Dashboard and retrieve your credentials.
  2. Minimum requirements. This SDK requires Node.js 6.x and higher.
  3. Install Aspose.CAD Cloud Node.Js SDK.

Please, add the following nmp package to your project.json as a dependency.

{
  "dependencies": {
    "@asposecloud/aspose-cad-cloud": "^19.11.0"
  }
}

Import the dependencies to your code as follows.

import * as cad from "@asposecloud/aspose-cad-cloud";
  1. Using the SDK. The best way to become familiar with how to use the SDK is to read the Developer Guide. The Getting Started Guide will help you to become familiar with the common concepts.

Quick Examples

Please, look at Examples document for basic usage or use the Examples folder for more sophisticated scenarios.

Content

You may check our full API endpoints list or models available in the SDK.

Dependencies

Licensing

All Aspose.CAD Cloud SDKs, helper scripts and templates are licensed under MIT License.

Contact Us

Your feedback is very important to us. Please feel free to contact via

Resources

Other languages

We generate our SDKs in different languages so you may check if yours is available in our repository. If you don't find your language in the list, feel free to request it from us, or use raw REST API requests as you can find it here.

Code generator

The solution is updated using code generator.