# TX Text Control Document Editor and Viewer for Blazor Released

> We are very happy to announce the immediate availability of TX Text Control packages for Blazor. This article gives an overview of the available packages and how to use them.

- **Author:** Bjoern Meyer
- **Published:** 2025-03-25
- **Modified:** 2025-11-16
- **Description:** We are very happy to announce the immediate availability of TX Text Control packages for Blazor. This article gives an overview of the available packages and how to use them.
- **4 min read** (631 words)
- **Tags:**
  - ASP.NET
  - ASP.NET Core
  - Blazor
  - Document Viewer
  - Document Editor
- **LLMs.txt URL:** https://www.textcontrol.com/blog/2025/03/25/tx-text-control-document-editor-and-viewer-for-blazor-released/llms.txt
- **LLMs-full.txt URL:** https://www.textcontrol.com/blog/2025/03/25/tx-text-control-document-editor-and-viewer-for-blazor-released/llms-full.txt
- **Canonical URL:** https://www.textcontrol.com/blog/2025/03/25/tx-text-control-document-editor-and-viewer-for-blazor-released/

---

We are happy to announce the immediate availability of the TX Text Control Document Editor and Document Viewer packages for [Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) - available for TX Text Control 33.0. With this release, we're bringing our powerful document processing technology to one of the most advanced and forward-thinking development platforms in the .NET ecosystem.

### What is Blazor?

Blazor is a web framework from Microsoft that enables developers to build interactive web user interfaces using C# instead of JavaScript. By using .NET on both the client and server sides, developers benefit from a unified technology stack, shared code, and all the tooling and performance improvements that come with the .NET platform.

To ensure a seamless and responsive document handling experience, Blazor Server Interactive is the template you need. The latest version of Blazor allows you to use both client and server rendering modes in the same application.

Blazor is seen as the successor to Web Forms because it targets the same audience of .NET developers who prefer to build Web applications using a drag-and-drop, event-driven, component-based approach without heavy reliance on JavaScript. Like Web Forms, Blazor uses a component model - Web Forms had controls like GridView and TextBox, while Blazor uses Razor components.

The event-driven programming model is also similar, with Blazor offering modern equivalents such as *@onClick*. Most importantly, Blazor continues the tradition of tight .NET integration, allowing developers to write both UI logic and backend code in C#.

### Built for .NET 8 and TX Text Control 33.0

The Blazor packages for the TX Text Control Document Editor and Document Viewer are based on our latest release, TX Text Control 33.0, which was recently introduced with full support for .NET 8. This ensures that your applications are future-proof, fast, and ready to take full advantage of the latest performance and productivity features in the .NET ecosystem.

TX Text Control 33.0 also introduced enhanced support for Linux deployment, a major milestone for developers targeting containerized, cross-platform Web applications. Our Blazor components fully support this architecture, enabling flexible deployment scenarios on both Windows and Linux.

### Seamless Integration in Blazor Applications

Integrating TX Text Control into Blazor projects is easier than ever with our new NuGet packages:

