Read Barcode from PDF in C#

Easily detect and read barcodes embedded in PDF files using C#. Extract barcode images from multi‑page PDFs in .NET apps and learn step‑by‑step how to decode them programmatically.
August 18, 2022 · Muzammil Khan

Convert HTML to Text in Java

HTML pages are widely used over the internet. They may contain images, drawings, and text to present information. Sometimes, you may need to convert an HTML file to Text format. Accordingly, this article covers how to convert HTML to Text programmatically in Java.
August 18, 2022 · Farhan Raza

Copy Data from Excel Sheets in Python

August 18, 2022 · Usman Aziz

Extract Text from HTML in Java

HTML is a markup language to create or design documents to be displayed in browsers. It can include text or visual information in the page. In some cases, you might want to extract text from HTML documents. In accordance with such use cases, this article covers how to extract Text from HTML programmatically in Java.
August 18, 2022 · Farhan Raza

Password-Protect and Unprotect Excel Files in Python

August 17, 2022 · Usman Aziz

Create, Load, Fill, and Draw Bitmap in C#

Bitmap is used to create and store computer graphics. You can easily create Bitmap in C# with Aspose.Drawing for .NET API. In this article, you will learn how to create a new bitmap in C#. This article also demonstrates how to load an image in bitmap or draw graphics in a bitmap using C#.
August 16, 2022 · Muzammil Khan

Generate Pdf417 Barcode in Java

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

Create Charts in Excel Files using Python

Excel charts are commonly used to visually represent and depict the data in the spreadsheets. You can create a variety of charts in Excel, such as, line, bar, pie, doughnut, pyramid, bubble, etc. In this article, you will learn how to create charts in Excel files in Python. We will create a few charts to demonstrate how easy it is for you to programmatically create Excel charts in Python.
August 16, 2022 · Usman Aziz

Convert OBJ to DXF File Programmatically in C#

An OBJ file is a geometry definition file format that can contain texture maps, polygonal faces, and 3D coordinates. You may need to convert an OBJ file to a DXF file for certain requirements. This article covers how to convert OBJ to DXF file programmatically in C#.
August 16, 2022 · Farhan Raza

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 · Usman Aziz