Yearly Archives: 2021

Flatten or Merge the Layers of a PSD File in Java

PSD images are commonly used to design graphic content like logos, posters, or drawings. PSD files comprise different layers for different sections of the images. In certain situations, you may need to work with the layers like flatten or merge the layers of a PSD image. For instance, you can flatten the layers to restrict changes to your artwork. This article covers how to flatten or merge layers in a PSD file programmatically using Java.

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

Export Features to a CSV File using C#

There might be situations where you need to export features of a vector layer to a CSV file. For such cases, this article will teach you how to export features to a CSV file using C#.

Posted in Aspose.GIS Product Family | Tagged ,

Find and Replace Text in Word Documents using Python

Quite often, you need to replace a particular text or phrase in the Word documents. MS Word has a built-in feature for such cases and you can replace the desired text with one click. In this article, you will learn how to programmatically find and replace text in Word documents using Python. This could be useful when you need to replace text in a bunch of documents. Also, you can embed this feature in your Python applications to censor the Word documents before sharing.

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

Convert Word Documents to TIFF using Python

TIFF is a popular format to store raster images. Unlike other image formats, TIFF supports multiple pages. It means, a multipage TIFF file can have more than one images in the form of pages. This feature makes TIFF a suitable option to render the Word documents. To perform this conversion programmatically, this article covers how to convert Word DOCX or DOC files to TIFF using Python.

Posted in Aspose.Words Product Family | Tagged , ,

Disable Compatibility Checker in Excel Files using Java

Various versions of MS Excel are available and being used around the world. This makes it possible that the newer versions provide features that may not be available in the older ones. Therefore, MS Excel uses compatibility checker to degrade the features which are not supported by an older format when saving the files. While manipulating Excel files, you may need to disable the compatibility checker dynamically. To achieve it, this article shows how to disable the compatibility checker for MS Excel workbooks in Java.

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

Insert or Extract Image from a OneNote File in Java

OneNote files can include visual information like images or drawings, in addition to text contents. In certain scenarios, you may need to insert or extract images in a OneNote document. This article explains how you can insert or extract images in a .one file using Java.

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

Read Vector Layer Features, Points, and Geometries from CSV Files

There might be situations where you have geospatial data in CSV format, and you want to read that data from within your .NET application. For such cases, this article will teach you how to read vector layer features, points, and geometries from CSV files using C#.

Posted in Aspose.GIS Product Family | Tagged , ,

Convert Word Documents to Markdown using Python

Markdown (MD) is a popular format that is used to write articles, blogs, documentation, etc. However, sometimes it becomes difficult to remember and write the Markdown syntax. In such cases, you can simply write content in a Word document and convert it to Markdown. To automate Word to Markdown conversion, this article covers how to convert Word (.docx or .doc) documents to Markdown (.md) files using Python.

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

Convert Word Documents to PNG, JPEG, or BMP in Python

The conversion of MS Word files to image formats lets you embed the document's pages into your web or desktop applications. In order to perform this conversion from within the Python applications, this article covers how to convert Word DOCX or DOC files to PNG, JPEG, or BMP images using Python. Moreover, you will learn how to control the Word to image conversion using different options.

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

Convert IFC to JPG or PNG Image using C#

IFC files are used for modeling buildings, facilities, and different infrastructure. However, limited applications support this file format so you may need to convert an IFC file to a JPG or PNG image for previewing the contents in different system environments. This article covers how to convert an IFC file an image programmatically with C#.

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