Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.CAD for Python via .NET 24.5.0 Windows AMD64

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 98.8MB
  • Date Added:
  • 23/5/2024

Description

This wheel contains Aspose.CAD for Python via .NET version 24.5.0, built for Windows and targeting the AMD64 architecture.

File Details

Aspose.CAD for Python via .NET 24.5.0 offers a range of new features and improvements to empower Python developers working on Windows 64-bit architecture. Effortlessly integrate these enhancements into your Python CAD AND BIM drawings processing pipeline natively on any Python framework applications.

Generic conversion and export API

Aspose.CAD for Python via .NET 24.5.0 delivers an extended conversion API with new features for greater customization. You can now control the format of various CAD elements, including metadata and visuals. This Python code example demonstrates conversion of DXF file into PDF:

import aspose.cad as cad

image = cad.Image.load("file.dxf")
rasterizationOptions = cad.imageoptions.CadRasterizationOptions()
rasterizationOptions.layouts = ["Model"]

pdfOptions = cad.imageoptions.PdfOptions()
pdfOptions.vector_rasterization_options = rasterizationOptions

image.save("result.pdf", pdfOptions)

Source*

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.CAD for Python via .NET 24.5 Release Notes.

 English