Convert Word DOCX DOC to TXT in Python

August 24, 2022 · Usman Aziz

Convert PDF to OneNote in C#

As a .NET developer, you can easily import notes from PDF documents to OneNote. You may also convert multiple PDF documents into a single OneNote document programmatically. In this article, you will learn how to convert a PDF to OneNote in C#.
August 23, 2022 · Muzammil Khan

Convert VSD to VSDX Visio Diagram in C#

Visio diagrams are usually used to create flowcharts, organizational charts, floor plans, database models, or other drawings. In some cases, you may need to convert a VSD file to VSDX format. Accordingly, this article covers how to convert a VSD file to a VSDX file programmatically in C#.
August 22, 2022 · Farhan Raza

Generate Aztec Barcode in Java

Aztec barcode is one of the efficient barcodes that can contain information with high accuracy in a small area. In some scenarios, you might want to create an Aztec code with different symbol modes and error corrections. Following such requirements, this article covers how to generate an Aztec Barcode programmatically in Java.
August 21, 2022 · Farhan Raza

Parse XBRL in Python

You can easily parse XBRL or iXBRL document programmatically in Python. You read and extract objects or elements such as schema reference, context, unit, items, etc from the XBRL file. In this article, you will learn how to parse XBRL instance documents in Python.
August 19, 2022 · Muzammil Khan

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