English

Add or Remove Shapes in PowerPoint Slides using Python

Various types of diagrams are used in PowerPoint presentations to make the content more elaborative. These diagrams are comprised of different shapes such as ellipses, lines, rectangles, and connectors. In this article, you will learn how to add, clone, and remove shapes in PowerPoint slides programmatically in Python.
February 21, 2022 · 4 min · Usman Aziz

Write and Read Messages on Thunderbird Storage in Java

Thunderbird is an open-source application that allows you to configure your email accounts and access email messages from them. The application makes it possible to manage emails from multiple accounts in a single place. In certain cases, you may need to create and access email messages in Thunderbird storage programmatically. In accordance with that, this article shows how to write and read messages on Thunderbird storage in Java.
February 20, 2022 · 3 min · Usman Aziz

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.
February 18, 2022 · 2 min · Farhan Raza

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 USD or 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#.
February 18, 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 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.
February 16, 2022 · 3 min · Farhan Raza

Create Charts in PowerPoint Presentations in Python

Charts are used for the graphical representation of the data to make the analysis easier. Therefore, MS PowerPoint supports a range of charts to visualize the data in different ways. Among all, the most commonly used charts include pie charts, line charts, bar charts, histograms, stock charts, etc. In this article, you will learn how to create these charts in PowerPoint PPT or PPTX in Python.
February 16, 2022 · 6 min · Usman Aziz

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

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

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.
February 14, 2022 · 4 min · Usman Aziz