- [TXTextControl.Web.Blazor.DocumentEditor](https://www.nuget.org/packages/TXTextControl.Web.Blazor.DocumentEditor)
- [TXTextControl.Web.Blazor.DocumentViewer](https://www.nuget.org/packages/TXTextControl.Web.Blazor.DocumentViewer)

These packages provide feature-rich, HTML5-based document editing and viewing capabilities that are seamlessly integrated with Blazor components. Whether you're building a document generation application, a contract management system, or any application that requires rich text editing and viewing, these components provide the core functionality with the proven reliability of TX Text Control.

### Get Started Today

To get started, simply install the packages from NuGet and follow the updated Blazor integration documentation available on our website.

> **Getting Started: Document Editor**
> 
> This article shows how to integrate the Document Editor for Blazor into an ASP.NET Core application running on Windows and Linux. The Document Editor is a powerful word processing component that can be used to create, edit, and view documents in various formats.
> 
> [Getting Started: Document Editor for Blazor in ASP.NET Core ](https://www.textcontrol.com/blog/2025/03/25/getting-started-document-editor-for-blazor-in-asp-net-core/llms-full.txt)

> **Getting Started: Document Viewer**
> 
> This article shows how to integrate the Document Viewer for Blazor into an ASP.NET Core application running on Windows and Linux. The Document Viewer is a powerful and flexible component to display documents in your Blazor application.
> 
> [Getting Started: Document Viewer for Blazor in ASP.NET Core ](https://www.textcontrol.com/blog/2025/03/25/getting-started-document-viewer-for-blazor-in-asp-net-core/llms-full.txt)

We will be releasing a series of blog posts that will guide you through the integration process and show you how you can use TX Text Control and Blazor to create powerful document processing applications.

---

## About Bjoern Meyer

As CEO, Bjoern is the visionary behind our strategic direction and business development, bridging the gap between our customers and engineering teams. His deep passion for coding and web technologies drives the creation of innovative products. If you're at a tech conference, be sure to stop by our booth - you'll most likely meet Bjoern in person. With an advanced graduate degree (Dipl. Inf.) in Computer Science, specializing in AI, from the University of Bremen, Bjoern brings significant expertise to his role. In his spare time, Bjoern enjoys running, paragliding, mountain biking, and playing the piano.

- [LinkedIn](https://www.linkedin.com/in/bjoernmeyer/)
- [X](https://x.com/txbjoern)
- [GitHub](https://github.com/bjoerntx)

---

## Related Posts

- [Building an ASP.NET Core Backend (Linux and Windows) for the Document Editor and Viewer](https://www.textcontrol.com/blog/2025/03/26/building-an-asp-net-core-backend-for-the-document-editor-and-viewer/llms.txt)
- [Announcing Our Work on a Blazor Component for Document Editing and Viewing](https://www.textcontrol.com/blog/2025/01/24/announcing-our-work-on-a-blazor-component-for-document-editing-and-viewing/llms.txt)
- [TX Text Control for Blazor: Mail Merge Integration Tutorial](https://www.textcontrol.com/blog/2025/03/25/tx-text-control-for-blazor-mail-merge-integration-tutorial/llms.txt)
- [Getting Started: Document Editor for Blazor in ASP.NET Core](https://www.textcontrol.com/blog/2025/03/25/getting-started-document-editor-for-blazor-in-asp-net-core/llms.txt)
- [Getting Started: Document Viewer for Blazor in ASP.NET Core](https://www.textcontrol.com/blog/2025/03/25/getting-started-document-viewer-for-blazor-in-asp-net-core/llms.txt)
- [Preparing Documents for E-Signing for Multiple Signers in .NET C#](https://www.textcontrol.com/blog/2024/11/13/preparing-documents-for-e-signing-for-multiple-signers-in-net-c-sharp/llms.txt)
- [ASP.NET Core: Use the Document Editor and Viewer in the Same Razor View](https://www.textcontrol.com/blog/2024/11/08/asp-net-core-use-the-document-editor-and-viewer-in-the-same-razor-view/llms.txt)
- [Adding a Security Middleware to ASP.NET Core Web Applications to Protect TX Text Control Document Editor and Document Viewer Endpoints](https://www.textcontrol.com/blog/2024/03/18/adding-a-security-middleware-to-asp-net-core-web-applications-to-protect-tx-text-control-document-editor-and-document-viewer-endpoints/llms.txt)
- [Building an ASP.NET Core Backend Application to Host the Document Editor and Document Viewer](https://www.textcontrol.com/blog/2024/03/14/building-an-asp-net-core-backend-application-to-host-the-document-editor-and-document-viewer/llms.txt)
- [Introducing Text Control Agent Skills](https://www.textcontrol.com/blog/2026/03/27/introducing-text-control-agent-skills/llms.txt)
- [Deploying the TX Text Control Document Editor from the Private NuGet Feed to Azure App Services (Linux and Windows)](https://www.textcontrol.com/blog/2026/03/25/deploying-the-tx-text-control-document-editor-from-the-private-nuget-feed-to-azure-app-services-linux-and-windows/llms.txt)
- [Build a Custom Backstage View in ASP.NET Core with TX Text Control](https://www.textcontrol.com/blog/2026/02/17/build-a-custom-backstage-view-in-aspnet-core-with-tx-text-control/llms.txt)
- [ASP.NET Core Document Editor with Backend via the Text Control Private NuGet Feed](https://www.textcontrol.com/blog/2026/02/09/aspnet-core-document-editor-private-nuget-feed/llms.txt)
- [Why Document Processing Libraries Require a Document Editor](https://www.textcontrol.com/blog/2025/12/04/why-document-processing-libraries-require-a-document-editor/llms.txt)
- [High-Performance Text Replacement in Large DOCX Files using C# .NET](https://www.textcontrol.com/blog/2025/07/30/high-performance-text-replacement-in-large-docx-files-using-csharp-dotnet/llms.txt)
- [Document Viewer 33.2.1 Released: New Event and Bug Fixes](https://www.textcontrol.com/blog/2025/07/30/document-viewer-33-2-1-released-new-event-and-bug-fixes/llms.txt)
- [Getting Started Video Tutorial: Document Editor in ASP.NET Core C# on Linux](https://www.textcontrol.com/blog/2025/07/29/getting-started-video-tutorial-document-editor-aspnet-core-csharp-linux/llms.txt)
- [E-Sign Comes to Blazor: Document Viewer 33.0.1 Released](https://www.textcontrol.com/blog/2025/04/24/e-sign-comes-to-blazor-document-viewer-33-0-1-released/llms.txt)
- [Deploying the TX Text Control Document Editor in an ASP.NET Core Web App to Azure App Services](https://www.textcontrol.com/blog/2025/03/26/deploying-the-tx-text-control-document-editor-in-an-asp-net-core-web-app-to-azure-app-services/llms.txt)
- [Introducing TXTextControl.Web.Server.Core: A Cross-Platform Backend for TX Text Control Document Editor](https://www.textcontrol.com/blog/2025/03/13/introducing-txtextcontrol-web-server-core-a-cross-platform-backend-for-tx-text-control-document-editor/llms.txt)
- [Getting Started: Document Editor with ASP.NET Core and Docker Support with Linux Containers](https://www.textcontrol.com/blog/2025/03/12/getting-started-document-editor-with-asp-net-core-and-docker-support-with-linux-containers/llms.txt)
- [Connecting the TXWebSocketMiddleware to a Separate, External TCP Synchronization Service](https://www.textcontrol.com/blog/2024/10/01/connecting-the-txwebsocketmiddleware-to-a-separate-external-tcp-synchronization-service/llms.txt)
- [Optimizing Digital Signature Workflows: Starting with MS Word DOCX Files Instead of PDFs in C#](https://www.textcontrol.com/blog/2024/09/27/optimizing-digital-signature-workflows-starting-with-ms-word-docx-files-instead-of-pdfs-in-csharp/llms.txt)
- [Getting Started: Creating an ASP.NET Core Web App with the Document Editor in Visual Studio Code (VS Code)](https://www.textcontrol.com/blog/2024/09/27/getting-started-creating-an-asp-net-core-web-app-with-the-document-editor-in-visual-studio-code-vs-code/llms.txt)
- [Document Viewer: Setting the Rendering Mode](https://www.textcontrol.com/blog/2024/08/22/document-viewer-setting-the-rendering-mode/llms.txt)
