Products Technologies Demo Docs Blog Support Company

Document Viewer 33.2.1 Released: New Event and Bug Fixes

This service pack includes important bug fixes and improvements to enhance the stability and performance of the Document Viewer. In addition, a new event has been introduced to provide developers with greater control and flexibility during document handling.

Document Viewer 33.2.1 Released: New Event and Bug Fixes

We have just released a new package version of the TX Text Control MVC DocumentViewer for ASP.NET and ASP.NET Core web applications.

Updating the Package

To update the NuGet package, open the NuGet Package Manager, select nuget.org as the package source, select Installed and locate the TXTextControl.Web.DocumentViewer package. From the Versions drop-down list, select the latest stable version (33.2.1).

Fixed Issues

Version 33.2.1 includes both new features and fixes for known issues. The below tables lists all fixed known issues.

ID Description Status
MVCDV-238 NullReferenceException when clicking on Print button Fixed in 33.2.1
MVCDV-237 Zoom in and zoom out icons not disabling after max limit reached Fixed in 33.2.1
MVCDV-233 Displaced menu when toolbar is not docked Fixed in 33.2.1
MVCDV-236 Zoom drop-down list doesn't close on click Fixed in 33.2.1
MVCDV-239 Thumbnail preview icon is not selected when preview is active Fixed in 33.2.1

New Features

The Document Viewer receives new features outside of the TX Text Control major release cycle. This means that minor release numbers also contain new features, improvements and bug fixes.

  • zoomChanged Event
    The zoom level of the document viewer can now be monitored using the new zoomChanged event. This allows developers to respond to zoom level changes and implement custom behavior based on the current zoom level.

    To use the zoomChanged event, you can subscribe to it in your JavaScript code as follows:

    TXDocumentViewer.addEventListener("zoomChanged", (event) => {
        console.log(event.newValue);
    });

    This will write the current zoom level to the console whenever the zoom level changes.

    1.6

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

ASP.NET

Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.

ASP.NET Core
Angular
Blazor
JavaScript
React
  • Angular
  • Blazor
  • React
  • JavaScript
  • ASP.NET MVC, ASP.NET Core, and WebForms

Learn more Trial token Download trial

Related Posts

ASP.NETASP.NET CoreDocument Viewer

High-Performance Text Replacement in Large DOCX Files using C# .NET

Learn how to efficiently replace text in large DOCX files using C# .NET and the ServerTextControl component from Text Control. This article demonstrates the performance benefits of using the…


ASP.NETASP.NET CoreDocument Viewer

Document Viewer: Long Polling Support for Loading Documents

The Document Viewer now supports long polling for loading documents. This allows an asynchronous loading of documents and is especially useful for large documents or slow connections.


ASP.NETASP.NET CoreDocument Viewer

Use PDF.js to Render PDF Documents within the Document Viewer

With the release of the latest release candidate of the Document Viewer, we released the ability to use PDF.js to render PDF documents. This article shows how to use this new feature.


ASP.NETASP.NET CoreDocument Viewer

Document Viewer 31.2.2 RC1 Released with New Features

We have just released the first release candidate (RC) of the next version of the Document Viewer. This article lists the new features and improvements in this major release.


ASP.NETWindows FormsWPF

TX Text Control 33.0 SP3 is Now Available: What's New in the Latest Version

TX Text Control 33.0 Service Pack 3 is now available, offering important updates and bug fixes for all platforms. If you use TX Text Control in your document processing applications, this service…