Skip to content

Commit d2718fb

Browse files
author
GiriSF4292
committed
981355: fixed the front matter validation errors
1 parent 88ac285 commit d2718fb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Document-Processing/Word/Word-Processor/blazor/faq/unsupported-file-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: DocumentEditor
77
documentation: ug
88
---
99

10-
# Why Do I Get the Unsupported Warning Message When Opening a Document in Blazor?
10+
# Why Do I Get the Unsupported File Warning When Opening a Document ?
1111

1212
If the message “The file format you have selected isn’t supported. Please choose a valid format.” appears when opening a document in the Document Editor, it generally indicates that the file is not provided in a supported format for the current workflow. Here are some common reasons include:
1313
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.

Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ await builder.Build().RunAsync();
125125
{% endhighlight %}
126126
{% endtabs %}
127127

128-
N> A valid Syncfusion license must be registered in the application. Refer to the [licensing](https://blazor.syncfusion.com/documentation/licensing/overview) topic for instructions on generating and registering a license key in Blazor WebAssembly.
129-
130128
## Add stylesheet and script resources
131129

132130
Add the following stylesheet and script to the head section of **~/index.html** file. The theme stylesheet and script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Reference the stylesheet and script in the `<head>` of the main page as follows:

0 commit comments

Comments
 (0)