aspose-cad


Nameaspose-cad JSON
Version 24.3.0 PyPI version JSON
download
home_pagehttps://products.aspose.com/cad/python
SummaryAspose.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.
upload_time2024-04-04 17:19:58
maintainerNone
docs_urlNone
authorAspose
requires_python<3.12,>=3.5
licensehttps://company.aspose.com/legal/eula
keywords dwg dwg to pdf convert publish export create write metadata edit modify cad bim dxf dgn dwf dwfx ifc stl dxb cf2 hpgl plt ply ifc iges pcl pdf-3d dwt dxb 3ds u3d stp collada obj stp jpg png j2k psd svg pdf wmf dicom webp html5 gif
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CAD/BIM Drawings conversion and publish API for Python

![Version 24.3.0](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-net/) 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-net/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, STP, STEP, GLB, GLTF, CF2, IGES, IFC, DXB, PLT & DXF formats.
- Convert [CAD to PDF](https://docs.aspose.com/cad/python-net/dxf-drawings/).
- 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-net/adjusting-cad-drawing-size/).

## New Features & Enhancements ![Version 24.3.0](https://img.shields.io/badge/pypi-v24.3.0-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 24.3.0 - Release Notes](https://releases.aspose.com/cad/python-net/release-notes/) for the detailed notes.

## Read CAD and BIM Formats

**AutoCAD:** DWG, DWT, DXF, PC3
**MicroStation:** DGN
**Other:** STL, DXB, IGES, DWF, DWFX, DAE, CF2, IFC, PLT, HPGL, U3D, 3DS

## Save and publsih drawings As

**Fixed Layout:** PDF
**Vector Images** SVG, WMF, EMF, HTML5
**Raster Images:** PNG, BMP, DIB, TIFF, TIF, JPEG, GIF, PSD, JPG, JPE, JIF, JFIF, PSD, WEBP, DICOM, JP2, J2K, JPF, JPM, JPG2, J2C, JPC, JPX, MJ2 , DJVU

## Read & Write

