Yearly Archives: 2021

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

Convert OBJ File to a PDF or FBX File in C#

OBJ files are used to work with 3D objects. You can convert an OBJ file to a PDF or FBX file using C#. In certain situations, you may need to convert a 3D object file to other file formats. This article covers how to convert a 3D object file to a PDF or FBX file under the following headings.

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

Protect Word Documents using Python

The information stored in Word documents is always prone to be accessed illegally. To avoid unauthorized access and forging while transmitting the documents, a protection mechanism must be applied. In this article, you will learn how to protect Word documents with a password in Python. Moreover, the article will cover how to apply different protection types to a Word document dynamically.

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