Text search and extraction in Blazor PDF Viewer

10 Jun 20261 minute to read

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