I'm using DocumentEditor of EJ2 Javascript ES5 19.3.43 and encountered some difficulties.
#1: Is there any way to keep revision history after accepting/rejecting changes in order to preserve edit history without using DocIO or any server-side component, keeping the document in SFDT format?
#2: Opening an existing SFDT document with DocumentEditor.open() triggers revision change, but in my opinion it's unnecessary when editing an existing document. Is there any way to open an existing document without triggering revision change or suppress revision change on open?
Thanks in advance.