English

OCR PDF and Extract Text from PDF in Python

Learn how to perform OCR on PDF documents to recognize and extract text from scanned PDF documents programmatically. In this article, you will learn how to OCR PDF and extract text from PDF documents in Python.
August 25, 2023 · 3 min · Muzammil Khan

Convert CSV to JSON using Java

In this blog, we’ll delve into how to convert CSV (Comma-Separated Values) files to JSON (JavaScript Object Notation) in Java.
August 24, 2023 · 3 min · Usman Aziz

Convert XML to Excel using Java

Converting XML data into Excel XLS files can be incredibly useful for data analysis, reporting, and other business tasks. In this blog post, we will explore how to convert XML data to Excel XLS in Java.
August 23, 2023 · 3 min · Usman Aziz

Extract SVG from Website in C#

Learn how to extract SVGs from websites using C#. Elevate your design and development with vector magic. In this article, you will learn how to extract inline or extrnal SVG images from a webpage programmatically in C#.
August 23, 2023 · 3 min · Muzammil Khan

Merge Multiple Excel Files in C#

Are you tired of manually copying and pasting data from multiple Excel files? If so, you’re in luck! In this tutorial, we’ll explore how to effortlessly merge Excel files in C#.
August 22, 2023 · 2 min · Usman Aziz

5 Ways to Retrieve Emails using C# .NET

Discover the ways to retrieve emails in C# via POP3, IMAP, EWS, Graph API or from offline mailbox storages of various formats such as PST, MBOX, OLM, TGZ. The article will provide you with valuable step-by-step instructons on email retrieval.
August 19, 2023 · 6 min · Margarita Samodurova

Creating Mbox Files using C# .NET

It is challenging to store multiple emails in a single file. So, an effective way to do this is storing them in an mbox format. In this article, we will explore the nature of mbox format, its structure and characteristics and learn to do basic manipulations with mbox files using in Aspose.Email .NET library
August 19, 2023 · 5 min · Margarita Samodurova

Manage Calendar Items using C# .NET

Working with Calendar files is an inevitable part in the proccess of programming any calendar app. They help users manage their time effectively, keep up with currect events, and, overall, be diligent in performing their duties. With our advanced Aspose.Email .NET library, developers can implement this capability easily. In this article, we will explore the notion of calendar items and their usability, learn to create, read and save Calendar ICS files, work with recurring events using C# .NET
August 19, 2023 · 5 min · Margarita Samodurova

Code 128 Barcode Generator in Python

In this article, we will learn how to generate the Code 128 barcode in Python. We will learn to generate the GS1-128 barcodes and 128 barcode coupons. We will also learn how to customize the appearance of a barcode in Python.
August 17, 2023 · 3 min · Muzammil Khan

Convert Raster Image to SVG in Python

This guide outlines the process of automating raster images to SVG conversion in Python and enables you to convert PNG, JPG, or other raster images to SVG format.
August 17, 2023 · 3 min · Usman Aziz