English

Convert DWG to FBX in Java

DWG files are used to work with CAD drawings while FBX format is commonly used by 3D modeling applications. In some use cases, you may want to convert a DWG file to an FBX file. In accordance with such requirements, this article demonstrates how to convert a DWG file to an FBX file programmatically in Java.
February 14, 2022 · 2 min · Farhan Raza

Convert DWG to DWF in Java

DWG is a native format for several CAD applications as they store two or three-dimensional design data and metadata. Some applications or workflow requirements may need to convert a DWG file to a DWF file. Accordingly, this article explains how to convert a DWG file to a DWF format programmatically in Java.
February 11, 2022 · 2 min · Farhan Raza

Convert IFC to PNG in C#

We can export 2D or 3D drawings from IFC files to PNG documents programmatically. IFC 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 IFC file to a PNG using C#.
February 5, 2022 · 3 min · Denis Demenko

Convert DWF to PNG or JPG Image in C#

DWF files are based on vectors that can consist of CAD drawings, text, images, etc. You may need to create a thumbnail or preview image of a DWF file. In accordance with that, the article covers how to convert a DWF file to a JPG or PNG image programmatically in C#.
January 30, 2022 · 2 min · Farhan Raza

Convert DWG to EMF or WMF in Java

DWG files contain vector image data and metadata written with binary coding and are widely used for designing purposes. In particular scenarios, you may want to convert DWG to image format. Considering such requirements, this article covers how to convert a DWG file to an EMF or WMF image programmatically in Java.
January 17, 2022 · 2 min · Farhan Raza

Convert PCL to PDF Document in Java

PCL stands for Printer Command Language which is a Page Description Language and is used to control printing devices. In some scenarios, you might need to convert PCL files to PDF files to make it compatible with multiple operating systems. This article covers how to convert PCL to PDF files programmatically in Java.
January 16, 2022 · 2 min · Farhan Raza

Convert CFF to PDF in C#

CFF files are used to store three-dimensional packaging and die-cutting designs. However, you need specific applications to open, view or process the CFF or CF2 files. In accordance with that, you might need to convert a CFF file to a PDF document. This article covers how to convert CFF to PDF files programmatically in C#.
January 6, 2022 · 2 min · Farhan Raza

Convert DWF to PNG or JPG Image in Java

DWF files contain 2D or 3D drawings in compressed format. In certain situations, you might need to convert DWF to an image. Considering that perspective, the article covers how to convert a DWF file to a JPG or PNG image programmatically using Java.
December 30, 2021 · 2 min · Farhan Raza

Convert DWG to DXF in C#

DWG files are technical drawings often used by engineers, architects, or other construction-related professionals. They are used to create 2D or 3D designs. In certain situations, you might need to convert a DWG file to a DXF file. DXF files are used for exchanging drawing information between different CAD-related applications. Moreover, these file formats are commonly used for product designs. This article covers how to convert DWG to DXF image programmatically using C#.
December 27, 2021 · 2 min · Farhan Raza

Convert DWG to SVG in C#

DWG files contain 2D or 3D format design data. They can contain vector image data and metadata in binary coding. In certain situations, you might need to convert DWG files to SVG image files. This article covers how to convert DWG to SVG image programmatically in C#.
December 23, 2021 · 2 min · Farhan Raza