Sign inSign up

aspose/cad-cloud

By aspose

Updated almost 6 years ago

Perform CAD drawing conversion, processing & manipulation from within your cloud apps.

Image
1

9.5K

aspose/cad-cloud repository overview

Nuget Nuget License

Product Page | Docs | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

CAD Processing Features in Cloud

  • 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.

Read & Write CAD Formats

DXF (R12/2007/2010)

Save CAD As

Fixed Layout: PDF (as a vector and as a raster)
Images: BMP, PNG, JPG, JPEG, JPEG2000, TIF, TIFF, PSD, GIF, WMF

Read CAD Formats

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)

API Documentation

Container configuration

Parameters

NameDescription
LicensePublicKeyPublic key of your Metered license
LicensePrivateKeyPrivate key of your Metered license
ApiUserUsername to access API
ApiPasswordPassword to access API
ApiStorage*folder used to store and retrieve drawings

If "License" parameters are omitted, the app will work in trial mode with a watermark placed on a resulted drawing If the "ApiUser" parameter is set, each request has to have an "Authorization" header (JWT authentication using the 'Bearer' scheme). The URL to obtain the token is "/connect/token". (Use "ApiUser" value for "ClientId" and "ApiPassword" as "ClientSecret"). Authorization header has to be in the format: Bearer "ApiStorage" parameter is mandatory and usually points to a mounted volume

Examples

Run docker container from the command line
docker run -p 8082:80 -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" -v "/host_dir:/data" -e "ApiUser=user" -e "ApiPassword=pass" -e "ApiStorage=data" aspose/cad-cloud
Docker-compose
  AsposeCadCloud:
      image: aspose/cad-cloud
      ports: ["8082:80"]
      volumes: [
        "/host_dir:/data",
      ]
      environment:
        "ApiUser": "User"
        "ApiPassword": "Password"
        "ApiStorage": "data"
        "LicensePublicKey": "pub_key"
        "LicensePrivateKey": "private_key"

Container health check

There is an URL to use for health checks: "/"

Product Page | Docs | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

Tag summary

Content type

Image

Digest

Size

208 MB

Last updated

almost 6 years ago

docker pull aspose/cad-cloud