Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# Auto Save documents in Word Processor (a.k.a. Document Editor) component
Example to automatically save the document every few seconds in AWS S3, as you work in Word Processor (a.k.a. Document Editor) component
# Auto\-Save Documents in Word Processor

This repository provides a working example of how to automatically save documents every few seconds in the Syncfusion® Document Editor (a.k.a. Word Processor). It demonstrates how to configure an efficient auto\-save mechanism that preserves user changes without manual intervention, helping prevent data loss in web\-based editing scenarios.


# How It Works


- The client\-side editor tracks changes and triggers a save event every few seconds.

- The server\-side API receives the document data and uploads it to AWS S3.

- This ensures real\-time persistence and minimizes data loss.

# Resources 

- **Product page:**  [Syncfusion® Javascript Word Processor](https://www.syncfusion.com/javascript-ui-controls/js-docx-editor) 

- **Documentation:**  [Syncfusion® Word Processor](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es5/overview) 

- **Online demo:**  [Syncfusion® Word Processor - Demo](https://ej2.syncfusion.com/demos/) 

# Support and feedback 

For any other queries, reach our [Syncfusion® support team](https://support.syncfusion.com/?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples). 

Request new feature through [Syncfusion® feedback portal](https://www.syncfusion.com/feedback?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples). 

# License 

This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of [Syncfusion's EULA](https://www.syncfusion.com/license/studio/22.2.5/syncfusion_essential_studio_eula.pdf?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples). You can purchase a license [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples) or start a free 30\-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=github&utm_medium=listing&utm_campaign=github-github-documenteditor-examples).