Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class App {}
{% endhighlight %}
{% endtabs %}

> Note: The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).

### Run the application

Expand Down Expand Up @@ -171,7 +171,7 @@ The Document Editor component requires server-side interactions for the followin
* Spell check
* Save as file formats other than SFDT and DOCX

> Note: If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.
N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.

For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ You can deploy web APIs for server-side dependencies of Document Editor componen

To know more about server-side dependencies, refer this [page](./web-services/core).

>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
N> If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ documenteditorContainer.appendTo('#DocumentEditor');
{% endhighlight %}
{% endtabs %}

> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).

### Run the application

Expand Down Expand Up @@ -213,7 +213,7 @@ The Document Editor component requires server-side interactions for the followin
* Spell check
* Save as file formats other than SFDT and DOCX

> Note: If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.
N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.

For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ You can deploy web APIs for server-side dependencies of Document Editor componen

To know more about server-side dependencies, refer this [page](./web-services-overview).

>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
N> If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Ensure the following tools are installed on your machine:

Create a simple TypeScript application using the Essential<sup style="font-size:70%">&reg;</sup> JS 2 [quickstart](https://github.com/SyncfusionExamples/ej2-quickstart-webpack-) seed repository.

> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).
N> This application is integrated with the `webpack.config.js` configuration and uses the latest version of the [webpack-cli](https://webpack.js.org/api/cli/#commands). For more information about webpack and its features, refer to the [webpack documentation](https://webpack.js.org/guides/getting-started/).

**Step 1:** Open the command prompt from the required directory and clone the quickstart project from GitHub.

Expand Down Expand Up @@ -124,7 +124,7 @@ documenteditor.appendTo('#DocumentEditor');
{% endhighlight %}
{% endtabs %}

> Note: The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).


### Run the application
Expand Down Expand Up @@ -157,7 +157,7 @@ The Document Editor component requires server-side interactions for the followin
* Spell check
* Save as file formats other than SFDT and DOCX

> Note: If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.
N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.

For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ You can deploy web APIs for server-side dependencies of Document Editor componen

To know more about server-side dependencies, refer this [page](./web-services-overview).

>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
N> If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default App;
{% endhighlight %}
{% endtabs %}

> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).

### Run the application

Expand Down Expand Up @@ -182,7 +182,7 @@ export default App;
{% endhighlight %}
{% endtabs %}

> Note: The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).

### Run the application

Expand Down Expand Up @@ -221,7 +221,7 @@ The Document Editor component requires server-side interactions for the followin
* Spell check
* Save as file formats other than SFDT and DOCX

> Note: If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.
N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.

For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Add the Document Editor component and its dependent component styles available i
{% endhighlight %}
{% endtabs %}

> To learn more about built-in themes and CSS reference for individual components, refer to the [themes](https://ej2.syncfusion.com/react/documentation/appearance/theme) section.
N> To learn more about built-in themes and CSS reference for individual components, refer to the [themes](https://ej2.syncfusion.com/react/documentation/appearance/theme) section.


### Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Document Editor component
Expand Down Expand Up @@ -146,7 +146,7 @@ export default function Home() {
{% endhighlight %}
{% endtabs %}

> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).

### Run the application

Expand Down Expand Up @@ -181,6 +181,6 @@ The Document Editor component requires server-side interactions for the followin
* Spell check
* Save as file formats other than SFDT and DOCX

> Note: If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.
N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.

For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page.
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/react/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ You can deploy web APIs for server-side dependencies of Document Editor componen

To know more about server-side dependencies, refer this [page](./web-services-overview).

>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
N> If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Add the following Document Editor and dependent component style references to th
{% endhighlight %}
{% endtabs %}

> Note: Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme) to know more about built-in themes and different ways to refer to themes in a Vue project.
N> Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme) to know more about built-in themes and different ways to refer to themes in a Vue project.

### Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue Document Editor component

Expand Down Expand Up @@ -126,7 +126,7 @@ Import and register the Document Editor component in the `<script>` section of `
{% endhighlight %}
{% endtabs %}

> Note: The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).

### Run the application

Expand Down Expand Up @@ -231,7 +231,7 @@ The Document Editor component requires server-side interactions for the followin
* Spell check
* Save as file formats other than SFDT and DOCX

> Note: If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.
N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.

For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Add the following Document Editor and dependent component style references to th
{% endhighlight %}
{% endtabs %}

> Note: Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme) to know more about built-in themes and different ways to refer to themes in a Vue project.
N> Refer to [themes topic](https://ej2.syncfusion.com/vue/documentation/appearance/theme) to know more about built-in themes and different ways to refer to themes in a Vue project.

### Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue Document Editor component

Expand Down Expand Up @@ -118,7 +118,7 @@ export default {
{% endhighlight %}
{% endtabs %}

> Note: The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).

### Run the application

Expand Down Expand Up @@ -203,7 +203,7 @@ The Document Editor component requires server-side interactions for the followin
* Spell check
* Save as file formats other than SFDT and DOCX

> Note: If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.
N> If you don't require the above functionalities, you can deploy the component as a pure client-side solution without any server-side interactions.

For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page.

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/vue/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ You can deploy web APIs for server-side dependencies of Document Editor componen

To know more about server-side dependencies, refer this [page](./web-services-overview).

>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
N> If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
2 changes: 1 addition & 1 deletion Document-Processing/Word/Word-Processor/wpf/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ The Syncfusion <sup style="font-size:70%">&reg;</sup> [WPF RichTextBox](https://
* Enables [cut](./Clipboard), [copy](./Clipboard), and [paste](./Clipboard) operations, including rich text content via the clipboard.
* Supports loading encrypted Word documents with valid password.

>Note: Currently, the SfRichTextBoxAdv cannot edit rich text in headers and footers.
N> Currently, the SfRichTextBoxAdv cannot edit rich text in headers and footers.