DEV Community

Cover image for From Faster PDFs to AI-Powered Spreadsheets: See What’s New in Syncfusion 2026 Volume 2
Lucy Muturi for Syncfusion, Inc.

Posted on • Originally published at syncfusion.com on

From Faster PDFs to AI-Powered Spreadsheets: See What’s New in Syncfusion 2026 Volume 2

TL;DR: Syncfusion 2026 Volume 2 delivers performance and usability upgrades across document processing:

  • PDF Viewer SDK: Up to 92% faster annotation processing, partial ink erasing, comment filtering, and improved bookmark rendering.
  • DOCX Editor SDK: Accurate bidirectional (RTL/LTR) text formatting and modern hashing for reliable document protection.
  • Spreadsheet Editor SDK: AI-powered natural language operations, quicker bulk updates with suspend/resume APIs, subscript/superscript support, ribbon customization, conditional formatting, export options, and quick auto-aggregation.

Built to fix real production bottlenecks so that large documents, multilingual content, and data-heavy spreadsheets behave reliably at scale.

Ever watched a PDF with 500+ annotations slow to a crawl? Opened a multilingual Word document only to find the text direction completely off? Or worked with a spreadsheet that seemed fine until a bulk update turned the UI unresponsive?

These aren’t the kind of problems you see in demos; they only show up in production.

Document-heavy apps tend to accumulate a specific kind of technical debt:

  • Performance drops only when file size and complexity grow.
  • Formatting breaks in multilingual or edge-case content.
  • Missing controls force you to build custom workarounds just to ship.

The Syncfusion® 2026 Volume 2 release is built around fixing those exact issues without adding noise. It delivers practical, high-impact improvements across three core SDKs: PDF Viewer, DOCX Editor, and Spreadsheet Editor , targeting real bottlenecks in Web, Blazor, and .NET MAUI platforms.

Whether you’re building:

  • A document review tool handling annotation-heavy PDFs,
  • A content editor with mixed-language support, or
  • A data-heavy spreadsheet interface,

these changes are designed to remove the friction you’ve likely already run into.

Let’s break down what’s changed, and more importantly, see where it makes your development experience smoother.

PDF Viewer SDK

The 2026 Volume 2 release brings meaningful improvements to the PDF Viewer SDK across Web, Blazor, and .NET MAUI platforms.

Web PDF Viewer

Let’s first explore the latest improvements in the Web PDF Viewer:

1. Erase specific portions of ink annotations

A small mistake in an ink annotation used to mean deleting the entire stroke and starting over.

The new ink eraser tool lets users erase only the part that needs fixing while keeping the rest intact.

For developers, it’s flexible too. The eraser appears when users interact with ink annotations, can be controlled programmatically, and fits easily into custom setups, such as enabling it only in review mode or for specific user roles.

Ink eraser tool in the Web PDF Viewer


Ink eraser tool in the Web PDF Viewer

2. Filter annotation comments for focused review

Once documents start accumulating feedback, the real problem isn’t adding comments; it’s navigating them.

The new comment filtering option enables you to:

  • Filter annotation comments based on specific criteria and
  • See those filtered results reflected directly in the document.

Instead of building and synchronizing your own comment filtering logic with the document view, the behavior is already built in and consistent.

It’s one of those features that directly improves usability without adding complexity to your implementation.

Filtering annotation comments in Web PDF Viewer


Filtering annotation comments in Web PDF Viewer

3. Up to 92% faster downloads for annotation-heavy PDFs

Downloads often stay fast at first, but as annotations grow, performance starts to drop. With hundreds of comments, even simple updates can feel slow.

The Web PDF Viewer now makes download performance more predictable by improving annotation handling, especially in large, heavily annotated PDFs.

What does that mean in simple terms:

  • Small files → Slightly faster, smoother updates.
  • Medium-sized documents → Noticeably quicker response.
  • Large, heavily annotated PDFs → Massive speed improvement.

The following table shows the annotation download performance before and after optimization.

Scenario Previous performance Current performance
Document with 1 annotation (updating 1 annotation) 24.88 ms 19.63 ms
Document with 30 annotations (updating 1 annotation) 54.53 ms 26.72 ms
Document with 400 annotations (updating 1 annotation) 1,649.25 ms 152.79 ms

