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

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

A quick-start project that shows how to review word documents with comments in the Syncfusion React Word Processor component. This project contains code to insert and delete comments, navigate to the next and previous comments, and protect the document in comments-only mode.
https://github.com/syncfusionexamples/review-word-documents-with-comments

comments comments-word-document document-editor react review word-document-editor word-processor

Last synced: 6 days ago
JSON representation

A quick-start project that shows how to review word documents with comments in the Syncfusion React Word Processor component. This project contains code to insert and delete comments, navigate to the next and previous comments, and protect the document in comments-only mode.

Awesome Lists containing this project

README

          

# Review Word Documents with Comments

A quick-start project that shows how to review word documents with comments in the Syncfusion® [React DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples) (Document Editor). This project contains code to insert and delete comments, navigate to the next and previous comments, and protect the document in comments-only mode.

Refer to the following comments documentation for the Syncfusion® React DOCX Editor component:
https://ej2.syncfusion.com/react/documentation/document-editor/comments/

Check out this online example of comments in the Syncfusion® React DOCX Editor component:
https://ej2.syncfusion.com/react/demos/#/bootstrap5/document-editor/comments

Watch the following video to get started with the React DOCX Editor 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-comments` 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.