**CAD:** DXF, DWF, DWFX, FBX, STP, STEP, GLB, GLTF
**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-cad/Aspose.CAD-for-Python) or [Aspose.CAD for Python Documentation](https://docs.aspose.com/cad/python-net/) 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-net/) | [Docs](https://docs.aspose.com/cad/python-net/) | [Demos](https://products.aspose.app/cad/family) | [API Reference](https://apireference.aspose.com/cad/python-net/) | [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)



            

Raw data

            {
    "_id": null,
    "home_page": "https://products.aspose.com/cad/python",
    "name": "aspose-cad",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.5",
    "maintainer_email": null,
    "keywords": "dwg, dwg to pdf, convert, publish, export, create, write, metadata, edit, modify, cad, bim, dxf, dgn, dwf, dwfx, ifc, stl, dxb, cf2, hpgl, plt, ply, ifc, iges, pcl, pdf-3d, dwt, dxb, 3ds, u3d, stp, collada, obj, stp, jpg, png, j2k, psd, svg, pdf, wmf, dicom, webp, html5, gif",
    "author": "Aspose",
    "author_email": null,
    "download_url": null,
    "platform": "linux_x86_64",
    "description": "# CAD/BIM Drawings conversion and publish API for Python\n\n![Version 24.3.0](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)\n\n[Aspose.CAD for Python](https://products.aspose.com/cad/python-net/) 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-net/supported-file-formats/) files, layouts, and layers to PDF & raster image formats.\n\n## CAD File Processing Features\n\n- Supports the latest versions of DWG, DWF, DWFX, DWT, DGN, STL, OBJ, STP, STEP, GLB, GLTF, CF2, IGES, IFC, DXB, PLT & DXF formats.\n- Convert [CAD to PDF](https://docs.aspose.com/cad/python-net/dxf-drawings/).\n- Convert CAD to images.\n- Track files processing progress.\n- Manipulate drawing entities and blocks.\n- Select and convert specific layouts of CAD drawings.\n- Select and convert specific layers of CAD drawings.\n- [Adjust CAD drawing size before rendering](https://docs.aspose.com/cad/python-net/adjusting-cad-drawing-size/).\n\n## New Features & Enhancements ![Version 24.3.0](https://img.shields.io/badge/pypi-v24.3.0-blue)\n\n- Ability to export to the `OBJ` file format.\n- Support for HoloLens 2.\n- Support for the AutoCAD Plotter Configuration (`PC3`) files.\n\nPlease visit [Aspose.CAD for Python 24.3.0 - Release Notes](https://releases.aspose.com/cad/python-net/release-notes/) for the detailed notes.\n\n## Read CAD and BIM Formats\n\n**AutoCAD:** DWG, DWT, DXF, PC3\n**MicroStation:** DGN\n**Other:** STL, DXB, IGES, DWF, DWFX, DAE, CF2, IFC, PLT, HPGL, U3D, 3DS\n\n## Save and publsih drawings As\n\n**Fixed Layout:** PDF\n**Vector Images** SVG, WMF, EMF, HTML5\n**Raster Images:** PNG, BMP, DIB, TIFF, TIF, JPEG, GIF, PSD, JPG, JPE, JIF, JFIF, PSD, WEBP, DICOM, JP2, J2K, JPF, JPM, JPG2, J2C, JPC, JPX, MJ2 , DJVU\n\n## Read & Write\n\n**CAD:** DXF, DWF, DWFX, FBX, STP, STEP, GLB, GLTF\n**The Advanced Visualizer:** OBJ\n(Write features is partially supported.)\n\n## Platform Independence\n\nAspose.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.\n\n## Getting Started\nSimply run ```pip install aspose-cad``` from the Console to fetch the package.\nIf 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.\n\nYou can run the following snippets in your environment to see how Aspose.CAD works, or check out the [GitHub Repository](https://github.com/aspose-cad/Aspose.CAD-for-Python) or [Aspose.CAD for Python Documentation](https://docs.aspose.com/cad/python-net/) for other common use cases.\n\n## Export DXF to PDF using C# Code\n\n```python\nimport aspose.cad as cad\n\ncadImage = cad.image.load(\"drawing.dxf\");\n\nrasterizationOptions = cad.CadRasterizationOptions();\npdfOptions = cad.PdfOptions();\n\ncadImage.Save(\"output.pdf\", pdfOptions);\n```\n\n[Home](https://www.aspose.com/) | [Product Page](https://products.aspose.com/cad/python-net/) | [Docs](https://docs.aspose.com/cad/python-net/) | [Demos](https://products.aspose.app/cad/family) | [API Reference](https://apireference.aspose.com/cad/python-net/) | [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)\n\n\n",
    "bugtrack_url": null,
    "license": "https://company.aspose.com/legal/eula",
    "summary": "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.",
    "version": "24.3.0",
    "project_urls": {
        "Homepage": "https://products.aspose.com/cad/python"
    },
    "split_keywords": [
        "dwg",
        " dwg to pdf",
        " convert",
        " publish",
        " export",
        " create",
        " write",
        " metadata",
        " edit",
        " modify",
        " cad",
        " bim",
        " dxf",
        " dgn",
        " dwf",
        " dwfx",
        " ifc",
        " stl",
        " dxb",
        " cf2",
        " hpgl",
        " plt",
        " ply",
        " ifc",
        " iges",
        " pcl",
        " pdf-3d",
        " dwt",
        " dxb",
        " 3ds",
        " u3d",
        " stp",
        " collada",
        " obj",
        " stp",
        " jpg",
        " png",
        " j2k",
        " psd",
        " svg",
        " pdf",
        " wmf",
        " dicom",
        " webp",
        " html5",
        " gif"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c7a697a159cb085a0ef4fb214fec4621c0922ecd692da86a7ce2904c4434611",
                "md5": "51f2270ffdb40fe5a782579f9bb338c7",
                "sha256": "6045f6bfc8f16a42acec52f77b61fd15072d3e0c312e76cc7a7ced30fde79543"
            },
            "downloads": -1,
            "filename": "aspose_cad-24.3.0-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "51f2270ffdb40fe5a782579f9bb338c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.5",
            "size": 172790673,
            "upload_time": "2024-04-04T17:19:58",
            "upload_time_iso_8601": "2024-04-04T17:19:58.492625Z",
            "url": "https://files.pythonhosted.org/packages/7c/7a/697a159cb085a0ef4fb214fec4621c0922ecd692da86a7ce2904c4434611/aspose_cad-24.3.0-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 17:19:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aspose-cad"
}
        
Elapsed time: 0.25386s