Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: February 2022
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#.
Convert Visio VSD VSDX to Word DOC DOCX in Java
Visio files like a VSD or VSDX are used to create drawings like organizational charts, a map of a building, etc. Likewise, it can include text or graphics which you may need to edit with a word processor. For such requirements, you can convert a Visio VSD or VSDX file to a Word document in DOC or DOCX format programmatically in Java.
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#.
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.
Export Excel Data to Google Sheets in Python
Excel files are widely used to store the data and perform various types of operations on it, such as generating charts, applying formulas. On the other hand, Google Sheets is a popular online application for creating and manipulating spreadsheets. Google Sheets also provides real-time sharing of spreadsheets with multiple people. In certain cases, you may need to export Excel XLS or XLSX files to Google Sheets programmatically. To achieve that, this article provides a complete guide on how to set up a Google project and export data from Excel files to Google Sheets in Python.
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.
Convert FBX to an STL File in C#
In certain scenarios, you may need to convert an FBX file to an STL file. In accordance with such use cases, this article discusses how to convert FBX to STL programmatically in C#.