English

Convert CF2 to DXF in C#

We can export 2D or 3D drawings from CF2 files to DXF documents programmatically. CF2 files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a CF2 file to a DXF using C#.
April 19, 2022 · 3 min · Denis Demenko

Convert DWF or DWFX to SVG in Java

DWF or DWFX files contain design data in 2D or 3D format. They comprise vector image data and metadata in binary coding. In certain scenarios, you may need to convert DWF or DWFX files to an SVG image file as per your requirements. In accordance with that, the article covers how to convert DWF or DWFX to SVG images programmatically using Java.
April 18, 2022 · 2 min · Farhan Raza

Convert CF2 to BMP in C#

We can export 2D or 3D drawings from CF2 files to BMP documents programmatically. CF2 files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a CF2 file to a BMP using C#.
April 8, 2022 · 3 min · Denis Demenko

Convert DWG to OBJ in Java

DWG files contain vector images as well as metadata so that any off-book information is not needed to comprehend the drawings. Such drawings are used by engineers, architects, or town planners to create huge designs. In certain situations, you might require to convert a DWG file to an OBJ 3D Object format file. According to such use cases, this article covers how to convert a DWG file to an OBJ file programmatically in Java.
March 31, 2022 · 2 min · Farhan Raza

Convert IFC to PDF in Java - CAD API For Java Developers

Convert IFC to PDF File in Java programmatically. Aspose.CAD lets you export Industry Foundation Class files to PDF documents smoothly and seamlessly.
March 14, 2022 · 2 min · Farhan Raza

Convert DWG to FBX Programmatically in C#

DWG files are CAD drawings that are commonly used by architectural or engineering applications. Whereas, FBX files are used for data compatibility between several 3D modeling applications. In some scenarios, you may want to convert a DWG file to FBX format. This article elaborates on how to convert DWG to FBX file programmatically in C#.
March 14, 2022 · 2 min · Farhan Raza

Convert DWG to DWF Programmatically in C#

DWG files are basically CAD drawings containing vector image data. Designers or architects frequently work with DWG format files. In some cases, you might need to convert a DWG file to a DWF format. In accordance with such requirements, this article covers how to convert a DWG to a DWF file programmatically in C#.
March 11, 2022 · 2 min · Farhan Raza

Convert DWG to OBJ File in C#

You may need to render such drawings in 3D modeling applications for visualizing or manipulating the designs. You can convert the DWG file to a 3D Object file in OBJ format. This article covers how to convert a DWG drawing to an OBJ file programmatically in C#.
February 25, 2022 · 2 min · Farhan Raza

Convert DWG to EMF or WMF in C#

In some cases, you may need to create WMF or EMF images to display the file contents in a picture. In accordance with such use cases, this article covers how to convert a DWG file to an EMF or WMF image programmatically in C#.
February 17, 2022 · 2 min · Farhan Raza

Convert PCL to PDF File in C#

In some scenarios, you may need to convert PCL files to preview the file contents in different environments. This article covers how to convert PCL to PDF files programmatically using C#.
February 15, 2022 · 2 min · Farhan Raza