An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/review-word-documents-with-track-changes

A quick-start project that shows how to review Word documents with tracked changes in the Syncfusion React Word Processor component. This project contains code to enable the track changes feature, accept or reject changes, filter changes by user, and use revision-only protection.
https://github.com/syncfusionexamples/review-word-documents-with-track-changes

document-editor react review-word-documents track-changes word-processor

Last synced: 7 months ago
JSON representation

A quick-start project that shows how to review Word documents with tracked changes in the Syncfusion React Word Processor component. This project contains code to enable the track changes feature, accept or reject changes, filter changes by user, and use revision-only protection.

Awesome Lists containing this project

README

          

# Review Word Documents with Track Changes

A quick-start project that shows how to review Word documents with tracked changes in the Syncfusion® React Word Processor component. This project contains code to enable the track changes feature, accept or reject changes, filter changes by user, and use revision-only protection.

Refer to the following track changes documentation for the Syncfusion® React Word Processor component:
https://ej2.syncfusion.com/react/documentation/document-editor/track-changes/

Check out this online example of tracked changes in the Syncfusion® React Word Processor component:
https://ej2.syncfusion.com/react/demos/#/bootstrap5/document-editor/track-changes

Watch the following video to get started with the React Word Processor component:
https://www.youtube.com/watch?v=tgJgvbnxdBA

## Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

### How to run this application?

To run this application, you need to clone the `review-word-documents-with-track-changes` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command.