Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 4.27 KB

File metadata and controls

33 lines (24 loc) · 4.27 KB
layout post
title Text search and Extraction in Blazor PDF Viewer | Syncfusion
description Overview of text search capabilities, UI features, programmatic APIs, events and text extraction in the Syncfusion Blazor PDF Viewer.
platform document-processing
control Text search
documentation ug
domainurl

Text search and extraction in Blazor PDF Viewer

The Blazor PDF Viewer provides an integrated text search experience that supports both interactive UI search and programmatic searches. Enable the feature by setting EnableTextSearch as needed. To give more low-level information about text, methods like SearchTextAsync can be used.

The text search functionality allows you to retrieve and locate content within PDF documents with case-sensitive or case-insensitive matching, enabling integration with search analytics and downstream processing workflows.

Key capabilities

When to use which API

Further reading