Document Editor - Disable calls to zip archive
Hello,
The VueJS Document Editor seems to make a lot of calls to an endpoint that doesn't exist in my back end environment.
I cannot give you the endpoint name as it's just my base API url followed by what appears to be a random UUID, but I can tell you that this calls is made by zip-archive.js every time I type something in the document.
My questions are :
The VueJS Document Editor seems to make a lot of calls to an endpoint that doesn't exist in my back end environment.
I cannot give you the endpoint name as it's just my base API url followed by what appears to be a random UUID, but I can tell you that this calls is made by zip-archive.js every time I type something in the document.
My questions are :
- What is this endpoint and library trying to do?
- Is it possible to disable it completely?
Thank you,
- Is it possible to disable it completely?
Thank you,
Tuan
SIGN IN To post a reply.
3 Replies
1 reply marked as answer
SM
Suriya Murugan
Syncfusion Team
May 12, 2021 07:38 AM UTC
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.
Marked as answer
TA
Tuan Ardouin
May 19, 2021 11:54 AM UTC
We suspect that you have used save functionality in content change event so it gets triggering for every text typing.
You were totally correct. Thank you :)
SM
Suriya Murugan
Syncfusion Team
May 19, 2021 01:40 PM UTC
Hi Tuan,
Thanks for your update.
Regards,
Suriya M.
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
- Marked answer
-
TA Tuan Ardouin
- May 11, 2021 02:40 PM UTC
- May 19, 2021 01:40 PM UTC