Working with Aspose.CAD Cloud Live API
Contents
[
Hide
]
Introduction
Aspose.CAD Cloud provides support functions for working with files such as conversion, adding a watermark and working with metadata.
Convert CAD drawing
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/cad/Convert | POST | Convert CAD drawing to DXF, DWG, DGN, DWF, DWFX, IFC, STL, DWT, IGES, PLT, CF2, OBJ, HPGL, IGS, PCL, FBX, PDF, SVG format | ConvertFile |
cURL Example
Add watermark to drawing
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/cad/Watermark | POST | Add watermark to drawing | Watermark |
cURL Example
Extract Text from CAD drawing to txt file
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/cad/ExtractText | POST | Extract Text from CAD drawing to txt file | ExtractText |
cURL Example
Extract Metadata from CAD drawing to txt, xml or json file
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/cad/ExtractMetadata | POST | Extract Metadata from CAD drawing to txt, xml or json file | ExtractMetadata |
cURL Example
Return file for viewer
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/cad/Viewer | POST | Return file for viewer | Viewer |
cURL Example
Get Metadata info
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/cad/EditMetadata | POST | Get Metadata info | EditMetadata |
cURL Example
Save Metadata
API Information
API | Type | Description | Swagger Link |
---|---|---|---|
/cad/EditMetadata | PUT | Save Metadata | EditMetadata |