Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Document-Processing/Word/Word-Processor/react/FAQ.md
Original file line number Diff line number Diff line change
@@ -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 in Document Editor

The frequently asked questions in Syncfusion<sup>&reg;</sup> 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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: post
title: Why no direct file saving like in Microsoft Word? | Syncfusion
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
domainurl: ##DomainURL##
---

# 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.

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.