معرفی شرکت ها


aspose-cad-22.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Aspose.CAD for Python is a CAD and BIM drawings Processing library that allows developers to modify, convert and publish various drawing and image formats without need to have any other CAD software.
ویژگی مقدار
سیستم عامل -
نام فایل aspose-cad-22.2
نام aspose-cad
نسخه کتابخانه 22.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aspose
ایمیل نویسنده -
آدرس صفحه اصلی https://products.aspose.com/cad/python
آدرس اینترنتی https://pypi.org/project/aspose-cad/
مجوز -
# CAD/BIM Drawings conversion and publish API for Python ![Version 22.2](https://img.shields.io/pypi/v/aspose-cad.svg?label=PyPI) ![PyPI](https://img.shields.io/pypi/dm/aspose-cad.svg?label=PyPI%20downloads) ![GitHub](https://img.shields.io/github/license/aspose-cad/Aspose.CAD-for-Python) [Aspose.CAD for Python](https://products.aspose.com/cad/python) 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, and DXF](https://docs.aspose.com/cad/python/supported-file-formats/) 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 & DXF formats. - Convert [CAD to PDF](https://docs.aspose.com/cad/python/converting-cad-drawings-to-pdf-and-raster-image-formats/). - 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](https://docs.aspose.com/cad/python/adjusting-cad-drawing-size/). ## New Features & Enhancements ![Version 22.2](https://img.shields.io/badge/nuget-v22.2-blue) - 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 Python 22.2 - Release Notes](https://docs.aspose.com/cad/python/aspose-cad-for-python-22-2-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 Python supports Python version 3.x. 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 Python and want to upgrade the version, please run ```pip install --upgrade 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](https://github.com/aspose-python/Aspose.CAD-for-Python) or [Aspose.CAD for Python Documentation](https://docs.aspose.com/cad/python/) for other common use cases. ## Export DXF to PDF using C# Code ```python import aspose.cad as cad cadImage = cad.image.load("drawing.dxf"); rasterizationOptions = cad.CadRasterizationOptions(); pdfOptions = cad.PdfOptions(); cadImage.Save("output.pdf", pdfOptions); ``` [Home](https://www.aspose.com/) | [Product Page](https://products.aspose.com/cad/python) | [Docs](https://docs.aspose.com/cad/python/) | [Demos](https://products.aspose.app/cad/family) | [API Reference](https://apireference.aspose.com/cad/python) | [Examples](https://github.com/aspose-cad/Aspose.CAD-for-Python) | [Blog](https://blog.aspose.com/category/cad/)| [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/cad) | [Temporary License](https://purchase.aspose.com/temporary-license)


زبان مورد نیاز

مقدار نام
>=3.5,<3.11 Python


نحوه نصب


نصب پکیج whl aspose-cad-22.2:

    pip install aspose-cad-22.2.whl


نصب پکیج tar.gz aspose-cad-22.2:

    pip install aspose-cad-22.2.tar.gz