English

Create Table in Word Documents using Python

Tables are commonly used in Word documents to organize information in a grid-like structure. They allow you to summarize the information in the form of rows and columns. In this article, you will learn how to create a table in Word documents programmatically using Python. Moreover, the article will cover how to create nested tables or clone an existing table in Word documents.
November 22, 2021 · 4 min · Usman Aziz

Resize Images Programmatically in Java

The image editors provide resizing feature that lets you alter the size of images as per your requirements. While designing an image editor or processing images from within your Java applications, you may need to resize images programmatically. To accomplish that, this article covers how to resize images in Java. Moreover, you will also learn how to resize images using different resizing techniques.
November 22, 2021 · 4 min · Usman Aziz

Flip Images Programmatically in Java

Image flipping is usually listed among the key features of the image editors. While working with images or creating your own image editor in Java, you may need to implement horizontal and vertical image flipping. To achieve that, this article shows how flip images programmatically in Java. We will also cover how to flip and rotate an image at the same time. Java API to Flip Images Steps to Flip an Image in Java Flip an Image in Java Rotate and Flip an Image in Java Flip Images in Java - API Installation Aspose.
November 21, 2021 · 4 min · Usman Aziz

Convert FBX to GLB File in Java

FBX files are used to save 3D scenes’ information related to virtual reality, games, augmented reality, etc. In certain scenarios, you might need to convert an FBX file to a GLB file. This article covers how to convert an FBX file to GLB programmatically in Java.
November 21, 2021 · 2 min · Farhan Raza

Convert GLB to FBX in Java

GLB files are popular as they can contain information related to augmented reality, virtual reality, games, etc. In certain situations, you may need to convert a GLB file to an FBX file format. This article covers how to convert a GLB file to FBX programmatically in Java.
November 20, 2021 · 2 min · Farhan Raza

Convert KML to GPX and GPX to KML using C#

There might be situations where you need to convert KML files to GPX format or vice versa. For such cases, this article will teach you how to convert KML files to GPX format and GPX files to KML format using C#.
November 19, 2021 · 2 min · Muhammad Ahmad

Extract Images from Word DOC DOCX in Python

A picture is worth a thousand words. This is the reason images are an integral part of documents, specifically Word documents. The images are used to make the content more attractive and eye-catching. When parsing Word documents, you may come across the scenario where you need to extract images. To achieve this programmatically, this article covers how to extract images from Word DOC DOCX in Python.
November 19, 2021 · 2 min · Usman Aziz

Convert a Word Document to EPUB in Python

If you are looking for a Python-based Word to EPUB converter, which ensures high-quality conversion, you are at the right place. This article will demonstrate how to convert a Word DOC or DOCX to EPUB format in Python following a couple of easy steps.
November 19, 2021 · 3 min · Usman Aziz

Convert KML to GeoJSON and GeoJSON to KML using C#

There might be situations where you need to convert KML files to GeoJSON format or vice versa. For such cases, this article will teach you how to convert KML files to GeoJSON format and GeoJSON files to KML format using C#.
November 18, 2021 · 2 min · Muhammad Ahmad

Split a Word Document into Multiple Files in Python

In certain cases, you need to split the large Word documents by breaking them down into smaller ones. You can split a Word document by pages, sections, or columns. In this article, you will learn how to split a Word document into multiple files using Python. The step-by-step guide and code samples will demonstrate how to split a Word document by sections, pages, or page ranges programmatically.
November 18, 2021 · 3 min · Usman Aziz