From e7102d6c51eb8618e3285c309364a6a7ed9be45e Mon Sep 17 00:00:00 2001 From: Akshaya Arivoli Date: Wed, 13 May 2026 18:46:04 +0530 Subject: [PATCH 1/3] 102600: Save option like MS Word --- .../Word/Word-Processor/react/FAQ.md | 15 +++++++++++++++ ...e-option-like-MS-Word-in-DocumentEditor.md | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Document-Processing/Word/Word-Processor/react/FAQ.md create mode 100644 Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md diff --git a/Document-Processing/Word/Word-Processor/react/FAQ.md b/Document-Processing/Word/Word-Processor/react/FAQ.md new file mode 100644 index 0000000000..f963370669 --- /dev/null +++ b/Document-Processing/Word/Word-Processor/react/FAQ.md @@ -0,0 +1,15 @@ +--- +title: FAQ in React Document editor component | Syncfusion +description: In this section, you can know about the various questions asked about React Document editor component. +platform: document-processing +control: Document Editor +documentation: UG +--- + +# Frequently Asked Questions Section   + +The frequently asked questions in Syncfusion® DOCX Editor component are listed below. + +* [Why Do I Get the Unsupported Warning Message When Opening a Document in React?](faq/unsupported-file-format) + +* [Why the Document Editor does not support saving files directly like Microsoft Word?](faq/Save-option-like-MS-Word-in-DocumentEditor) diff --git a/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md b/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md new file mode 100644 index 0000000000..3b649cf229 --- /dev/null +++ b/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md @@ -0,0 +1,19 @@ +--- +layout: post +title: Why no direct file saving like in Microsoft Word? | Syncfusion +description: Learn here all about Unsupported file in Syncfusion React Document editor component of Syncfusion Essential JS 2 and more. +control: Unsupported file +platform: document-processing +documentation: ug +domainurl: ##DomainURL## +--- + +# Why the Document Editor does not support saving files directly like Microsoft Word? + +The Syncfusion Document Editor is a **web-based component** and, unlike desktop applications such as Microsoft Word, it does not have direct access to a user’s local file system. Due to browser security restrictions, web applications cannot access file paths, remember original file locations, or overwrite files on a user’s machine using actions such as Ctrl + S. + +When a document is opened in the Document Editor, a copy of the file is loaded, converted, and maintained entirely in application memory. The editor does not retain any association with the original file or its location. + +As a result, saving changes directly to the original local file is not supported. Instead, the recommended approach is to export or download the document, which allows you to save the updated version to your desired location. + +You can refer to this [`link`](https://help.syncfusion.com/document-processing/word/word-processor/react/export/) for more details about document exporting in the Document Editor. \ No newline at end of file From 588c604db0858a609abbad12475055521f437c33 Mon Sep 17 00:00:00 2001 From: Akshaya Arivoli Date: Wed, 13 May 2026 19:02:52 +0530 Subject: [PATCH 2/3] 1026004: Resolved CI issue --- Document-Processing/Word/Word-Processor/react/FAQ.md | 2 +- .../react/faq/Save-option-like-MS-Word-in-DocumentEditor.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/react/FAQ.md b/Document-Processing/Word/Word-Processor/react/FAQ.md index f963370669..2af6db5d3f 100644 --- a/Document-Processing/Word/Word-Processor/react/FAQ.md +++ b/Document-Processing/Word/Word-Processor/react/FAQ.md @@ -6,7 +6,7 @@ control: Document Editor documentation: UG --- -# Frequently Asked Questions Section   +# Frequently Asked Questions in Document Editor The frequently asked questions in Syncfusion® DOCX Editor component are listed below. diff --git a/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md b/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md index 3b649cf229..ff5ea973cd 100644 --- a/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md +++ b/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md @@ -1,14 +1,14 @@ --- layout: post title: Why no direct file saving like in Microsoft Word? | Syncfusion -description: Learn here all about Unsupported file in Syncfusion React Document editor component of Syncfusion Essential JS 2 and more. +description: Learn here about why no direct file saving like Microsoft Word in Document Editor control: Unsupported file platform: document-processing documentation: ug domainurl: ##DomainURL## --- -# Why the Document Editor does not support saving files directly like Microsoft Word? +# Why direct saving like Word is not available in Document Editor? The Syncfusion Document Editor is a **web-based component** and, unlike desktop applications such as Microsoft Word, it does not have direct access to a user’s local file system. Due to browser security restrictions, web applications cannot access file paths, remember original file locations, or overwrite files on a user’s machine using actions such as Ctrl + S. @@ -16,4 +16,4 @@ When a document is opened in the Document Editor, a copy of the file is loaded, As a result, saving changes directly to the original local file is not supported. Instead, the recommended approach is to export or download the document, which allows you to save the updated version to your desired location. -You can refer to this [`link`](https://help.syncfusion.com/document-processing/word/word-processor/react/export/) for more details about document exporting in the Document Editor. \ No newline at end of file +You can refer to this [`link`](https://help.syncfusion.com/document-processing/word/word-processor/react/export) for more details about document exporting in the Document Editor. \ No newline at end of file From 3ad5d1c58bb3c3c21e1498fb93708758e8ace0f9 Mon Sep 17 00:00:00 2001 From: Akshaya Arivoli Date: Wed, 13 May 2026 19:22:24 +0530 Subject: [PATCH 3/3] 1026004: Resolved front matter error --- .../react/faq/Save-option-like-MS-Word-in-DocumentEditor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md b/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md index ff5ea973cd..6edc7c0627 100644 --- a/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md +++ b/Document-Processing/Word/Word-Processor/react/faq/Save-option-like-MS-Word-in-DocumentEditor.md @@ -1,7 +1,7 @@ --- layout: post title: Why no direct file saving like in Microsoft Word? | Syncfusion -description: Learn here about why no direct file saving like Microsoft Word in Document Editor +description: Learn here about Why the Document Editor does not support saving files directly like Microsoft Word control: Unsupported file platform: document-processing documentation: ug