Aspose.CAD 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.CAD --version 1.0.0
NuGet\Install-Package Aspose.CAD -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.CAD" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.CAD --version 1.0.0
#r "nuget: Aspose.CAD, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.CAD as a Cake Addin
#addin nuget:?package=Aspose.CAD&version=1.0.0

// Install Aspose.CAD as a Cake Tool
#tool nuget:?package=Aspose.CAD&version=1.0.0

Aspose.CAD is a library for working with CAD file formats. The library allows to export CAD drawings into Pdfs or any other raster image format. The library has a large scalable and easy to use API, it is a cross platform solution and performs CAD processing using the same set of algorithms for different platforms. Unlike other solutions does not require AutoCAD to be installed and is a fully managed solution.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net35-client is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Aspose.CAD:

Package Downloads
Aspose.Total

Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.3.0 305 3/26/2024
24.2.0 5,498 2/29/2024
24.1.0 7,357 2/12/2024
23.12.0 7,127 1/2/2024
23.11.0 4,821 12/17/2023
23.10.0 12,591 11/13/2023
23.9.0 22,144 10/2/2023
23.8.0 28,814 8/22/2023
23.7.0 41,967 7/20/2023
23.6.0 49,189 6/22/2023
23.5.0 47,458 5/24/2023
23.4.0 46,467 4/26/2023
23.3.0 65,002 3/26/2023
23.2.0 61,007 2/25/2023
23.1.0 25,163 1/26/2023
22.12.0 13,531 1/3/2023
22.11.0 39,326 11/27/2022
22.10.0 10,683 11/7/2022
22.9.0 30,911 10/4/2022
22.8.0 9,262 9/4/2022
22.7.0 69,449 7/17/2022
22.6.0 48,835 6/12/2022
22.5.0 31,558 5/19/2022
22.4.0 12,795 5/4/2022
22.3.0 9,020 4/23/2022
22.2.0 36,639 3/2/2022
22.1.0 8,815 2/5/2022
21.12.0 33,455 12/24/2021
21.11.0 15,558 11/22/2021
21.10.0 10,748 10/24/2021
21.9.0 21,232 9/9/2021
21.8.0 3,063 9/1/2021
21.7.0 43,740 8/4/2021
21.6.0 9,122 7/13/2021
21.5.0 19,818 5/31/2021
21.4.0 45,414 5/10/2021
21.3.0 20,203 4/11/2021
21.2.0 10,580 3/16/2021
21.1.0 14,780 2/9/2021
20.12.0 5,507 1/16/2021
20.11.0 10,051 12/10/2020
20.10.0 15,477 11/9/2020
20.9.1 15,415 10/5/2020
20.8.1 3,255 9/12/2020
20.7.0 7,752 8/6/2020
20.6.0 4,316 6/27/2020
20.4.0 18,920 5/8/2020
20.3.0 5,799 3/31/2020
20.1.0 11,357 1/25/2020
19.9.0 17,031 10/7/2019
19.7.0 36,079 8/10/2019
19.5.0 2,739 5/19/2019
19.2.0 2,102 3/14/2019
18.12.0 4,551 1/9/2019
18.8.1 2,059 11/28/2018
18.8.0 2,989 9/3/2018
18.3.0 6,069 3/9/2018
17.12.0 2,134 12/21/2017
17.9.0 4,024 9/23/2017
17.4.0 3,106 4/28/2017
17.2.0 2,545 2/20/2017
16.12.1 1,748 12/29/2016
16.12.0 1,542 12/16/2016
16.10.0 1,807 10/19/2016
1.1.0 2,065 8/3/2016
1.0.0 2,387 5/24/2016

Aspose.CAD for .Net is a first public release version 1.0.0 and we are pleased to announce it.
     The following is a list of changes in this version of Aspose.CAD.

     New Features
     CAD-102 Add support of removing entities
     CAD-92 Add supported CAD file formats for FileFormat enumeration and properly update Image.GetFileFormat method
     CAD-82 Support DXF 2007 format
     CAD-41 Add support for leaders entitity for dwg format
     CAD-40 Add support for solid entity for dwg
     CAD-36 Add support for solid entity for dxf

     Enhancements
     CAD-90 Converting DWG to PDF is producing PDF of zero size output file [.Net]
     CAD-89 Exceptions namespace should be removed or renamed since it conflicts with Microsoft guidelines
     CAD-56 Fix reading DimensionStyle entity for 2004 dwg format
     CAD-37 Improve dashed polylines drawing
     CAD-29 Render only part of an image during CAD->PDF export          

     Public API changes:
     CAD-102 Add support of removing entities      
     CAD-90 Converting DWG to PDF is producing PDF of zero size output file [.Net]      

     Please note that Aspose.CAD product was split from Aspose.Imaging product and hence its public API is almost the same so you can easily migrate to Aspose.CAD by renaming your using namespaces to Aspose.CAD instead of Aspose.Imaging.