HTML
JPG
PDF
XML
OBJ
DWG
Convert OBJ to DWG via C#
Instantly convert OBJ to DWG without needing AutoCAD® or any other rendering software.
How to Convert OBJ to DWG Using C#
In order to convert OBJ to DWG, we’ll use Aspose.CAD for .NET API which is a feature-rich, powerful and easy to use document manipulation and conversion API for C# platform. Open NuGet package manager, search for Aspose.CAD and install. You may also use the following command from the Package Manager Console.
Package Manager Console Command
PM> Install-Package Aspose.CAD
Steps to Convert OBJ to DWG via C#
.NET programmers can easily load & convert OBJ files to DWG in just a few lines of code.
- Load OBJ file with Image.Load method
- Set an object of CadRasterizationOptions with page height & width
- Create an instance of DwgOptions class and set its VectorRasterizationOptions property
- Call Image.Save method while passing the resultant file path & object of DwgOptions
System Requirements
Before running the .NET conversion code, make sure that you have the following prerequisites.
- Microsoft Windows or a compatible OS with .NET Framework, .NET Core.
- Development environment like Microsoft Visual Studio.
- Aspose.CAD for .NET DLL referenced in your project.
This sample code shows OBJ to DWG C# Conversion
Free App to Convert OBJ to DWG
Other Supported Conversions
You can also convert OBJ into many other file formats including few listed below.
OBJ TO DXF (Drawing Interchange Format)
OBJ TO GIF (Graphical Interchange Format)
OBJ TO JPEG (JPEG Image)
OBJ TO PDF (Portable Document Format)
OBJ TO PNG (Portable Network Graphics)
OBJ TO TIFF (Tagged Image Format)