English

Fuzzy Search in Documents using C#

Fuzzy Search is useful in scenarios with typos, misspellings, or variations in the data. This article shows how to programmatically perform a fuzzy search in multiple documents across folders using C#.
· Shoaib Khan · 3 min

Online Text Search in Documents

Uncover the simplicity of text searching in documents, making it a breeze to locate specific content. Let’s discover how we can streamline text search in documents, making the process quick and efficient.
· Shoaib Khan · 3 min

Online Regex Search in Documents

Uncover the simplicity of searching documents by regex, making it a breeze to locate specific content. Let’s discover how we can streamline regex search in documents, making the process quick and efficient.
· Shoaib Khan · 3 min

Regex Search in Documents using Java

This article will teach you the basics of searching with regular expressions in Java, so you can smartly search through documents in different file formats.
· Shoaib Khan · 3 min

Search in Documents by RegEx using C#

This article will show you how to search by regex in C# to search documents of various file formats smartly.
· Shoaib Khan · 3 min

Efficient Text Search in C#: Handling Multiple Files and Folders

This article has the answers you’re looking for. Let’s dive into the world of text searching and explore how to search for various texts or phrases in different files across diverse folders using C#.
· Shoaib Khan · 3 min

Efficient Text Search in Java: Handling Multiple Files and Folders

This article looks into the realm of text scanning, showcasing how to search for multiple texts or phrases in various files spread across diverse folders using Java
· Shoaib Khan · 3 min

Metadata Scrubbing - Online and Programmatic Approach

We have various options to remove different metadata properties or simply clean all the properties. We can do it using a simple online Metadata Scrubber Tool or remove it programmatically using C# and Java. Let us see these options quite briefly.
· Shoaib Khan · 4 min

Manage EPUB Metadata using Java – Metadata Editor

EPUB metadata refers to essential information embedded within EPUB files, including details like title, author, publisher, and language, enabling accurate cataloging and organization of digital ebooks. In this article, we will discuss how to programmatically read, edit and update EPUB metadata values including Dublin Core set of items using Java.
· Shoaib Khan · 3 min

Update EPUB Metadata using C# – .NET Metadata Editor

EPUB metadata refers to essential information embedded within EPUB files, including details like title, author, publisher, and language, enabling accurate cataloging and organization of digital ebooks. In this article, we will discuss how to programmatically read, edit and update EPUB metadata values including Dublin Core set of items using C#.
· Shoaib Khan · 3 min