Monthly Archives: May 2021

Working with Comments in Word Documents using C++

Microsoft Word provides you the ability to add comments to Word documents. Comments can be helpful in cases such as suggesting improvements in documents or sharing thoughts on the text. There might be situations where you need to manage comments programmatically. To that end, this article will teach you how to work with comments in Word documents using C++.

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

Map Rendering to SVG, JPG, or PNG Image using C#

Map Rendering refers to making visual maps from geospatial data. You can render maps from KML, GeoJSON, GeoTIFF, as well as the Shapefile. You can render maps to different image formats like PNG, SVG, JPG, etc. The following sections explain map rendering in detail.

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

Connect to SMTP Server using Java

The SMTP is a commonly used email protocol to send emails from the client applications to the email servers. Before communicating with an SMTP server, you need to establish a connection. In this article, you will learn how to connect to an SMTP server programmatically using Java. Furthermore, the article will cover how to connect to the SMTP servers via SOCKS or HTTP proxies.

Posted in Aspose.Email Product Family | Tagged , ,

Convert Images to Grayscale in C#

In various cases, you may need to convert the color images to grayscale or black and white, such as, in image processing, etc. In this article, you will learn how to convert color images to grayscale using C#. Furthermore, the article will cover grayscaling and binarization of the images explicitly.

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