Monthly Archives: November 2021

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

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

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

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.

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

Convert DWF to PDF in Java

DWF file is a 2D or 3D drawing saved in Design Web Format. These files are saved as ZIP-compressed files to minimize the size. However, limited applications support opening or viewing such files. In accordance with that, you may like to convert a DWF file to a PDF document for making it compatible with different operating systems and environments. This article covers how to convert DWF to PDF in Java.

Posted in Aspose.CAD Product Family | Tagged , ,

Convert PSD to TIFF Image in C#

PSD images are commonly used to design graphics. In certain situations, you may need to convert a PSD file to a TIFF image for previewing the contents in different system environments. The following sections explain the PSD conversion scenarios.

Posted in Aspose.PSD Product Family | Tagged , ,

Copy Content of a Word Document to Another using Python

In various cases, you may need to copy the content of a Word document to another. Also, you may need to create a clone of the original Word document. To automate these operations, this article covers how to copy the content from one Word document to another in Python. Moreover, you will learn how to create a copy of the Word documents programmatically.

Posted in Aspose.Words Product Family | Tagged , ,

Automate MS Word Mail Merge in Python

MS Word mail merge is a popular feature that allows you to create letters, invoices, envelopes, reports, etc. Using mail merge, you can create a template and populate it with the data. As a result, a document is generated for each entry in the data source. To automate this feature, this article covers how to perform MS Word mail merge using Python. You will learn how to create a mail merge template from scratch and populate it programmatically.

Posted in Aspose.Words Product Family | Tagged , ,

Convert KML to CSV and CSV to KML using C#

There might be situations where you need to convert KML files to CSV format or vice versa. For such cases, this article will teach you how to convert KML files to CSV format and CSV files to KML format using C#.

Posted in Aspose.GIS Product Family | Tagged ,

Unprotect Word Documents in Python

In various cases, the Word documents are protected with a password before they are shared. On receiving the protected documents, you need to unlock them to access their content. To perform the unlocking programmatically, this article covers how to unprotect a password-protected Word document using Python. Moreover, we will cover how to remove restrictions applied to a Word document dynamically.

Posted in Aspose.Words Product Family | Tagged , ,