Search
Follow Us
Categories
- Success Stories(157)
Archives
Add Signature to an Image in Java
Images and other document formats are frequently used in everyday business. Many images are therefore signed in order to avoid copyright infringement or to exhibit the ownership of work. For such requirements, you can use Aspose.PSD for Java API to manipulate images or graphic contents. This article explains how to add a signature to an image programmatically in Java.
Convert USDZ to OBJ File in C#
USDZ files contain 3D geometry and shading data for a scene and are commonly used for creating augmented reality content. Sometimes, you may need to convert USDZ to a 3D Object file. In accordance with such scenarios, this article covers how to convert a USDZ file to an OBJ file programmatically in C#.
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.