Imported review data
Open the comments beside the page
The comments are imported with the Word-compatible document. Select a comment marker in the page and compare its discussion with the original document content.
Word-compatible reviewInspect imported comments
The comment discussion remains connected to its document position.
COMMENTS
Ready to tryUse the controls above to interact with this demo.
What this demonstrates
Import Word comments
Word-compatible comments are imported with the document and exposed through the viewer's comments sidebar for an integrated review workflow.
API used
TXDocumentViewer.annotations.showSidebar
Key members
Word-compatible comments are imported with the document and exposed through the comments sidebar for browser-based review.
window.addEventListener("documentViewerLoaded", () => {
TXDocumentViewer.annotations.showSidebar(true);
});
How it works
The Razor helper prepares the browser viewer and its document. Demo-specific JavaScript uses the public TXDocumentViewer API and remains encapsulated with this demo.
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
The view, browser behavior, assets, and controller are encapsulated in Demos/DocumentViewer/Annotations/ImportComments.