Metadata-Version: 2.1
Name: aspose-cad-cloud
Version: 19.11.0
Summary: Aspose.CAD Cloud Python SDK
Home-page: https://products.aspose.cloud/cad
Author: Vitalii Kornyliuk
Author-email: vitalii.kornyliuk@aspose.com
License: MIT
Description: # Aspose.CAD Cloud Python SDK
        [Aspose.CAD Cloud](https://products.aspose.cloud/cad) is a true [REST API](https://apireference.aspose.cloud/cad/) 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 Python SDK](https://products.aspose.cloud/cad/python) source code which is written in Python. This SDK allows you to work with Aspose.CAD Cloud REST APIs in your Python 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](https://dashboard.aspose.cloud/#/apps) (free registration in Aspose Cloud is required for this).
        [Aspose.CAD Cloud](https://products.aspose.cloud/cad) is a true [REST API](https://apireference.aspose.cloud/cad/) 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. 
        
        # 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](https://apireference.aspose.cloud/cad/) for full API specification.
        
        The solution is updated using [code generator](https://github.com/aspose-cad-cloud/aspose-cad-cloud-codegen).
        
        For the complete list of use-cases, please refer to the [format support document](https://docs.aspose.cloud/display/cadcloud/Supported+File+Formats) to see what you can achieve!
        
        Detalied official documentation can be found at the [following link](https://docs.aspose.cloud/display/cadcloud).
        
        ## Getting Started
        1. **Sign Up**. Before you begin, you need to sign up for an account on our [Dashboard](https://dashboard.aspose.cloud/) and retrieve your [credentials](https://dashboard.aspose.cloud/#/apps).
        2. **Minimum requirements**. This SDK requires [Python 2.7 or later](https://www.python.org/downloads/).
        3. **Install Aspose.CAD Cloud Python SDK**.
        
        Please, add the following [PyPi package](https://pypi.org/project/aspose-cad-cloud/) to your requirements.txt.
        ```
        aspose-cad-cloud>=19.11
        ```
        Or install it using command line.
        ```
        pip install aspose-cad-cloud
        ```
        Import the dependencies to your code as follows.
        ```python
        import aspose-cad-cloud
        ```
        4. **Using the SDK**. The best way to become familiar with how to use the SDK is to read the [Developer Guide](https://docs.aspose.cloud/display/cadcloud/Developer+Guide). The [Getting Started Guide](https://docs.aspose.cloud/display/cadcloud/Getting+Started) will help you to become familiar with the common concepts.
        
        ## Quick Examples
        Please, look at [Examples](EXAMPLES.md) document for basic usage or use the [Examples](Examples) folder for more sophisticated scenarios.
        
        ## Content
        You may check our full [API endpoints list](docs/API_README.md#documentation-for-api-endpoints) or [models available](docs/API_README.md#documentation-for-models) in the SDK.
        
        ## Dependencies
        * [Python 2.7 or later](https://www.python.org/downloads/)
        
        ## Licensing
        All Aspose.CAD Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
        
        ## Contact Us
        Your feedback is very important to us. Please feel free to contact via
        + [**Free Support Forum**](https://forum.aspose.cloud/c/cad)
        + [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
        
        ## Resources
        + [**Web API reference**](https://apireference.aspose.cloud/cad/)
        + [**Website**](https://www.aspose.cloud)
        + [**Product Home**](https://products.aspose.cloud/cad)
        + [**Documentation**](https://docs.aspose.cloud/display/cadcloud/Home)
        + [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose.cad-cloud/)
        
        ## Other languages
        We generate our SDKs in different languages so you may check if yours is available in our [repository](https://github.com/aspose-cad-cloud). 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](https://products.aspose.cloud/cad/curl).
        
        ## Code generator
        The solution is updated using [code generator](https://github.com/aspose-cad-cloud/aspose-cad-cloud-codegen).
Keywords: Aspose,CAD,Cloud,REST,API,SDK,drawing,DWG,DXF,DWF,DWT,STL,IGS,DGN,OBJ,CF2,image,bmp,gif,jpg,jpeg,jpeg2000,jp2,j2k,png,psd,tiff,tif,wmf,svg,export,conversion
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Graphics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
