ESSENTIAL STUDIO® 2026 VOLUME 1
What's New in Essential Studio® PDF Viewer SDK
The latest release promotes the Blazor Smart PDF Viewer to production-ready status, delivers major performance improvements for organizing and searching large PDFs, and supports retrieving and dynamically modifying custom stamp annotation views in .NET MAUI.
Common
Production-ready component
The Blazor Smart PDF Viewer components have been enhanced to meet industry standards and are production-ready.
- Document summarizer: Provides AI‑generated summaries and answers to user queries, enabling quick understanding of document content.

-
Smart redaction: Automatically detects and redacts sensitive information automatically, ensuring accurate and secure content protection.
-
Smart fill: Automatically identifies and fills PDF form fields using AI, minimizing manual input and speeding up form completion.
Web PDF Viewer (Javascript, Angular, React, Vue, ASP.NET Core, MVC)
Significant performance improvements in organizing pages
The Organize Pages window now opens and closes far more quickly, eliminating lag and UI freezes when working with medium to extremely large PDF documents. Users get a smoother, more responsive page-management experience.
The following metrics show how much the open and close times were reduced.
| Document Size | Organize Window Open Improvement (%) | Organize Window Close Improvement (%) |
|---|---|---|
| 500 pages | 51.3% | 93.8% |
| 1,000 pages | 62.3% | 93.2% |
| 5,000 pages | 85.7% | Close operation now fully responsive |
| 10,000 pages | 76.2% | Close operation now fully responsive |
Blazor PDF Viewer
Significant performance improvements in text search
The Blazor PDF Viewer now provides a dramatically faster and more reliable text-search experience thanks to targeted engine optimizations and refined indexing. Users can locate words in PDFs much faster and with consistent accuracy, even in very large files.
The following metrics show the reduction in search time for documents of different sizes.
| Document size | Performance improvement (%) |
|---|---|
| 60 pages | 95.4% |
| 114 pages | 95.8% |
| 500 pages | 97.1% |
| 1,000 pages | 96.8% |
| 5,000 pages | 94.3% |
.NET MAUI PDF Viewer
Maintain zoom level in single page view mode
A new capability has been introduced that allows the PDF Viewer to retain the current zoom level when navigating between pages in single page view mode.
When enabled, the viewer preserves the user-defined zoom level instead of resetting it on each page transition. This ensures a consistent viewing experience, particularly when working with documents that contain detailed graphics, small text, or zoom-critical content.
Before enabling zoom persistence:

After enabling zoom persistence:

Access custom stamp annotation views
Users can retrieve visual elements associated with custom stamp annotations. Accessing these elements provides greater flexibility in customizing and managing stamp behavior after they are added to a page, making it particularly valuable when integrating stamps into advanced review or approval workflows.
Developers can now retrieve, modify, or dynamically update the appearance and behavior of custom stamps once they are placed in the document, enabling more interactive and adaptable annotation scenarios.

Visual Studio Code Extension
Syncfusion PDF Viewer SDK Extension - Visual Studio Code
The PDF Viewer SDK Extension for Visual Studio Code allows developers to integrate Syncfusion PDF Viewer components into Blazor and .NET MAUI apps. It provides dedicated project templates for both platforms, plus convenient code snippets: Blazor snippets insert component code straight into Razor files, while MAUI snippets add it directly to XAML files.
