diff --git a/Document-Processing/Word/Word-Processor/angular/overview.md b/Document-Processing/Word/Word-Processor/angular/overview.md index 567933de7..d2a8ef9b1 100644 --- a/Document-Processing/Word/Word-Processor/angular/overview.md +++ b/Document-Processing/Word/Word-Processor/angular/overview.md @@ -1,14 +1,14 @@ --- layout: post -title: Overview in Angular Document editor component | Syncfusion -description: Learn here all about Index in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more. +title: Overview of Angular DOCX Editor | Syncfusion +description: Learn about the Angular DOCX Editor control, which enables you to create, edit, view, and print Word documents. platform: document-processing control: Index documentation: ug domainurl: ##DomainURL## --- -# Overview +# Overview of the Angular DOCX Editor The Syncfusion® [Angular DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor) (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. @@ -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. \ No newline at end of file +>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions. diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md b/Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md index 3db8bdbb8..570db78c1 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md @@ -111,4 +111,10 @@ Press Ctrl+F5 (Windows) or +F5 (m ![Output of ASP.NET Core DOCX Editor](./images/aspnetcore-docx-editor.png) -N> You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-Getting-Started-Examples/tree/main/DocumentEditor/ASP.NET%20Core%20Tag%20Helper%20Examples). \ No newline at end of file +N> You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-Getting-Started-Examples/tree/main/DocumentEditor/ASP.NET%20Core%20Tag%20Helper%20Examples). + +## See also + +- [Open a document](./import) +- [Save a document](./export) +- [Collaborative Editing](./collaborative-editing/overview) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/overview.md b/Document-Processing/Word/Word-Processor/asp-net-core/overview.md index 961680e09..46a883002 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/overview.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/overview.md @@ -1,14 +1,14 @@ --- layout: post -title: Overview in Document Editor Component | Syncfusion -description: Learn here all about overview in Syncfusion Document Editor component of Syncfusion Essential JS 2 and more. +title: Overview of ASP.NET Core DOCX Editor | Syncfusion +description: Learn about the ASP.NET Core DOCX Editor control, which enables you to create, edit, view, and print Word documents. platform: document-processing control: Index documentation: ug --- -# Overview +# Overview of the ASP.NET Core DOCX Editor The Syncfusion® [ASP.NET Core DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/asp-net-core-docx-editor) (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md index 11bb08a45..c02ab02d6 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md +++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/overview.md @@ -1,14 +1,14 @@ --- layout: post -title: Overview in ASP.NET MVC Document Editor Component -description: Learn here all about overview in Syncfusion ASP.NET MVC Document Editor component of Syncfusion Essential JS 2 and more. +title: Overview of ASP.NET MVC DOCX Editor | Syncfusion +description: Learn about the ASP.NET MVC DOCX Editor control, which enables you to create, edit, view, and print Word documents. platform: document-processing control: Index documentation: ug --- -# Overview +# Overview of the ASP.NET MVC DOCX Editor The Syncfusion® [ASP.NET MVC DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/asp-net-mvc-docx-editor) (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. diff --git a/Document-Processing/Word/Word-Processor/blazor/overview.md b/Document-Processing/Word/Word-Processor/blazor/overview.md index 1cd2dd210..4aa75eae4 100644 --- a/Document-Processing/Word/Word-Processor/blazor/overview.md +++ b/Document-Processing/Word/Word-Processor/blazor/overview.md @@ -1,13 +1,13 @@ --- layout: post -title: Overview of the Blazor DocumentEditor Component | Syncfusion -description: Checkout and learn about overview of the Syncfusion Blazor DocumentEditor component and much more details. +title: Overview of Blazor DOCX Editor | Syncfusion +description: Learn about the Blazor DOCX Editor control, which enables you to create, edit, view, and print Word documents. platform: document-processing control: DocumentEditor documentation: ug --- -# Overview of the Blazor DocumentEditor Component +# Overview of the Blazor DOCX Editor The Syncfusion® [Blazor DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/blazor-docx-editor) (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md b/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md index 848b7a560..2c8dfb620 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md @@ -215,4 +215,10 @@ The Document Editor component requires server-side interactions for the followin > 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. -For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page. \ No newline at end of file +For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page. + +## See also + +- [Open a document](./import) +- [Save a document](./export) +- [Collaborative Editing](./collaborative-editing/overview) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/overview.md b/Document-Processing/Word/Word-Processor/javascript-es5/overview.md index 1c2d833c0..a0cd1cc15 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/overview.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/overview.md @@ -1,16 +1,16 @@ --- layout: post title: Overview of JavaScript (ES5) Document editor control | Syncfusion -description: Document editor for JavaScript (ES5) is used to create, edit, view and print word documents. +description: Learn about the JavaScript (ES5) DOCX Editor control, which enables you to create, edit, view, and print Word documents platform: document-processing control: Index documentation: ug domainurl: ##DomainURL## --- -# Overview +# Overview of the JavaScript (ES5) DOCX Editor -The Syncfusion® Javascript DOCX Editor (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. +The Syncfusion® JavaScript DOCX Editor (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. ![Output of JavaScript DOCX Editor](./images/docx-editor.png) @@ -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-overview). ->Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions. \ No newline at end of file +>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/overview.md b/Document-Processing/Word/Word-Processor/javascript-es6/overview.md index afc3a53ce..6135fd4c9 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/overview.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/overview.md @@ -1,14 +1,14 @@ --- layout: post -title: Overview of JavaScript (ES6) Document editor control | Syncfusion -description: Document editor for JavaScript (ES6) is used to create, edit, view and print word documents. +title: Overview of JavaScript (ES6) DOCX Editor | Syncfusion +description: Learn about the JavaScript (ES6) DOCX Editor control, which enables you to create, edit, view, and print Word documents. platform: document-processing control: Index documentation: ug domainurl: ##DomainURL## --- -# Overview +# Overview of the JavaScript (ES6) DOCX Editor The Syncfusion® [JavaScript DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/javascript-docx-editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. @@ -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. \ No newline at end of file +>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions. diff --git a/Document-Processing/Word/Word-Processor/react/overview.md b/Document-Processing/Word/Word-Processor/react/overview.md index 70f2e8d84..c96b8ed80 100644 --- a/Document-Processing/Word/Word-Processor/react/overview.md +++ b/Document-Processing/Word/Word-Processor/react/overview.md @@ -1,14 +1,14 @@ --- layout: post -title: Overview in React Document editor component | Syncfusion -description: Learn here all about Index in Syncfusion React Document editor component of Syncfusion Essential JS 2 and more. +title: Overview of React DOCX Editor | Syncfusion +description: Learn about the React DOCX Editor control, which enables you to create, edit, view, and print Word documents. control: Index platform: document-processing documentation: ug domainurl: ##DomainURL## --- -# Overview +# Overview of the React DOCX Editor The Syncfusion® [React DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor) (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. @@ -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. \ No newline at end of file +>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions. diff --git a/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md b/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md index e915cfbf1..2dabf24a9 100644 --- a/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md +++ b/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md @@ -233,4 +233,10 @@ The Document Editor component requires server-side interactions for the followin > 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. -For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page. \ No newline at end of file +For detailed information about server-side dependencies, refer to the [Web Services Overview](./web-services-overview) page. + +## See also + +- [Open a document](./import) +- [Save a document](./export) +- [Collaborative Editing](./collaborative-editing/overview) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/overview.md b/Document-Processing/Word/Word-Processor/vue/overview.md index 8cffcfb68..aa4b44b53 100644 --- a/Document-Processing/Word/Word-Processor/vue/overview.md +++ b/Document-Processing/Word/Word-Processor/vue/overview.md @@ -1,14 +1,14 @@ --- layout: post -title: Overview in Vue Document editor component | Syncfusion -description: Learn here all about Overview in Syncfusion Vue Document editor component of Syncfusion Essential JS 2 and more. +title: Overview of Vue DOCX Editor | Syncfusion +description: Learn about the Vue DOCX Editor control, which enables you to create, edit, view, and print Word documents. control: Index platform: document-processing documentation: ug domainurl: ##DomainURL## --- -# Overview +# Overview of the Vue DOCX Editor The Syncfusion® [Vue DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/Vue-docx-editor) (Document Editor) is a feature-rich, user-interactive component that enables creating, editing, viewing, and printing Word documents with advanced formatting, editing capabilities, and broad support for document import and export formats. @@ -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. \ No newline at end of file +>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.