English

Create Pivot Tables in Excel using Python

Pivot tables in Excel spreadsheets are used to summarize the data in an interactive way. Suppose, you have the data of a number of invoices and you want to get their total grouped by the customers or products. The pivot tables come into play in such cases. In this article, you will learn how to deal with pivot tables in Excel in Python. Particularly, you will come to know how to create a pivot table in Excel in Python. Furthermore, we will demonstrate how to format data in the Excel pivot tables programmatically.
August 15, 2022 · 3 min · Usman Aziz

Generate Data Matrix Code in Java

Data matrix code is omnidirectional 2D barcode defined by an L-shaped pattern at one side of the code along with solid border at two adjacent sides. In specific use cases, you may need to create a Data Matrix code with a variety of encoding types. This article explains how to generate a Data Matrix Code programmatically in Java.
August 14, 2022 · 2 min · Farhan Raza

SVG Fill Color and SVG Stroke Color in C#

Scalable Vector Graphics (SVG) is a web-friendly vector file format. SVG images are getting popular because of their scalability and quality features. In this article, you will learn how to use SVG stroke and SVG fill CSS properties programmatically using C#.
August 12, 2022 · 8 min · Muzammil Khan

Merge OneNote Files in C#

OneNote files are used to organize things where you can keep important information in the form of text, image, drawing, etc. You can merge multiple notebooks into a single file. The merged output file can be saved as a OneNote file (.one) as well as a PDF document as per your requirements.
August 11, 2022 · 3 min · Farhan Raza

Combine OneNote Files in C#

OneNote files are used to organize things where you can keep important information in the form of text, image, drawing, etc. You can combine multiple notebooks into a single file. The merged output file can be saved as a OneNote file (.one) as well as a PDF document as per your requirements.
August 11, 2022 · 2 min · Farhan Raza

Add New Layer in PSD Programmatically using C#

PSD (Photoshop Document) is a native image file format for Adobe’s popular Photoshop Application. It is commonly used to create logos, brochures, and other images where the PSD file contains several layers. You can manipulate the PSD files programmatically in .NET applications. In this article, you will learn how to create new layers in a PSD file programmatically using C#.
August 11, 2022 · 4 min · Muzammil Khan

Convert Word to JSON in C#

Word to JSON conversion could be required in various cases when you need to export data in a Word document to JSON format programmatically. This article demonstrates how to easily convert the text in a Word document to JSON format from within your C# applications. You will also learn how to convert protected Word documents to JSON programmatically. So let’s proceed to convert Word to JSON in C#. Steps to Convert Word to JSON in C# C# Library to Convert Word to JSON - Free Download Convert Word to JSON in C# Convert Protected Word to JSON in C# How to Convert Word to JSON in C# For Word document to JSON conversion, we need to perform the following steps:
August 10, 2022 · 3 min · Usman Aziz

Scan QR Code in Java

You may need to scan QR barcode of different versions and types. This article discusses how to scan a QR Code programmatically in Java.
August 8, 2022 · 2 min · Farhan Raza

Generate QR Code in Java

In certain scenarios, you might want to create a QR code with different encoding types. In accordance with such use cases, this article covers how to generate a QR Code programmatically in Java.
August 8, 2022 · 2 min · Farhan Raza

Convert Markdown to HTML in Java

Markdown files are commonly used for blogging, discussions and other platforms. Likewise, HTML files are popularly used to display data or information. The Markdown format is easy and understandable to humans so we can consider it as a writing format while the HTML is a publishing format so you might need to convert a Markdown file to HTML format. Accordingly, this article discusses how to convert Markdown to HTML format programmatically in Java.
August 6, 2022 · 2 min · Farhan Raza