📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

aspose-cad

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aspose-cad

Aspose.CAD library as WebAssembly suitable to process & Render CAD Drawings without requiring AutoCAD or any other rendering workflow. The CAD Class Library allows high quality conversion of DWG, DWT, DWF, DWFx, IFC, PLT, DGN, OBJ, STL, IGES, CF2, U3D, 3D

23.1.2
latest
npm
Version published
Weekly downloads
31
72.22%
Maintainers
1
Weekly downloads
 
Created
Source

CAD/BIM Drawings conversion and publish API for JavaScript

Version 23.1 NPM GitHub

Aspose.CAD for JavaScript is a standalone class library with Aspose.CAD for .NET under the hood to enhance applications to process, modify, render and publish CAD and BIM drawings without requiring AutoCAD or any other rendering workflow. The CAD Class Library allows high quality conversion of DWG, DWF, DWFX, DWT, DGN, STL, DXB, OBJ, STL, CF2, IGES, IFC, PLT, 3DS, STP, and DXF files, layouts, and layers to PDF & raster image formats.

CAD File Processing Features

  • Supports the latest versions of DWG, DWF, DWFX, DWT, DGN, STL, OBJ, STL, CF2, IGES, IFC, DXB, PLT, 3DS, STP & DXF formats.
  • Convert CAD to PDF.
  • Convert CAD to images.
  • Track files processing progress.
  • Manipulate drawing entities and blocks.
  • Select and convert specific layouts of CAD drawings.
  • Select and convert specific layers of CAD drawings.
  • Adjust CAD drawing size before rendering.

New Features & Enhancements Version 23.1

  • Ability to export to the OBJ file format.
  • Support for HoloLens 2.
  • Support for the AutoCAD Plotter Configuration (PC3) files.

Please visit Aspose.CAD for JavaScript 23.1 - Release Notes for the detailed notes.

Read CAD and BIM Formats

AutoCAD: DWG, DWT, DXF, PC3 MicroStation: DGN Other: STL, DXB, IGES, DWF, DWFX, IFC, PLT, CF2, HPGL

Save and publsih drawings As

Fixed Layout: PDF Vector Images SVG, WMF, EMF, HTML5 Raster Images: PNG, BMP, TIFF, JPEG, GIF, PSD, JP2, PSD, WEBP, DICOM

Read & Write

CAD: DXF, DWF, DWFX, FBX The Advanced Visualizer: OBJ (Write features is partially supported.)

Platform Independence

Aspose.CAD for JavaScript supports all JavaScript and TypeScript versions. It supports any 32-bit or 64-bit operating system, this includes but is not limited to, Microsoft Windows desktop (XP, Vista, 7, 8, 10), Microsoft Windows Server (2003, 2008, 2012), Microsoft Azure, Linux (Ubuntu, OpenSUSE, CentOS, and others), and Mac OS X.

Getting Started

Simply run pip install aspose-cad from the Console to fetch the package. If you already have Aspose.CAD for JavaScript and want to upgrade the version, please run npm install aspose-cad to get the latest version.

You can run the following snippets in your environment to see how Aspose.CAD works, or check out the GitHub Repository or Aspose.CAD for JavaScript Documentation for other common use cases.

Export DXF to PDF using C# Code

import aspose.cad as cad

cadImage = cad.image.load("drawing.dxf");

rasterizationOptions = cad.CadRasterizationOptions();
pdfOptions = cad.PdfOptions();

cadImage.Save("output.pdf", pdfOptions);

Home | Product Page | Docs | Demos | API Reference | Examples | Blog| Search | Free Support | Temporary License

Keywords

Aspose.CAD

FAQs

Package last updated on 16 Feb 2023

Did you know?

Socket

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.

Install

Related posts