English

Search Text in DWG Drawing using Java

DWG files are CAD drawings containing vector image data and metadata written with binary coding. In some use cases, you may want to search text in DWG file. Following such requirements, this article covers how to search text in DWG file programmatically using Java.
November 7, 2022 · 2 min · Farhan Raza

Change Text Color in HTML using C#

HTML is a markup language which is used to create and design web pages. They can include text in different forms like paragraphs, lists, tables, etc. Likewise, it can contain images, videos, animations and any kind of graphical object. In certain cases, you may need to format text by changing the text color. Accordingly, this article covers how to change text color in HTML using C#.
November 4, 2022 · 2 min · Farhan Raza

Convert Decimal Degrees to Degrees Minutes Seconds DMS in C#

Latitude and longitude values are used to specify any location on the earth. Whereas, the Degree Minutes Seconds is another format for geographical coordinates. In some scenarios, you may need to convert some decimal degrees to degrees minutes seconds format. Following such requirements, this article covers how to convert Decimal Degrees to Degree Minutes Seconds DMSprogrammatically in C#.
November 3, 2022 · 2 min · Farhan Raza

Working with Password-Protected PST files using C# .NET

A Personal Folders File (.pst)] is an Outlook data file that stores your messages and other items on your computer. This is the most common file in which information in Outlook is saved. Some Outlook users like to keep their PST files password protected to ensure the possibility of snooping to zero. In this article, we will learn how to work with password protected pst files in C# .NET.
November 3, 2022 · 3 min · Dmitrysamodurov

Apply Median and Wiener Filters to Images in Java

In this article, we are going to show you how to apply median and wiener filters, which are commonly used to denoise and smoothen the images. So let’s see how to apply median and wiener filers to an image programmatically in Java.
November 3, 2022 · 3 min · Usman Aziz

Convert Visio to Image in Python

Microsoft Visio allows drawing a variety of simple or complicated professional diagrams, flowcharts, timelines, etc. It is a popular vector graphics application. In certain cases, you may need to convert Visio diagrams to PNG or JPG images. In this article, you will learn how to convert a Visio diagram to an Image in Python.
November 3, 2022 · 3 min · Muzammil Khan

Create a Photo Album in Java

Photo albums have been used for years to keep the collections of photographs. Many people used to keep photos of a certain event in a single album. Since things have gone digital, digital albums have taken the place of traditional printed albums. So in this article, we’ll show you how to create a photo album programmatically in Java.
November 2, 2022 · 3 min · Usman Aziz

Use CSS Selector in HTML using Java

CSS selectors are used to process specific elements in an HTML document. This article covers different examples of CSS Selectors like QuerySelector and QuerySelectorAll to update first instance of an element or all of the instances of an element programmatically in Java.
November 2, 2022 · 2 min · Farhan Raza

Text Saturation in SVG Image using C#

Saturation in an image is described as the intensity of colors. Sometimes you may need to add text in an SVG image and saturate it. In accordance with such scenarios, this article covers how to perform text saturation in SVG image programmatically in C#.
November 1, 2022 · 2 min · Farhan Raza

Convert OSM to KML in C#

In certain cases, we may need to export map data from OpenStreetMap (OSM) to display on Google Earth. Google Earth uses KML files to display geographic data. In this article, we will learn how to convert an OSM to KML in C#.
November 1, 2022 · 2 min · Muzammil Khan