English

Document Scanning in Python

Scan documents and perform Optical Character Recognition to extract information/text in Python. The scanning of documents in Python can be used for archiving, data entry, and document management.
July 7, 2023 · 3 min · Muzammil Khan

Compress Images in Python

While processing images programmatically, you often need to reduce their sizes. So in this article, you will learn how to compress images in a Python application.
July 7, 2023 · 2 min · Usman Aziz

Add Watermark to Images in Python

This article provides you with a step-by-step guide and code sample to add watermarks on images in Python. In addition, it gives a free online image watermarking tool.
July 6, 2023 · 3 min · Usman Aziz

Convert PFB to TTF in Java

Printer Font Binary (PFB) is a Type 1 font developed by Adobe. Type 1 fonts stored in PFB files were used by Windows. In this article, you will learn how to convert PFB to TTF using Java.
July 5, 2023 · 3 min · Muzammil Khan

Ultimate Image Processing Library for Linux

In this post, we are going to introduce you to a powerful image processing library for Linux-based operating systems, which supports .NET 7, .NET 6, .NET 5, and .NET Core and Standard frameworks.
July 5, 2023 · 3 min · Usman Aziz

Merge Multiple Images in Python

In this article, we will demonstrate how to merge multiple images in Python. This could be useful for you if you are dealing with image editing in your Python application.
July 4, 2023 · 3 min · Usman Aziz

Convert Type 1 to WOFF and WOFF2 in C#

Type 1 Fonts are very scalable, and can be displayed at any size without losing quality but can be slow to load, especially on older computers. In this article, you will learn how to convert Type 1 to WOFF and WOFF2 using C#.
July 3, 2023 · 3 min · Muzammil Khan

Merge HTML Template with XML or JSON in Java

In modern web development, the separation of content and presentation is a fundamental principle. HTML templates provide a convenient way to define the structure and layout of web pages, while JSON and XML data formats are commonly used to store and transmit structured information. Combining these technologies allows developers to dynamically generate HTML content based on data from external sources. In this blog post, we will explore how to merge HTML templates with JSON or XML data in Java.
July 3, 2023 · 3 min · Farhan Raza

Parse and Read Mbox Files in Python

Learn how to handle files in mbox format - a plain-text file format that allows multiple email messages to be concatenated and stored in a single file.
June 30, 2023 · 9 min · Margarita Samodurova

Convert Scanned PDF to Word with OCR in Python

Converting scanned PDFs to Word documents offers several advantages like editing the text within the document, making it easy to make changes or updates. It also enables text searchability, which is invaluable for large documents or when conducting research. Moreover, you can also perform spell-checking for correcting any typos or misspelled words while performing OCR in Python.
June 26, 2023 · 3 min · Farhan Raza