Products Technologies Demo Docs Blog Support Company

Document Viewer: Processing Tracked Changes

A new feature has been rolled out with the latest update of the TX Text Control DocumentViewer that allows users to navigate through tracked changes in order to reject and accept changes in browser and mobile views.

Document Viewer: Processing Tracked Changes

New DocumentViewer Version

We just rolled out a new feature of the TX Text Control DocumentViewer that allows users to navigate through tracked changes in order to reject and accept changes in browser and mobile views. You can install this new version directly using the package manager:

PM> Install-Package TXTextControl.Web.DocumentViewer -Version 30.0.404.500

As we outlined in our end-of-year blog post, we defined Rethinking Documents as our new company mantra. The focus of all actions is defined by this vision to design how documents are and will be used in business workflows in the future.

Online document editing, document signing, collaboration and other document processing workflows are part of our vision to improve document based processes. We have a clear vision for our components that includes electronic invoicing, digital forms processing and online document collaboration.

Review Tracked Changes

This new feature provides users a way to review documents on any device. Specifically during negotiation processes, the review of changes made by other authors should be an effortless and accessible experience.

A new toolbar is available in case the document contains Tracked Changes. These changes can be made using MS Word, using the TX Text Control DocumentEditor or any other word processor that supports MS Word formats such as RTF, DOC and DOCX. The toolbar enables an easy navigation through all available changes in the document. Those changes can be accepted or rejected which is visually indicated in-place.

TX Text Control Tracked Changes

Mobile View

In the mobile view, the new toolbar is available at the bottom with the same functionality:

TX Text Control Tracked Changes

The user selection can be exported using the new JavaScript API member trackedChanges.getItems:

console.log(JSON.stringify(TXDocumentViewer.trackedChanges.getItems()));
[{"accept":true},{"accept":true},{"accept":false},{"accept":null},{"accept":null},{"accept":null}]

Updated Online Demo

We have updated our online demos and added a demo that shows this new feature in action.

Launch Demo

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 CoreCollaboration

Adding and Sharing Annotations across Document Types using the Document…

Learn how to add and share annotations across different document types using the Document Viewer in ASP.NET Core C#. This article shows how to create a simple web application that allows users to…


ASP.NETASP.NET CoreDS Server

Extending DS Server with Custom Digital Signature APIs

In this article, we will explore how to extend the functionality of DS Server by integrating custom digital signature APIs. We will cover the necessary steps to create a plugin that allows DS…


ASP.NETASP.NET CoreConference

Meet Text Control at DDC 2025 in Cologne

Join us at the .NET Developer Conference (DDC) 2025 in Cologne from November 24-27. Visit our booth to explore the latest in document generation and reporting with Text Control's DS Server and…


ASP.NETASP.NET CoreDS Server

Building an Ecosystem around DS Server: Join Us as a Plug-in Pioneer

DS Server 4.1.0 introduces a plug-in architecture that transforms the platform into an extensible ecosystem. Text Control invites developers, ISVs, and domain experts to co-innovate, build the…


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…