From 56da56793b00a44e2f1eb9b0016c580f0049d335 Mon Sep 17 00:00:00 2001 From: mohammedaffan-sf4238 <147582851+mohammedaffan-sf4238@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:08:56 +0530 Subject: [PATCH 1/3] 895726: Added documentation on unsupported file formats. --- .../faq/unsupported-file-format.md | 29 +++++++++++++++++++ ej2-asp-core-toc.html | 5 ++++ ej2-asp-mvc-toc.html | 5 ++++ 3 files changed, 39 insertions(+) create mode 100644 ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md diff --git a/ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md b/ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md new file mode 100644 index 0000000000..89a2934aa2 --- /dev/null +++ b/ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md @@ -0,0 +1,29 @@ +--- +layout: post +title: Unsupported file in ##Platform_Name## Document Editor Component +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. \ No newline at end of file diff --git a/ej2-asp-core-toc.html b/ej2-asp-core-toc.html index 03cb253377..aa397ddc11 100644 --- a/ej2-asp-core-toc.html +++ b/ej2-asp-core-toc.html @@ -956,6 +956,11 @@
  • Enable ruler in Document Editor component
  • +
  • FAQ + +
  • API Reference
  • diff --git a/ej2-asp-mvc-toc.html b/ej2-asp-mvc-toc.html index 41f2e3b9ec..3c07c5058d 100644 --- a/ej2-asp-mvc-toc.html +++ b/ej2-asp-mvc-toc.html @@ -905,6 +905,11 @@
  • Enable ruler in Document Editor component
  • +
  • FAQ + +
  • API Reference
  • From fcb5fee26c339230215aafc4bda5d7c0704e8139 Mon Sep 17 00:00:00 2001 From: mohammedaffan-sf4238 <147582851+mohammedaffan-sf4238@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:14:41 +0530 Subject: [PATCH 2/3] 895726: Added documentation on unsupported file formats. --- ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md b/ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md index 89a2934aa2..8ffd3eff1c 100644 --- a/ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md +++ b/ej2-asp-core-mvc/document-editor/faq/unsupported-file-format.md @@ -1,6 +1,6 @@ --- layout: post -title: Unsupported file in ##Platform_Name## Document Editor Component +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 From 6d5c9da2556439d621b0927e4dffc7ff55cd25c0 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Mon, 15 Jul 2024 17:22:08 +0530 Subject: [PATCH 3/3] IN-185331 Added the release notes MD file for v26.1.42 and corresponding node entry in the TOC.html file --- ej2-asp-core-mvc/Release-notes/26.1.42.md | 16 ++++++++++++++++ ej2-asp-core-toc.html | 2 +- ej2-asp-mvc-toc.html | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 ej2-asp-core-mvc/Release-notes/26.1.42.md diff --git a/ej2-asp-core-mvc/Release-notes/26.1.42.md b/ej2-asp-core-mvc/Release-notes/26.1.42.md new file mode 100644 index 0000000000..3c88739b64 --- /dev/null +++ b/ej2-asp-core-mvc/Release-notes/26.1.42.md @@ -0,0 +1,16 @@ +--- +title: Essential Studio for ##Platform_Name## Weekly Release Release Notes +description: Essential Studio for ##Platform_Name## Weekly Release Release Notes +platform: ej2-asp-core-mvc +documentation: ug +--- + +# Essential Studio for ##Platform_Name## Release Notes + +{% include release-info.html date="July 16, 2024" version="v26.1.42" %} + +{% directory path: _includes/release-notes/v26.1.42 %} + +{% include {{file.url}} %} + +{% enddirectory %} \ No newline at end of file diff --git a/ej2-asp-core-toc.html b/ej2-asp-core-toc.html index aa397ddc11..b7cd28fc50 100644 --- a/ej2-asp-core-toc.html +++ b/ej2-asp-core-toc.html @@ -3013,7 +3013,7 @@
  • Release Notes -