Hi Rakesh,
If your requirement is to enable track changes feature and save the document, then please find the details below.
You can enable track changes in document editor by manually using the track changes button on the toolbar, or else you can also enable track changes programmatically by using below code.
containerInstance.enableTrackChanges = true; |
You can export the document as docx in server side using saveAsBlob API. Refer below documentation.
Else your requirement is like auto save, then please find the details below.
you can auto save the document changes at a specific interval of time in server side with contentChange event which will trigger on content change in document editor. Kindly refer below show case sample.
kindly check the above. if any of the above not satisfies your requirement, kindly share your usecase requirement in detail. so that we can check accordingly and provide solution at the earliest.
Regards,
Stephen Raj