Hi Afraz,
We are providing two types of save APIs as mentioned below.
If your requirement to export the document as SFDT or Docx format, you can use client side save API, which downloads the document.
|
API name
|
Purpose
|
|
save(filename,FormatType):void
FormatType: Sfdt|Docx|Txt
|
Creates the document
with specified file name and format type. Then, the created file is
downloaded in the client browser by default.
|
Documentation link: https://ej2.syncfusion.com/vue/documentation/document-editor/export/
If you want to export the document in server, please use the below github services and try export case.
https://ej2.syncfusion.com/vue/documentation/document-editor/web-services/core/#save-as-file-formats-other-than-sfdt-and-docx
https://ej2.syncfusion.com/vue/documentation/document-editor/web-services/
Please let us know if you need any further assistance.
Regards,
Suriya M.