English

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

Create MIME messages using Python

MIME (Multipurpose Internet Mail Extensions) is a widely used standard for formatting and exchanging email messages including various media types, such as text, images, audio, and video, within a single email message. In this article, we will discuss how to create EML with images in a HTML body.
June 23, 2023 · 6 min · Margarita Samodurova

Combine Visio Diagrams in Python

Visio files are commonly saved in VSDX or VSD format to provide a convenient way to communicate complex ideas, processes, and structures visually. In this article, we will learn how to combine Visio diagrams in Python.
June 23, 2023 · 3 min · Farhan Raza

Convert OneNote to Markdown Online - Free Converter

Effortlessly convert your OneNote files to Markdown format online using our free and easy-to-use OneNote to Markdown converter tool. Learn how to export your notes from OneNote to Markdown quickly without any software installation.
June 23, 2023 · 4 min · Muzammil Khan

Recognize Text from Scanned PDF in Python

Scanned PDF documents are often challenging to work with due to their lack of searchable or editable text. However, with the power of Optical Character Recognition (OCR) technology, extracting text from scanned PDFs and converting them into searchable or editable formats becomes a reality. In this blog post, you will learn how to perform PDF text recognition with OCR in Python. We will also explore how to extract text from scanned PDF files, convert them into searchable or editable PDFs, and unleash the potential of Python’s OCR capabilities using Aspose.OCR for Python via .NET library.
June 22, 2023 · 4 min · Farhan Raza

Convert PNG to EPS in C#

In this article, you will learn how to convert PNG to EPS in C#. This article provides a step by step guide for converting PNG images to EPS format using Aspose.Page for .NET. Additionally, it provides a free online conversion tool and other useful links.
June 21, 2023 · 4 min · Muzammil Khan