Tracked changes collection
Export the review data
The viewer presents the modern mutual NDA and keeps its tracked changes available for a separate server-side workflow. Export the current change collection to inspect the raw result.
Review workflowRead the change collection
Use the viewer toolbar for visual review, then export its structured data.
JSON
ResultTracked change data
The collection can be sent to another review or audit workflow.
Ready to tryUse the controls above to interact with this demo.
What this demonstrates
Review document revisions
TX Text Control Document Viewer provides a browser-based review experience for documents that contain tracked changes.
API used
TXDocumentViewer.trackedChanges
Key members
The tracked-changes toolbar exposes revisions for review while the document remains available in the browser viewer.
TXDocumentViewer.trackedChanges.showToolbar(true);
How it works
The tracked changes toolbar is opened when the viewer loads. The export action reads the viewer's tracked change collection and writes the JSON result into the control below.
NuGet packages
Displays supported document and PDF formats in the browser.
dotnet add package TXTextControl.Web.DocumentViewer --version 34.2.0
Source files
See the implementation
Inspect the viewer setup, client-side export action, and controller.