Search
Follow Us
Categories
- Success Stories(157)
Archives
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.
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.
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.
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 FBX to GLB File, FBX to GLB in Java, Java FBX to GLB
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 GLB to FBX in Java, Java convert GLB to FBX
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 Convert GPX to KML C#, Convert KML to GPX C#, GPX to KML, KML to GPX
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.
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.
Convert KML to GeoJSON and GeoJSON to KML using C#
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.