Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Aspose.CAD for Python via .NET 23.6.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.
Aspose.CAD for Python via .NET 23.6.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 23.6 Release Notes.