English

Merge HTML Template with XML in C#

HTML forms can be used to collect information from multiple sources. The collected information may be stored or serialized in a database which can later be extracted as XML format data. In certain cases, you may need to merge HTML template with XML data. Following such cases, this article explains how to merge HTML templates with XML data programmatically in C#.
October 5, 2022 · 2 min · Farhan Raza

Merge HTML Template with JSON in C#

HTML templates are used to collect data from different data sources. After merging the data with the template, you can create HTML documents. In some scenarios, the input data for merging with template file may exist in JSON format. In accordance with such use cases, this article covers how to merge HTML templates with JSON format data programmatically in C#.
October 5, 2022 · 2 min · Farhan Raza

Convert DGN to PDF in Java

We can export 2D or 3D drawings from DGN files to PDF documents programmatically. DGN files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a DGN file to a PDF using Java.
October 5, 2022 · 3 min · Muzammil Khan

Auto-Fit Rows and Columns in Excel in Python

While working on the spreadsheets, you may often need to adjust the rows’ height and columns’ width according to the length of the text. For such cases, MS Excel provides a feature of auto-fitting the size of the cells. However, as a programmer, you may have to enable this feature for the Excel files programmatically. Therefore, in this article, I’ll show you how to auto-fit rows and columns in Excel files in Python
October 5, 2022 · 3 min · Usman Aziz

Convert JPG to PPT in C#

Create effective PowerPoint presentations based on JPG images in C#. In this article, you will learn how to convert JPG images to a PowerPoint presentation.
October 4, 2022 · 2 min · Seriki Emmanuel

Change Text Color in HTML using Java

HTML is a markup language used to structure web pages using different elements, tags, etc. HTML documents are usually assisted by formatting technologies like CSS. In some use cases, you may need to modify the text formatting in an HTML file. In accordance with such scenarios, this article covers how to change text color in an HTML file programmatically in Java.
October 4, 2022 · 2 min · Farhan Raza

Skew Correction in Image Processing using C#

In computer vision, we need to correctly position our cameras and sensors, but this often leads to large distortions. Similarly, when scanning with scanners, sometimes alignment is nearly impossible. Due to this, scanned images and photographs have a slight skew (tilt). In this article, we will learn how to perform skew correction in image processing using C#.
October 4, 2022 · 4 min · Muzammil Khan

Add Digital Signature in PowerPoint PPT in Java

Use Java to add digital signature to PowerPoint PPT. Protect and verify digitally signed PPT.
October 3, 2022 · 3 min · Seriki Emmanuel

Convert DWG to Jpeg2000 in C#

From DWG files, we can dynamically export 2D or 3D drawings to Jpeg2000 documents. DWG files are created and supported by CAD software. This conversion enables the sharing of drawings in a portable format. This article will show you how to convert a DWG file to a Jpeg2000 using C#.
October 2, 2022 · 3 min · Denis Demenko

Convert Visio to HTML in Python

We can draw a variety of simple or complicated professional diagrams, flowcharts, timelines, etc. using Microsoft Visio. It is a popular vector graphics application. In certain cases, you may need to convert Visio diagrams to HTML documents. In this article, you will learn how to convert a Visio diagram to an HTML in Python.
September 30, 2022 · 3 min · Muzammil Khan