Hi Tuan,
Syncfusion Greetings!
## What is this endpoint and library trying to do?
zip-archieve.js file API will trigger when save or saveAsBlob API gets triggered. Also, FYI, api will trigger in front end and not back end.
## Is it possible to disable it completely?
Save API will not work if you disable it.
We suspect that you have used save functionality in content change event so it gets triggering for every text typing.
Can you please confirm to you have bind save functionality in your sample level? Based on you confirmation , we will check it.
For your information, Documenteditor requires server side dependency for following functionality:
Opening word documents |
For reading the content from Word documents using DocIO and convert it to SFDT. |
Paste with formatting |
For converting the HTML/RTF format (received from system clipboard) to SFDT format content. Whereas plain text received from system clipboard will be pasted directly in client-side. |
Restrict editing |
For performing encryption and decryption logics. |
Spellcheck |
For validating the words and get suggestions for error words. |
Saving documents in server side using Save API |
For saving the files as WordML, DOC, RTF, HTML, ODT, Text using DocIO library and PDF using DocIO & PDF libraries. |
Regards,
Suriya M.