Perform CAD drawing conversion, processing & manipulation from within your cloud apps.
9.5K
Product Page | Docs | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
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)
| Name | Description |
|---|---|
| LicensePublicKey | Public key of your Metered license |
| LicensePrivateKey | Private key of your Metered license |
| ApiUser | Username to access API |
| ApiPassword | Password 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
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
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"
There is an URL to use for health checks: "/"
Product Page | Docs | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
Content type
Image
Digest
Size
208 MB
Last updated
almost 6 years ago
docker pull aspose/cad-cloud