For large documents, that’s up to 92% faster, while smaller ones see around 35% improvement.

Blazor PDF Viewer

While the Web PDF Viewer improvements focus on annotations and performance, the Blazor PDF Viewer addresses a different challenge: making large documents easier to navigate.

When users rely on bookmarks to move through lengthy reports or technical documents, formatting helps reinforce the document hierarchy. With 2026 Volume 2, bookmark styling is now preserved in view-only mode.

  • Preserve original bookmark styling, including bold text.
  • Maintain document structure and hierarchy.
  • Improve navigation in large PDF files.

Preserving bookmark formatting in Blazor PDF Viewer’s view-only mode


Preserving bookmark formatting in Blazor PDF Viewer’s view-only mode

.NET MAUI PDF Viewer

The .NET MAUI PDF Viewer includes the following practical improvements:

1. Disable or enable double-tap zoom programmatically

On mobile devices, gestures can sometimes compete with each other. While double-tap zoom is useful in many scenarios, it may not fit apps that use custom navigation or selection interactions.

You can now enable or disable double-tap zoom behavior programmatically, giving you more control over the viewing experience.

  • Disable double-tap zoom when using custom navigation or selection gestures.
  • Enable it when document zooming is a priority.
  • Integrate the behavior directly into your app’s functionality.

Double-tap toggle button in .NET MAUI PDF Viewer


Double-tap toggle button in .NET MAUI PDF Viewer

2. Mark all form fields read-only using a single setting

Not every document is meant to stay editable. For review, approval, or finalized documents, you can now mark all form fields as read-only using a single setting.

  • Prevent accidental edits.
  • Avoid field-by-field configuration.
  • Keep form behavior consistent across the document.

This makes it easier to protect data and maintain document integrity.

Read-only form fields feature in .NET MAUI PDF Viewer


Read-only form fields feature in .NET MAUI PDF Viewer

DOCX Editor SDK

The DOCX Editor SDK receives major improvements across Web and Blazor platforms.

1. Bidirectional character formatting for RTL/LTR documents

For apps that generate legal contracts, government forms, or multilingual business documents, mixed RTL and LTR content can quickly lead to formatting inconsistencies and manual cleanup.

The DOCX Editor lets you control text direction at the character level, making mixed-language editing more predictable and easier to manage.

  • Set RTL or LTR formatting for specific text ranges.
  • Edit RTL content without disrupting layout or cursor flow.
  • Reduce manual fixes and styling workarounds.

Bi-directional text formatting in Web and Blazor DOCX Editor


Bi-directional text formatting in Web and Blazor DOCX Editor

2. Enhanced hash computation with Algorithm SID

If you’ve worked with protected Word documents, you’ve probably run into cases where password validation fails for no obvious reason, especially when files come from newer Word versions. Most of the time, it comes down to outdated hashing behavior.

This update brings that layer up to date.

The ComputeHash API now supports Algorithm SID, enabling the use of modern hashing algorithms such as SHA-1 and SHA-256:

  • More reliable password validation when opening or verifying documents.
  • Better compatibility with documents generated by newer Word clients.
  • Fewer edge-case failures in protection and unprotection scenarios.

With text handling and document security tightened up, the next set of updates shifts focus toward handling large datasets more efficiently in the Spreadsheet Editor.

Spreadsheet Editor SDK

The Spreadsheet Editor SDK also receives major improvements across Web and Blazor platforms.

Web Spreadsheet Editor

1. Spreadsheet operations via natural language with AI Assist

The Web Spreadsheet Editor includes AI Assist with natural language capabilities, making common spreadsheet tasks much easier.

Instead of repeating routine tasks like writing formulas or cleaning data, you can simply describe what you need.

  • Type your request in plain language and see it applied instantly.
  • Handle editing, formatting, analysis, and visualizations from a single prompt.
  • Stay in control with built-in prompt suggestions and full undo/redo support.

No need to switch between menus or write formulas; just ask and get it done.

Web Spreadsheet Editor SDK with AI Assist support


Web Spreadsheet Editor SDK with AI Assist support

Read the full blog post on the Syncfusion Website

Top comments (0)