Yearly Archives: 2021

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 , , ,

Extract Images from Word Documents 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 documents in Python.

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

Convert a Word Document to EPUB in Python

EPUB is a popular format that is used for electronic publications known as ebooks. The EPUB files can be read on smartphones, tablets, laptops, etc. In various cases, MS Word files are converted to EPUB to make the document available on multiple reader platforms. To accomplish this conversion programmatically, this article covers how to convert Word DOCX or DOC files to EPUB using Python.

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