Skip to content

895726: Added documentation on unsupported file formats. #3187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2024
Merged
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
29 changes: 29 additions & 0 deletions ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: post
title: Unsupported file in ##Platform_Name## Document Editor Component | Syncfusion
description: Learn here all about Unsupported file in Syncfusion ##Platform_Name## Document Editor component of Syncfusion Essential JS 2 and more.
platform: ej2-asp-core-mvc
control: Unsupported file
publishingplatform: ##Platform_Name##
documentation: ug
---

# Why Do I Get the Unsupported Warning Message When Opening a Document?

If you receive an "The file format you have selected isn't supported. Please choose valid format." message when opening a document in the Document Editor, it typically indicates that the document format is not supported by the current version of the Document Editor. Here are some common reasons for this warning:
1. Unsupported File Format: The document you are trying to open might be in a format that the Document Editor does not support. Ensure you are using a supported format, such as SFDT.
2. Corrupted Document: The document file might be corrupted or improperly formatted. Try opening a different document to see if the issue persists.
To avoid this warning, always use the recommended document formats and features supported by the Document Editor.

Document Editor supports the following file formats:
• Word Document (*.docx)
• Syncfusion Document Text (*.sfdt)
• Plain Text (*.txt)
• Word Template (*.dotx)
• HyperText Markup Language (*.html)
• Rich Text Format (*.rtf)
• Word XML Document(*.xml)
• Word 97-2003 Template (*.dot)
• Word 97-2003 Document (*.doc)

By using these supported formats, you can ensure compatibility and avoid unsupported warning messages when opening documents in the Document Editor.
5 changes: 5 additions & 0 deletions ej2-asp-core-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,11 @@
<li><a href="/ej2-asp-core/document-editor/how-to/enable-ruler-in-document-editor-component">Enable ruler in Document Editor component</a></li>
</ul>
</li>
<li>FAQ
<ul>
<li><a href="/ej2-asp-core/document-editor/faq/unsupported-file-format">Unsupported Warning Message When Opening a Document</a></li>
</ul>
</li>
<li>
<a href="/cr/aspnetcore-js2/Syncfusion.EJ2.DocumentEditor.DocumentEditor.html"> API Reference</a>
</li>
Expand Down
5 changes: 5 additions & 0 deletions ej2-asp-mvc-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,11 @@
<li><a href="/ej2-asp-mvc/document-editor/how-to/enable-ruler-in-document-editor-component">Enable ruler in Document Editor component</a></li>
</ul>
</li>
<li>FAQ
<ul>
<li><a href="/ej2-asp-mvc/document-editor/faq/unsupported-file-format">Unsupported Warning Message When Opening a Document</a></li>
</ul>
</li>
<li>
<a href="/cr/aspnetmvc-js2/Syncfusion.EJ2.DocumentEditor.DocumentEditor.html"> API Reference</a>
</li>
Expand Down