Monthly Archives: November 2021

Extract Text from Word Documents in Python

Text extraction from Word documents is often performed in different scenarios. For example, to analyze the text, to extract particular sections of a document and combine them into a single document, and so on. In this article, you will learn how to extract text from Word documents programmatically in Python. Moreover, we will cover how to extract content between specific elements such as paragraphs, tables, etc. dynamically.

Posted in Aspose.Words Product Family | Tagged , , , ,

Work with VBA Macros in Word Documents using Python

Visual Basic for Applications (VBA) is a powerful programming language that lets you automate tasks in Word documents. Moreover, you can perform repetitive tasks with VBA macros quite easily. In this article, you will learn how to work with VBA projects and modules in MS Word documents. Particularly, the article will cover how to create, modify and clone VBA macros programmatically in Python.

Posted in Aspose.Words Product Family | Tagged , , ,

Convert DWG to SVG in Java

DWG files contain design data in 2D or 3D format. They comprise vector image data and metadata in binary coding. In certain scenarios, you may need to convert DWG files to SVG image file as per your requirements. In accordance with that, the article covers how to convert DWG to SVG image programmatically using Java.

Posted in Aspose.CAD Product Family | Tagged , ,

Convert Markdown to HTML or HTML to MD File in Java

Markdown is used to create formatted text with plain text symbols. You can easily format text as bold, italic, underline, and other formatting types. You can convert Markdown MD to HTML as well as HTML to Markdown programmatically in Java. The following sections explain these conversion scenarios.

Posted in Aspose.HTML Product Family | Tagged , , , , ,

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.

Posted in Aspose.Words Product Family | Tagged , , ,

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.

Posted in Aspose.Imaging Product Family | Tagged , , , ,

Rotate and Flip Images in Java

Image rotation and flipping are 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 these features. To achieve that, this article shows how to rotate and flip images programmatically in Java. Particularly, we will cover how to rotate an image, flip an image, and rotate and flip an image at the same time.

Posted in Aspose.Imaging Product Family | Tagged , , , ,

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.

Posted in Aspose.3D Product Family | Tagged , ,

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.

Posted in Aspose.3D Product Family | Tagged ,

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#.

Posted in Aspose.GIS Product Family | Tagged , , ,