From 76ec8c031a18d2f29c612028a3395a94e493176e Mon Sep 17 00:00:00 2001 From: RahulSF4846 Date: Sat, 6 Sep 2025 11:47:20 +0530 Subject: [PATCH 1/5] 980280: Resolved the UG Issues --- .../asp-net-core/how-to/override-the-keyboard-shortcuts.md | 2 +- .../javascript-es5/how-to/override-the-keyboard-shortcuts.md | 2 +- .../Word/Word-Processor/javascript-es5/table-of-contents.md | 2 +- .../Word/Word-Processor/javascript-es6/dialog.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/override-the-keyboard-shortcuts.md b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/override-the-keyboard-shortcuts.md index 22a205d64..28958c3b4 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/override-the-keyboard-shortcuts.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/override-the-keyboard-shortcuts.md @@ -20,7 +20,7 @@ The following code shows how to prevent the `CTRL + C` keyboard shortcut for cop {% tabs %} {% highlight cshtml tabtitle="CSHTML" %} -{% include code-snippet/document-editor/asp-net-core/document-editor/asp-net-core/document-editor/asp-net-core/document-editor/prevent-default/tagHelper %} +{% include code-snippet/document-editor/asp-net-core/document-editor/prevent-default/tagHelper %} {% endhighlight %} {% highlight c# tabtitle="Prevent-default.cs" %} {% endhighlight %}{% endtabs %} diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md index a7d3833ea..f148e7e6e 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md @@ -19,7 +19,7 @@ The following code shows how to prevent the `CTRL + C` keyboard shortcut for cop {% tabs %} {% highlight js tabtitle="index.ts" %} -{% include code-snippet/document-editor/javascript-es5/document-editor/prevent-keyboard-cs2/index.ts %} +{% include code-snippet/document-editor/javascript-es5/document-editor/prevent-keyboard-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} {% include code-snippet/document-editor/javascript-es5/document-editor/prevent-keyboard-cs2/index.html %} diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/table-of-contents.md b/Document-Processing/Word/Word-Processor/javascript-es5/table-of-contents.md index ba359f003..c850821ef 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/table-of-contents.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/table-of-contents.md @@ -39,7 +39,7 @@ editor.editorModule.insertTableOfContents(tocSettings); {% tabs %} {% highlight js tabtitle="index.ts" %} -{% include code-snippet/document-editor/javascript-es5/document-editor/table-of-contents-cs1/index.ts %} +{% include code-snippet/document-editor/javascript-es5/document-editor/table-of-contents-cs1/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} {% include code-snippet/document-editor/javascript-es5/document-editor/table-of-contents-cs1/index.html %} diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md b/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md index 4e67f65f9..e297102e7 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md @@ -139,7 +139,7 @@ This dialog allows managing the styles in a document. It will display all the st {% tabs %} {% highlight ts tabtitle="index.ts" %} -{% include code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.ts %} +{% include code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} {% include code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.html %} From 96260213a88b334bc7f058cc554e7c7915db9b85 Mon Sep 17 00:00:00 2001 From: RahulSF4846 Date: Sat, 6 Sep 2025 12:05:37 +0530 Subject: [PATCH 2/5] 980280: Modified the code --- .../Word-Processor/javascript-es6/dialog.md | 2 +- .../document-editor/dialog-cs8/index.js | 8 ------ .../document-editor/dialog-cs8/index.ts | 28 +++++++++++++++++++ 3 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.js create mode 100644 Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.ts diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md b/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md index e297102e7..4e67f65f9 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/dialog.md @@ -139,7 +139,7 @@ This dialog allows managing the styles in a document. It will display all the st {% tabs %} {% highlight ts tabtitle="index.ts" %} -{% include code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.js %} +{% include code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.ts %} {% endhighlight %} {% highlight html tabtitle="index.html" %} {% include code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.html %} diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.js b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.js deleted file mode 100644 index 2a739f03d..000000000 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.js +++ /dev/null @@ -1,8 +0,0 @@ -var documenteditor = new ej.documenteditor.DocumentEditor({ enableStyleDialog: true,enableStylesDialog: true, enableSelection: true, enableEditor: true, isReadOnly: false, enableEditorHistory: true }); - -documenteditor.appendTo('#DocumentEditor'); - -document.getElementById('dialog').addEventListener('click', function () { - documenteditor.showDialog('Styles'); -}); - diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.ts new file mode 100644 index 000000000..b25bb7bfe --- /dev/null +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/dialog-cs8/index.ts @@ -0,0 +1,28 @@ + + + +import { DocumentEditor, Editor, Selection, StyleDialog, SfdtExport, StylesDialog, EditorHistory } from '@syncfusion/ej2-documenteditor'; + +DocumentEditor.Inject(Editor, Selection, SfdtExport, StyleDialog, StylesDialog, EditorHistory); + +let documenteditor: DocumentEditor = new DocumentEditor({ + isReadOnly: false, + enableSelection: true, + enableEditor: true, + enableStyleDialog: true, + enableSfdtExport: true, + enableEditorHistory: true, + height: '370px' +}); + +let button: HTMLElement = document.getElementById('dialog'); +button.addEventListener('click', function () { + + //To open style dialog + documenteditor.showDialog('Styles'); +}); + +documenteditor.appendTo('#DocumentEditor'); + + + From e395827c10149344733293c3e12f1b0d05306786 Mon Sep 17 00:00:00 2001 From: Suriya-Murugan <43063728+Suriya-Murugan@users.noreply.github.com> Date: Sat, 6 Sep 2025 12:09:44 +0530 Subject: [PATCH 3/5] 97095: Modifed webservice --- .../Word/Word-Processor/angular/comments.md | 12 ++++++------ .../angular/document-management.md | 2 +- .../Word/Word-Processor/angular/form-fields.md | 4 ++-- .../Word-Processor/angular/getting-started.md | 12 ++++++------ .../auto-save-document-in-document-editor.md | 4 ++-- .../how-to/disable-optimized-text-measuring.md | 8 ++++---- .../angular/how-to/export-document-as-pdf.md | 8 ++++---- .../angular/how-to/get-current-word.md | 8 ++++---- .../angular/how-to/get-the-selected-content.md | 8 ++++---- .../insert-page-number-and-navigate-to-page.md | 12 ++++++------ .../how-to/insert-text-in-current-position.md | 8 ++++---- ...rt-text-or-image-in-table-programmatically.md | 4 ++-- .../move-selection-to-specific-position.md | 2 +- .../Word/Word-Processor/angular/link.md | 4 ++-- .../Word/Word-Processor/angular/notes.md | 4 ++-- .../Word-Processor/javascript-es5/comments.md | 6 +++--- .../Word-Processor/javascript-es5/form-fields.md | 4 ++-- .../javascript-es5/getting-started.md | 16 ++++++++-------- .../how-to/add-save-button-in-toolbar.md | 2 +- .../auto-save-document-in-document-editor.md | 4 ++-- .../javascript-es5/how-to/auto-save-document.md | 4 ++-- .../change-the-default-search-highlight-color.md | 4 ++-- .../how-to/customize-color-picker.md | 4 ++-- .../how-to/customize-context-menu.md | 6 +++--- .../how-to/customize-font-family-drop-down.md | 4 ++-- .../javascript-es5/how-to/customize-ribbon.md | 4 ++-- ...eploy-document-editor-component-for-mobile.md | 4 ++-- .../how-to/disable-optimized-text-measuring.md | 6 +++--- .../how-to/export-document-as-pdf.md | 4 ++-- .../javascript-es5/how-to/get-current-word.md | 8 ++++---- .../how-to/get-the-selected-content.md | 8 ++++---- .../how-to/hide-tool-bar-and-properties-pane.md | 8 ++++---- .../insert-page-number-and-navigate-to-page.md | 10 +++++----- ...rt-text-or-image-in-table-programmatically.md | 4 ++-- .../how-to/resize-document-editor.md | 4 ++-- .../retrieve-the-bookmark-content-as-text.md | 14 +++++++------- .../set-default-format-in-document-editor.md | 16 ++++++++-------- .../Word/Word-Processor/javascript-es5/notes.md | 4 ++-- .../Word/Word-Processor/javascript-es5/print.md | 4 ++-- .../Word/Word-Processor/javascript-es5/ribbon.md | 4 ++-- .../javascript-es5/scrolling-zooming.md | 4 ++-- .../javascript-es5/track-changes.md | 4 ++-- .../Word/Word-Processor/javascript-es5/view.md | 4 ++-- .../Word-Processor/javascript-es6/comments.md | 8 ++++---- .../Word-Processor/javascript-es6/form-fields.md | 4 ++-- .../javascript-es6/getting-started.md | 8 ++++---- .../how-to/add-save-button-in-toolbar.md | 2 +- .../auto-save-document-in-document-editor.md | 4 ++-- .../javascript-es6/how-to/auto-save-document.md | 4 ++-- .../change-the-default-search-highlight-color.md | 4 ++-- .../how-to/customize-color-picker.md | 4 ++-- .../how-to/customize-context-menu.md | 6 +++--- .../how-to/customize-font-family-drop-down.md | 4 ++-- ...eploy-document-editor-component-for-mobile.md | 4 ++-- .../how-to/disable-optimized-text-measuring.md | 6 +++--- .../how-to/export-document-as-pdf.md | 6 +++--- .../javascript-es6/how-to/get-current-word.md | 8 ++++---- .../how-to/get-the-selected-content.md | 8 ++++---- .../how-to/hide-tool-bar-and-properties-pane.md | 8 ++++---- .../insert-page-number-and-navigate-to-page.md | 10 +++++----- ...rt-text-or-image-in-table-programmatically.md | 4 ++-- .../how-to/resize-document-editor.md | 4 ++-- .../retrieve-the-bookmark-content-as-text.md | 14 +++++++------- .../set-default-format-in-document-editor.md | 16 ++++++++-------- .../Word/Word-Processor/javascript-es6/notes.md | 4 ++-- .../Word/Word-Processor/javascript-es6/print.md | 4 ++-- .../Word/Word-Processor/javascript-es6/ribbon.md | 4 ++-- .../javascript-es6/scrolling-zooming.md | 4 ++-- .../javascript-es6/track-changes.md | 4 ++-- .../Word/Word-Processor/javascript-es6/view.md | 4 ++-- .../document-editor/chart-cs1/index.js | 2 +- .../customize-context-menu-cs1/index.js | 2 +- .../document-editor/data-protection-cs1/index.js | 2 +- .../document-editor/data-protection-cs2/index.js | 2 +- .../es5-getting-started-cs1/index.ts | 2 +- .../es5-getting-started-cs1/js/index.html | 2 +- .../es5-getting-started-cs2/index.ts | 2 +- .../es5-getting-started-cs2/js/index.html | 2 +- .../export-container-cs1/index.js | 2 +- .../export-container-cs2/index.js | 2 +- .../export-container-cs3/index.js | 2 +- .../export-container-cs4/index.js | 2 +- .../open-default-document-cs1/index.js | 2 +- .../document-editor/read-container-cs1/index.js | 2 +- .../document-editor/read-cs1/index.js | 2 +- .../document-editor/rtl-cs1/index.js | 2 +- .../document-editor/ruler-cs1/index.js | 2 +- .../scrolling-zooming-cs2/index.js | 2 +- .../scrolling-zooming-cs3/index.js | 2 +- .../customize-context-menu-cs1/index.ts | 2 +- .../document-editor/data-protection-cs1/index.ts | 2 +- .../document-editor/data-protection-cs2/index.ts | 2 +- .../es5-getting-started-cs1/index.ts | 2 +- .../es5-getting-started-cs2/index.ts | 2 +- .../export-container-cs1/index.ts | 2 +- .../export-container-cs2/index.ts | 2 +- .../export-container-cs3/index.ts | 2 +- .../export-container-cs4/index.ts | 2 +- .../document-editor/getting-started-cs1/index.ts | 2 +- .../document-editor/getting-started-cs2/index.ts | 2 +- .../open-default-document-cs1/index.ts | 2 +- .../document-editor/read-container-cs1/index.ts | 2 +- .../document-editor/read-cs1/index.ts | 2 +- .../document-editor/rtl-cs1/index.ts | 2 +- .../document-editor/ruler-cs1/index.ts | 2 +- .../scrolling-zooming-cs2/index.ts | 2 +- .../scrolling-zooming-cs3/index.ts | 2 +- 107 files changed, 251 insertions(+), 251 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/angular/comments.md b/Document-Processing/Word/Word-Processor/angular/comments.md index 0b78c8767..17f0945da 100644 --- a/Document-Processing/Word/Word-Processor/angular/comments.md +++ b/Document-Processing/Word/Word-Processor/angular/comments.md @@ -143,7 +143,7 @@ import { template: `
@@ -171,7 +171,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Comment only protection can be enabled in UI by using [Restrict Editing pane](./document-management#restrict-editing-pane) @@ -191,7 +191,7 @@ import { ToolbarService , DocumentEditorSettingsModel } from '@syncfusion/ej2-an @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService] }) export class AppComponent implements OnInit { @@ -206,7 +206,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Events @@ -224,7 +224,7 @@ import { ToolbarService , DocumentEditorSettingsModel, DocumentEditorContainerMo standalone: true, selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService] }) export class AppComponent implements OnInit { @@ -250,4 +250,4 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/angular/document-management.md b/Document-Processing/Word/Word-Processor/angular/document-management.md index a1cfb930f..d6cc7ecc3 100644 --- a/Document-Processing/Word/Word-Processor/angular/document-management.md +++ b/Document-Processing/Word/Word-Processor/angular/document-management.md @@ -64,7 +64,7 @@ The following code shows Restrict Editing Pane. To unprotect the document, use p {% previewsample "page.domainurl/samples/document-editor/document-editor-container-cs1" %} -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## See Also diff --git a/Document-Processing/Word/Word-Processor/angular/form-fields.md b/Document-Processing/Word/Word-Processor/angular/form-fields.md index 949aa8e38..e2de100f1 100644 --- a/Document-Processing/Word/Word-Processor/angular/form-fields.md +++ b/Document-Processing/Word/Word-Processor/angular/form-fields.md @@ -144,7 +144,7 @@ import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documente template: `
@@ -172,6 +172,6 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly |CommentsOnly`. In stop protection method, parameter denotes the password. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/getting-started.md b/Document-Processing/Word/Word-Processor/angular/getting-started.md index 44ecfd5ae..e4ce086c0 100644 --- a/Document-Processing/Word/Word-Processor/angular/getting-started.md +++ b/Document-Processing/Word/Word-Processor/angular/getting-started.md @@ -140,7 +140,7 @@ imports: [ standalone: true, selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService] }) export class AppComponent implements OnInit { @@ -151,7 +151,7 @@ export class AppComponent implements OnInit { ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. #### Run the DocumentEditorContainer application @@ -175,7 +175,7 @@ DocumentEditorContainer output will be displayed as follows. {% previewsample "page.domainurl/samples/document-editor/document-editor-container-cs2" %} -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: If you see a license banner when running your application, it means that you need to obtain a license key and register it within the application in order to use Syncfusion components. You can find more information on how to obtain and register a license key on our [Licensing overview](https://ej2.syncfusion.com/angular/documentation/licensing/overview) page. @@ -199,7 +199,7 @@ imports: [ standalone: true, selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` ` + template: ` ` }) export class AppComponent implements OnInit { @@ -209,7 +209,7 @@ export class AppComponent implements OnInit { ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. #### Run the DocumentEditor application @@ -233,7 +233,7 @@ Output will be displayed as follows. {% previewsample "page.domainurl/samples/document-editor/getting-started-cs1" %} -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md index e1d5ee3a1..37821e4f0 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/auto-save-document-in-document-editor.md @@ -39,7 +39,7 @@ export class AppComponent { contentChanged: boolean; onCreate(): void { - this.container.serviceUrl = 'https://services.syncfusion.com/angular/production/api/documenteditor/'; + this.container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; setInterval(() => { if (this.contentChanged) { @@ -79,7 +79,7 @@ export class AppComponent { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * In server-side, configure the access key and secret key in `web.config` file and register profile in `startup.cs`. diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/disable-optimized-text-measuring.md b/Document-Processing/Word/Word-Processor/angular/how-to/disable-optimized-text-measuring.md index 74b4afd2d..5d4deea8f 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/disable-optimized-text-measuring.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/disable-optimized-text-measuring.md @@ -31,7 +31,7 @@ import { @Component({ selector: 'app-container', - template: ` The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Disable optimized text measuring in `DocumentEditor` instance @@ -64,7 +64,7 @@ import { ToolbarService } from '@syncfusion/ej2-angular-documenteditor'; @Component({ selector: 'app-container', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService] }) export class AppComponent { @@ -74,4 +74,4 @@ export class AppComponent { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md index a44316781..ad8ea6b6f 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md @@ -46,7 +46,7 @@ import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documente providers: [ToolbarService], template: ` @@ -111,7 +111,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Export document as pdf in server-side using Syncfusion DocIO @@ -139,7 +139,7 @@ import { standalone: true, selector: 'app-container', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService], }) export class AppComponent implements OnInit { @@ -162,7 +162,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. * Finally, convert the stream to PDF using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/get-current-word.md b/Document-Processing/Word/Word-Processor/angular/how-to/get-current-word.md index e46945d51..8a8a7619f 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/get-current-word.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/get-current-word.md @@ -27,7 +27,7 @@ import { @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService], }) export class AppComponent implements OnInit { @@ -50,7 +50,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. To get the bookmark content as SFDT (rich text), please check this [`link`](..//how-to/get-the-selected-content#get-the-selected-content-as-sfdt-rich-text) @@ -69,7 +69,7 @@ import { @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService], }) export class AppComponent implements OnInit { @@ -90,4 +90,4 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md b/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md index 39f7e861c..31385f4f8 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/get-the-selected-content.md @@ -25,7 +25,7 @@ import { MenuItemModel } from '@syncfusion/ej2-navigations'; @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService] }) export class AppComponent implements OnInit { @@ -61,7 +61,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, @@ -84,7 +84,7 @@ import { @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService], }) export class AppComponent implements OnInit { @@ -108,7 +108,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/insert-page-number-and-navigate-to-page.md b/Document-Processing/Word/Word-Processor/angular/how-to/insert-page-number-and-navigate-to-page.md index f6db9df98..af0e76ed1 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/insert-page-number-and-navigate-to-page.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/insert-page-number-and-navigate-to-page.md @@ -29,7 +29,7 @@ import { @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService], }) export class AppComponent implements OnInit { @@ -47,7 +47,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Also, you use [`insertField`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/editor#insertfield) API in Editor module to insert the Page number in current position @@ -72,7 +72,7 @@ import { @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService], }) export class AppComponent implements OnInit { @@ -88,7 +88,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Navigate to specific page @@ -115,7 +115,7 @@ import { providers: [ToolbarService], template: ` The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-in-current-position.md b/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-in-current-position.md index 165c9219d..3d611901f 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-in-current-position.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-in-current-position.md @@ -35,7 +35,7 @@ import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documente providers: [ToolbarService], template: `
@@ -54,7 +54,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Insert paragraph in current cursor position @@ -91,7 +91,7 @@ import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documente providers: [ToolbarService], template: ` @@ -127,7 +127,7 @@ export class AppComponent implements OnInit { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Please refer the following code example for server-side web implementation for HTML conversion using DocumentEditor. diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-or-image-in-table-programmatically.md b/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-or-image-in-table-programmatically.md index 6e1d8d3fb..36058f2b5 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-or-image-in-table-programmatically.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/insert-text-or-image-in-table-programmatically.md @@ -29,7 +29,7 @@ import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documente imports: [DocumentEditorContainerModule], providers: [ToolbarService], template: ` The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. The output will be like below. ![Insert text or image in table programmatically](../images/table-image.png) diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/move-selection-to-specific-position.md b/Document-Processing/Word/Word-Processor/angular/how-to/move-selection-to-specific-position.md index 311ce4020..7961e9552 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/move-selection-to-specific-position.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/move-selection-to-specific-position.md @@ -52,7 +52,7 @@ import { @Component({ selector: 'app-root', // specifies the template string for the DocumentEditorContainer component - template: ` `, + template: ` `, providers: [ToolbarService], }) export class AppComponent implements OnInit { diff --git a/Document-Processing/Word/Word-Processor/angular/link.md b/Document-Processing/Word/Word-Processor/angular/link.md index 60511d20f..06b045cf2 100644 --- a/Document-Processing/Word/Word-Processor/angular/link.md +++ b/Document-Processing/Word/Word-Processor/angular/link.md @@ -46,7 +46,7 @@ import { selector: 'app-container', // specifies the template string for the Document Editor container component template: `
-
`, +
`, encapsulation: ViewEncapsulation.None, providers: [ToolbarService] }) @@ -70,7 +70,7 @@ export class AppComponent { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. If the selection is in hyperlink, trigger this event by calling `navigateHyperlink` method of `Selection` instance. Refer to the following example. diff --git a/Document-Processing/Word/Word-Processor/angular/notes.md b/Document-Processing/Word/Word-Processor/angular/notes.md index 999c39eb7..6289e24ab 100644 --- a/Document-Processing/Word/Word-Processor/angular/notes.md +++ b/Document-Processing/Word/Word-Processor/angular/notes.md @@ -56,7 +56,7 @@ export class AppComponent { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Insert endnotes @@ -98,7 +98,7 @@ export class AppComponent { } ``` -> The Web API hosted link `https://services.syncfusion.com/angular/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Update or edit footnotes and endnotes diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/comments.md b/Document-Processing/Word/Word-Processor/javascript-es5/comments.md index 397be2979..f3fc4a409 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/comments.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/comments.md @@ -173,11 +173,11 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Events @@ -213,4 +213,4 @@ var mentionData = [ } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/form-fields.md b/Document-Processing/Word/Word-Processor/javascript-es5/form-fields.md index fe8cb8ff9..635ee2913 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/form-fields.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/form-fields.md @@ -136,7 +136,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ }); DocumentEditorContainer.Inject(Toolbar); container.serviceUrl = - 'https://services.syncfusion.com/js/production/api/documenteditor/'; + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); //enforce protection @@ -145,6 +145,6 @@ container.documentEditor.editor.enforceProtection('123', 'FormFieldsOnly'); //stop the document protection container.documentEditor.editor.stopProtection('123'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly |CommentsOnly`. In stop protection method, parameter denotes the password. \ No newline at end of file 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 2079168d5..43442d18d 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md @@ -127,7 +127,7 @@ The Essential® JS 2 JavaScript components c
@@ -204,7 +204,7 @@ The Essential® JS 2 JavaScript components c ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Now, run the `index.html` in web browser, it will render the **Essential® JS 2 DocumentEditorContainer** component. @@ -269,7 +269,7 @@ Now, run the `index.html` in web browser, it will render the **Essential
@@ -350,7 +350,7 @@ Now, run the `index.html` in web browser, it will render the **Essential ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. {% previewsample "page.domainurl/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs2" %} diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/add-save-button-in-toolbar.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/add-save-button-in-toolbar.md index eb0012cd8..1bdbd9859 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/add-save-button-in-toolbar.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/add-save-button-in-toolbar.md @@ -38,6 +38,6 @@ container.toolbarClick = (args) => { }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: Default value of `toolbarItems` is `['New', 'Open', 'Separator', 'Undo', 'Redo', 'Separator', 'Image', 'Table', 'Hyperlink', 'Bookmark', 'TableOfContents', 'Separator', 'Header', 'Footer', 'PageSetup', 'PageNumber', 'Break', 'InsertFootnote', 'InsertEndnote', 'Separator', 'Find', 'Separator', 'Comments', 'TrackChanges', 'Separator', 'LocalClipboard', 'RestrictEditing', 'Separator', 'FormFields', 'UpdateFields','ContentControl']`. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md index b356dc2b6..48ac43366 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document-in-document-editor.md @@ -25,7 +25,7 @@ import { let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); let contentChanged: boolean = false; DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.created = function () { setInterval(() => { if (contentChanged) { @@ -65,7 +65,7 @@ container.contentChange = (): void => { }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * In server-side, configure the access key and secret key in `web.config` file and register profile in `startup.cs`. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document.md index 47b58056f..f2128d769 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/auto-save-document.md @@ -25,7 +25,7 @@ import { let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); let contentChanged: boolean = false; DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.created = function () { setInterval(() => { if (contentChanged) { @@ -65,7 +65,7 @@ container.contentChange = (): void => { }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * In server-side, Receives the stream content from client-side and process it to save the document in Server or Database from the received stream. Add Web API in controller file like below to save the document. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/change-the-default-search-highlight-color.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/change-the-default-search-highlight-color.md index fdbd1a6bf..3ca345b55 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/change-the-default-search-highlight-color.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/change-the-default-search-highlight-color.md @@ -25,12 +25,12 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Output will be like below: diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-color-picker.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-color-picker.md index 216d23670..4c0062923 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-color-picker.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-color-picker.md @@ -25,11 +25,11 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. The following table illustrates all the possible properties for the color picker. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-context-menu.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-context-menu.md index 9fa93769e..696667942 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-context-menu.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-context-menu.md @@ -21,7 +21,7 @@ The following code shows how to add custom option in context menu. ```ts let documentEditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documentEditor.enableAllModules(); documentEditor.appendTo('#DocumentEditor'); @@ -59,7 +59,7 @@ The following code shows how to hide default context menu and add custom option ```ts let documentEditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documentEditor.enableAllModules(); documentEditor.appendTo('#DocumentEditor'); @@ -80,7 +80,7 @@ The following code shows how to hide/show added custom option in context menu us ```ts let documentEditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documentEditor.enableAllModules(); documentEditor.appendTo('#DocumentEditor'); diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-font-family-drop-down.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-font-family-drop-down.md index e96193d2a..a72c8b75c 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-font-family-drop-down.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-font-family-drop-down.md @@ -25,11 +25,11 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Output will be like below: diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-ribbon.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-ribbon.md index 272741f39..8385c4878 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-ribbon.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/customize-ribbon.md @@ -42,7 +42,7 @@ fileMenuItemClick: function (args) { }, height: '590px' }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Ribbon); -documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.appendTo('#DocumentEditor'); ``` @@ -67,7 +67,7 @@ backstageMenu: { }, height: '590px' }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Ribbon); -documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.appendTo('#DocumentEditor'); diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/deploy-document-editor-component-for-mobile.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/deploy-document-editor-component-for-mobile.md index 3c21b9f31..59922f03f 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/deploy-document-editor-component-for-mobile.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/deploy-document-editor-component-for-mobile.md @@ -27,7 +27,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); //To detect the device @@ -46,7 +46,7 @@ container.documentChange = () => { } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can download the complete working example from this [GitHub location](https://github.com/SyncfusionExamples/Deploy-Document-Editor-in-Mobile-Friendly-Web-page/) diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/disable-optimized-text-measuring.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/disable-optimized-text-measuring.md index 022ede91a..ff434cbc8 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/disable-optimized-text-measuring.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/disable-optimized-text-measuring.md @@ -29,7 +29,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo // Disable optimized text measuring improvement container.documentEditorSettings = { enableOptimizedTextMeasuring: false }; -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` @@ -41,7 +41,7 @@ The following example code illustrates how to disable optimized text measuring i ```ts import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; -let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.enableAllModules(); @@ -51,4 +51,4 @@ documenteditor.documentEditorSettings = { enableOptimizedTextMeasuring: false }; documenteditor.appendTo('#DocumentEditor'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md index 737138448..58eb4d95d 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/export-document-as-pdf.md @@ -85,7 +85,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ }); DocumentEditorContainer.Inject(Toolbar); container.serviceUrl = - 'https://services.syncfusion.com/js/production/api/documenteditor/'; + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); @@ -102,7 +102,7 @@ document.getElementById('export').addEventListener('click', function () { }); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. * Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-current-word.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-current-word.md index 0d2b727ab..c9fd9dedb 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-current-word.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-current-word.md @@ -26,7 +26,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -40,7 +40,7 @@ let selectedContentText: string = container.documentEditor.selection.text; let selectedContentSFDT: string = container.documentEditor.selection.sfdt; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. To get the bookmark content as SFDT (rich text), please check this [`link`](../how-to/get-the-selected-content#get-the-selected-content-as-sfdt-rich-text) @@ -57,7 +57,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -71,4 +71,4 @@ let selectedContentText: string = container.documentEditor.selection.text; let selectedContentSFDT: string = container.documentEditor.selection.sfdt; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-the-selected-content.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-the-selected-content.md index 2ec95c7d7..0d1481664 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-the-selected-content.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/get-the-selected-content.md @@ -27,7 +27,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); @@ -56,7 +56,7 @@ container.documentEditor.customContextMenuSelect = (args: CustomContentMenuEvent }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, @@ -77,7 +77,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); @@ -95,7 +95,7 @@ let selectedContent: string = container.documentEditor.selection.sfdt; container.documentEditor.editor.paste(selectedContent); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/hide-tool-bar-and-properties-pane.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/hide-tool-bar-and-properties-pane.md index 9db717979..4d3199d3f 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/hide-tool-bar-and-properties-pane.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/hide-tool-bar-and-properties-pane.md @@ -28,12 +28,12 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px', showPropertiesPane:false }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: Positioning and customizing the properties pane in Document editor container is not possible. Instead, you can hide the exiting properties pane and create your own pane using public API's. @@ -48,12 +48,12 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: false, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## See Also diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-page-number-and-navigate-to-page.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-page-number-and-navigate-to-page.md index 6ad52ac65..d6772afac 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-page-number-and-navigate-to-page.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-page-number-and-navigate-to-page.md @@ -28,7 +28,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -39,7 +39,7 @@ container.documentEditor.selection.goToHeader(); container.documentEditor.editor.insertPageNumber(); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Also, you use [`insertField`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/editor#insertfield) API in Editor module to insert the Page number in current position @@ -61,7 +61,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -84,7 +84,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); let sfdt: any = {sfdt: 'UEsDBAoAAAAIAPaKZVrvd0ouRgMAAPguAAAEAAAAc2ZkdO1ZW2/aMBj9K8h7RRVJICF5mzqhPUxTpT1WPDiJTaw5lznuaIv63+dbuBRC05ZLNJmXY+LY5/g7nw3ytwJlxUlOntEvnHIQcfaAhqBGCYjuV0BgxUC0AtUSRL7jDkGVgSgIRYPmoiGQGeQGY4NZCiLPHwJsMMUViEYCS6QbMdEgmMBPtLyDCwSGABUYRGI4lii6GWkQKSS4AJEjEGmsFkUtJvjKYEwSMb5ISlqrHvRnqZDGPFFDdc/9/EWQqtVVWC4tTlktkQtZK9FHuUa20Bib75mGvxIE1ryQwkuWQyp4qdSpOhI9q1gdhrRG4glRbPvPORWUABNWc/AiZJ1VkdFhaSyNpbE0lsbSWBpLY2ksjaWxNJbG0lgaS2NpLM1/QdN+4VajpCxSe+NmaSyNpbE0H6KZi4G6Z74ueZiDVr1iWrh+BpHjiIZ4BdxCSmJGxLQPqiJTc10CggoyXaYRQ+SZrQfJ1tYwmGxmxnCnC+MCo60nQumn4kBJYQpPGrFBrsXGtQKowZScqFlQSdcVLqP2t2Rt2sti3V4mTcltE2hcG0UcU91I+VIX0UwlC5niWCbEArH22iDONX+lIc14rpVgrAUmZV6ZyD/x2KiUcQCyCvdlpj5AZcGT+g3dyQUz+eei+jqdiscNhUxeyfgdwZQUi4FzKtI3rZSlzW0vb0ZB6Pi+PxkFgTsKx8Guuc5+wU9nur+b6YMfZJFx6YyKrzubjEMfvErezUu7KWye63Ll1o7cDtDgNoMMvBHF5iWuc+Aicr8hDB8oH9xBBhcMVtlgVhZ8ra2le0fjy+uFuBdLh/dlg9uWDd5ls8Htkg1uezZ418qGRpvXU4O9NoPdoxFzZl7geyc02OtisNdu8PnkdjR43FODx/sGk+aH+ZI7eNzF4PEhg88tt6PBk54aPDmwgy/o66SLr5ODG/eqdvo9tdN/l50nP4f9Lnb677TzAsdv0FM7g48dvyf3Nejia/DR4/cCBk97avC07Q/U6GZyNGae+pzQ4mkXi6ftf6HOKbijyWFPTQ6P7eLruB12cTs8vqH7YDtip/H88HXV/qXMTkBV7IyKRtSsLPn1RRkV8gqSqmtJMRnVmOQamfn6qJHki1pN+w9QSwECFAAKAAAACAD2imVa73dKLkYDAAD4LgAABAAAAAAAAAAAAAAAAAAAAAAAc2ZkdFBLBQYAAAAAAQABADIAAABoAwAAAAA=',}; @@ -93,4 +93,4 @@ container.documentEditor.open(sfdt); container.documentEditor.selection.goToPage(2); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-text-or-image-in-table-programmatically.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-text-or-image-in-table-programmatically.md index e24092829..c346fd737 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-text-or-image-in-table-programmatically.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/insert-text-or-image-in-table-programmatically.md @@ -24,7 +24,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert the table in cursor position @@ -68,7 +68,7 @@ container.documentEditor.selection.select(startOffset, startOffset); } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. The output will be like below. ![Insert text or image in table programmatically](../images/table-image.png) diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/resize-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/resize-document-editor.md index 2a8f84d47..34bd176ff 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/resize-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/resize-document-editor.md @@ -58,7 +58,7 @@ import { let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); DocumentEditorContainer.Inject(Toolbar); container.serviceUrl = - 'https://services.syncfusion.com/js/production/api/documenteditor/'; + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.created = (): void => { setInterval(() => { @@ -81,4 +81,4 @@ function updateDocumentEditorSize() { } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/retrieve-the-bookmark-content-as-text.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/retrieve-the-bookmark-content-as-text.md index 74d56374a..e3e5f8e53 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/retrieve-the-bookmark-content-as-text.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/retrieve-the-bookmark-content-as-text.md @@ -26,7 +26,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -43,7 +43,7 @@ container.documentEditor.selection.selectBookmark('Bookmark1'); let selectedContent: string = container.documentEditor.selection.text; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. To get the bookmark content as SFDT (rich text), please check this [`link`](../how-to/get-the-selected-content#get-the-selected-content-as-sfdt-rich-text) @@ -60,7 +60,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -72,7 +72,7 @@ container.documentEditor.selection.selectAll(); let selectedContent: string = container.documentEditor.selection.text; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Get the whole document content as SFDT(rich text) @@ -87,7 +87,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -111,7 +111,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To navigate the selection to header @@ -125,6 +125,6 @@ container.documentEditor.selection.selectAll(); let selectedContent: string = container.documentEditor.selection.text; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Similarly, you can use [`goToFooter`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/selection#gotofooter) API to navigate the selection to the footer and then use [`text`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/selection#text-code-classlanguage-textstringcode) API to get the content as plain text. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/set-default-format-in-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/set-default-format-in-document-editor.md index 1f37a48ed..d2058a48d 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/set-default-format-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/set-default-format-in-document-editor.md @@ -23,14 +23,14 @@ The following example code illustrates how to change the default font size in Do import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); // Default font size set as 20 container.setDefaultCharacterFormat({ fontSize: 20 }); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Similarly, you can change the required [`CharacterFormatProperties`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/characterFormatProperties) default value. @@ -40,7 +40,7 @@ The following example code illustrates how to change other character format defa import { CharacterFormatProperties, DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); // Set default value let defaultCharacterFormat: CharacterFormatProperties = { @@ -56,7 +56,7 @@ container.setDefaultCharacterFormat(defaultCharacterFormat); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Set the default paragraph format @@ -68,7 +68,7 @@ The following example code illustrates how to change the paragraph format(before import { ParagraphFormatProperties, DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); let defaultParagraphFormat: ParagraphFormatProperties = { @@ -81,7 +81,7 @@ container.setDefaultParagraphFormat(defaultParagraphFormat); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Set the default section format @@ -93,7 +93,7 @@ The following example code illustrates how to change the section format(header a import { SectionFormatProperties, DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); let defaultSectionFormat: SectionFormatProperties = { @@ -111,4 +111,4 @@ container.setDefaultSectionFormat(defaultSectionFormat); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/notes.md b/Document-Processing/Word/Word-Processor/javascript-es5/notes.md index e953eedb5..ee5f0c534 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/notes.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/notes.md @@ -27,7 +27,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, - serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); //Insert footnote in current selection. @@ -44,7 +44,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, - serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); //Insert endnote in current selection. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/print.md b/Document-Processing/Word/Word-Processor/javascript-es5/print.md index a431b0e5a..774c836b2 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/print.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/print.md @@ -52,10 +52,10 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); - container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; + container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: By default, printDevicePixelRatio value is 1 diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/ribbon.md b/Document-Processing/Word/Word-Processor/javascript-es5/ribbon.md index 95a7f4a0e..b7fd1a05e 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/ribbon.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/ribbon.md @@ -34,7 +34,7 @@ var documenteditorContainer = new ej.documenteditor.DocumentEditorContainer({ en toolbarMode: 'Ribbon', // Options: 'Ribbon' or 'Toolbar' height: '590px' }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Ribbon); -documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.appendTo('#DocumentEditor'); ``` @@ -59,7 +59,7 @@ toolbarMode: 'Ribbon', // Options: 'Ribbon' or 'Toolbar' ribbonLayout: 'Classic', // Options: 'Simplified' or 'Classic' height: '590px' }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Ribbon); -documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.appendTo('#DocumentEditor'); ``` diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/scrolling-zooming.md b/Document-Processing/Word/Word-Processor/javascript-es5/scrolling-zooming.md index d4f043bfb..2f10a2d8a 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/scrolling-zooming.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/scrolling-zooming.md @@ -48,7 +48,7 @@ import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; //Initialize the Document Editor module. let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); // Enable all the built in modules. @@ -67,7 +67,7 @@ Apart from specifying the zoom factor as value, the Document Editor provides opt import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; //Initialize the Document Editor module. let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); // Enable all the built in modules. diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/track-changes.md b/Document-Processing/Word/Word-Processor/javascript-es5/track-changes.md index a1d0e09a1..082833f5d 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/track-changes.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/track-changes.md @@ -43,13 +43,13 @@ The following example code illustrates how to show/hide the revisions pane. var container = new ej.documenteditor.DocumentEditorContainer({ enableTrackChanges: true }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Toolbar); container.appendTo('#container'); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.documentEditor.showRevisions = true; // To show revisions pane container.documentEditor.showRevisions = false; // To hide revisions pane ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Get all tracked revisions diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/view.md b/Document-Processing/Word/Word-Processor/javascript-es5/view.md index 434c2810e..f67d191db 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/view.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/view.md @@ -51,7 +51,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/comments.md b/Document-Processing/Word/Word-Processor/javascript-es6/comments.md index f2cfa0506..189af8514 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/comments.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/comments.md @@ -172,11 +172,11 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Events @@ -202,7 +202,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); container.currentUser="Guest User"; @@ -216,4 +216,4 @@ function beforecomment(args : CommentActionEventArgs){ } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/form-fields.md b/Document-Processing/Word/Word-Processor/javascript-es6/form-fields.md index 85bad25f2..f25a45103 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/form-fields.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/form-fields.md @@ -136,7 +136,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ }); DocumentEditorContainer.Inject(Toolbar); container.serviceUrl = - 'https://services.syncfusion.com/js/production/api/documenteditor/'; + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); //enforce protection @@ -145,6 +145,6 @@ container.documentEditor.editor.enforceProtection('123', 'FormFieldsOnly'); //stop the document protection container.documentEditor.editor.stopProtection('123'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly |CommentsOnly`. In stop protection method, parameter denotes the password. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/getting-started.md b/Document-Processing/Word/Word-Processor/javascript-es6/getting-started.md index 29ba98923..7c5cb6b08 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/getting-started.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/getting-started.md @@ -124,7 +124,7 @@ Place the following code in the `app.ts`. import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; // Initialize Document Editor component. -let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); // Enable all built in modules. documenteditor.enableAllModules(); @@ -135,7 +135,7 @@ documenteditor.appendTo('#DocumentEditor'); {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Now, add an HTML div element to act as the DocumentEditor element in `index.html` using the following code. @@ -207,14 +207,14 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); -let documenteditor: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let documenteditor: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.appendTo('#DocumentEditor'); {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Now, add an HTML div element to act as the DocumentEditorContainer element in `index.html` using the following code. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/add-save-button-in-toolbar.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/add-save-button-in-toolbar.md index c192c9a92..20bff327f 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/add-save-button-in-toolbar.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/add-save-button-in-toolbar.md @@ -45,6 +45,6 @@ container.toolbarClick = (args: ClickEventArgs): void => { }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: Default value of `toolbarItems` is `['New', 'Open', 'Separator', 'Undo', 'Redo', 'Separator', 'Image', 'Table', 'Hyperlink', 'Bookmark', 'TableOfContents', 'Separator', 'Header', 'Footer', 'PageSetup', 'PageNumber', 'Break', 'InsertFootnote', 'InsertEndnote', 'Separator', 'Find', 'Separator', 'Comments', 'TrackChanges', 'Separator', 'LocalClipboard', 'RestrictEditing', 'Separator', 'FormFields', 'UpdateFields','ContentControl']`. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md index c3d6c280e..694ace86a 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document-in-document-editor.md @@ -25,7 +25,7 @@ import { let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); let contentChanged: boolean = false; DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.created = function () { setInterval(() => { if (contentChanged) { @@ -65,7 +65,7 @@ container.contentChange = (): void => { }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * In server-side, configure the access key and secret key in `web.config` file and register profile in `startup.cs`. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document.md index f2ba3508b..cb4e29931 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/auto-save-document.md @@ -25,7 +25,7 @@ import { let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); let contentChanged: boolean = false; DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.created = function () { setInterval(() => { if (contentChanged) { @@ -65,7 +65,7 @@ container.contentChange = (): void => { }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * In server-side, Receives the stream content from client-side and process it to save the document in Server or Database from the received stream. Add Web API in controller file like below to save the document. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/change-the-default-search-highlight-color.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/change-the-default-search-highlight-color.md index 5b5997046..22c5eb02f 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/change-the-default-search-highlight-color.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/change-the-default-search-highlight-color.md @@ -25,12 +25,12 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Output will be like below: diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-color-picker.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-color-picker.md index 0f86edfc4..2b92f246b 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-color-picker.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-color-picker.md @@ -25,11 +25,11 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. The following table illustrates all the possible properties for the color picker. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-context-menu.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-context-menu.md index 2c004e4aa..ee17956f6 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-context-menu.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-context-menu.md @@ -21,7 +21,7 @@ The following code shows how to add custom option in context menu. ```ts let documentEditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documentEditor.enableAllModules(); documentEditor.appendTo('#DocumentEditor'); @@ -59,7 +59,7 @@ The following code shows how to hide default context menu and add custom option ```ts let documentEditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documentEditor.enableAllModules(); documentEditor.appendTo('#DocumentEditor'); @@ -80,7 +80,7 @@ The following code shows how to hide/show added custom option in context menu us ```ts let documentEditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documentEditor.enableAllModules(); documentEditor.appendTo('#DocumentEditor'); diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-font-family-drop-down.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-font-family-drop-down.md index 00906b384..9dfda6428 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-font-family-drop-down.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/customize-font-family-drop-down.md @@ -25,11 +25,11 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Output will be like below: diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/deploy-document-editor-component-for-mobile.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/deploy-document-editor-component-for-mobile.md index 46c6c3d63..b9ae1a0db 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/deploy-document-editor-component-for-mobile.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/deploy-document-editor-component-for-mobile.md @@ -27,7 +27,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); //To detect the device @@ -46,7 +46,7 @@ container.documentChange = () => { } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can download the complete working example from this [GitHub location](https://github.com/SyncfusionExamples/Deploy-Document-Editor-in-Mobile-Friendly-Web-page/) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/disable-optimized-text-measuring.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/disable-optimized-text-measuring.md index 6406464bc..7d1bb5cb6 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/disable-optimized-text-measuring.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/disable-optimized-text-measuring.md @@ -29,7 +29,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo // Disable optimized text measuring improvement container.documentEditorSettings = { enableOptimizedTextMeasuring: false }; -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` @@ -41,7 +41,7 @@ The following example code illustrates how to disable optimized text measuring i ```ts import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; -let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.enableAllModules(); @@ -51,4 +51,4 @@ documenteditor.documentEditorSettings = { enableOptimizedTextMeasuring: false }; documenteditor.appendTo('#DocumentEditor'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md index 33176ba66..2beefabb9 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/export-document-as-pdf.md @@ -46,7 +46,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ }); DocumentEditorContainer.Inject(Toolbar); container.serviceUrl = - 'https://services.syncfusion.com/js/production/api/documenteditor/'; + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); @@ -114,7 +114,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ }); DocumentEditorContainer.Inject(Toolbar); container.serviceUrl = - 'https://services.syncfusion.com/js/production/api/documenteditor/'; + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); @@ -131,7 +131,7 @@ document.getElementById('export').addEventListener('click', function () { }); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. * Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-current-word.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-current-word.md index b0c6c6e69..c4f622b36 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-current-word.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-current-word.md @@ -26,7 +26,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -40,7 +40,7 @@ let selectedContentText: string = container.documentEditor.selection.text; let selectedContentSFDT: string = container.documentEditor.selection.sfdt; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. To get the bookmark content as SFDT (rich text), please check this [`link`](../how-to/get-the-selected-content#get-the-selected-content-as-sfdt-rich-text) @@ -57,7 +57,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -71,4 +71,4 @@ let selectedContentText: string = container.documentEditor.selection.text; let selectedContentSFDT: string = container.documentEditor.selection.sfdt; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-the-selected-content.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-the-selected-content.md index cb5410019..8f0e6857c 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-the-selected-content.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/get-the-selected-content.md @@ -27,7 +27,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); @@ -56,7 +56,7 @@ container.documentEditor.customContextMenuSelect = (args: CustomContentMenuEvent }; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, @@ -80,7 +80,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); @@ -98,7 +98,7 @@ let selectedContent: string = container.documentEditor.selection.sfdt; container.documentEditor.editor.paste(selectedContent); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/hide-tool-bar-and-properties-pane.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/hide-tool-bar-and-properties-pane.md index a227f4f58..fbb18742a 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/hide-tool-bar-and-properties-pane.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/hide-tool-bar-and-properties-pane.md @@ -28,12 +28,12 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px', showPropertiesPane:false }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: Positioning and customizing the properties pane in Document editor container is not possible. Instead, you can hide the exiting properties pane and create your own pane using public API's. @@ -48,12 +48,12 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: false, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## See Also diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-page-number-and-navigate-to-page.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-page-number-and-navigate-to-page.md index dd0423175..2e90fc8f1 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-page-number-and-navigate-to-page.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-page-number-and-navigate-to-page.md @@ -28,7 +28,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -39,7 +39,7 @@ container.documentEditor.selection.goToHeader(); container.documentEditor.editor.insertPageNumber(); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Also, you use [`insertField`](https://ej2.syncfusion.com/documentation/api/document-editor/editor#insertfield) API in Editor module to insert the Page number in current position @@ -61,7 +61,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -84,7 +84,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); let sfdt: any = {sfdt: 'UEsDBAoAAAAIAPaKZVrvd0ouRgMAAPguAAAEAAAAc2ZkdO1ZW2/aMBj9K8h7RRVJICF5mzqhPUxTpT1WPDiJTaw5lznuaIv63+dbuBRC05ZLNJmXY+LY5/g7nw3ytwJlxUlOntEvnHIQcfaAhqBGCYjuV0BgxUC0AtUSRL7jDkGVgSgIRYPmoiGQGeQGY4NZCiLPHwJsMMUViEYCS6QbMdEgmMBPtLyDCwSGABUYRGI4lii6GWkQKSS4AJEjEGmsFkUtJvjKYEwSMb5ISlqrHvRnqZDGPFFDdc/9/EWQqtVVWC4tTlktkQtZK9FHuUa20Bib75mGvxIE1ryQwkuWQyp4qdSpOhI9q1gdhrRG4glRbPvPORWUABNWc/AiZJ1VkdFhaSyNpbE0lsbSWBpLY2ksjaWxNJbG0lgaS2NpLM1/QdN+4VajpCxSe+NmaSyNpbE0H6KZi4G6Z74ueZiDVr1iWrh+BpHjiIZ4BdxCSmJGxLQPqiJTc10CggoyXaYRQ+SZrQfJ1tYwmGxmxnCnC+MCo60nQumn4kBJYQpPGrFBrsXGtQKowZScqFlQSdcVLqP2t2Rt2sti3V4mTcltE2hcG0UcU91I+VIX0UwlC5niWCbEArH22iDONX+lIc14rpVgrAUmZV6ZyD/x2KiUcQCyCvdlpj5AZcGT+g3dyQUz+eei+jqdiscNhUxeyfgdwZQUi4FzKtI3rZSlzW0vb0ZB6Pi+PxkFgTsKx8Guuc5+wU9nur+b6YMfZJFx6YyKrzubjEMfvErezUu7KWye63Ll1o7cDtDgNoMMvBHF5iWuc+Aicr8hDB8oH9xBBhcMVtlgVhZ8ra2le0fjy+uFuBdLh/dlg9uWDd5ls8Htkg1uezZ418qGRpvXU4O9NoPdoxFzZl7geyc02OtisNdu8PnkdjR43FODx/sGk+aH+ZI7eNzF4PEhg88tt6PBk54aPDmwgy/o66SLr5ODG/eqdvo9tdN/l50nP4f9Lnb677TzAsdv0FM7g48dvyf3Nejia/DR4/cCBk97avC07Q/U6GZyNGae+pzQ4mkXi6ftf6HOKbijyWFPTQ6P7eLruB12cTs8vqH7YDtip/H88HXV/qXMTkBV7IyKRtSsLPn1RRkV8gqSqmtJMRnVmOQamfn6qJHki1pN+w9QSwECFAAKAAAACAD2imVa73dKLkYDAAD4LgAABAAAAAAAAAAAAAAAAAAAAAAAc2ZkdFBLBQYAAAAAAQABADIAAABoAwAAAAA=',}; @@ -93,4 +93,4 @@ container.documentEditor.open(sfdt); container.documentEditor.selection.goToPage(2); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-text-or-image-in-table-programmatically.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-text-or-image-in-table-programmatically.md index e24092829..c346fd737 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-text-or-image-in-table-programmatically.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/insert-text-or-image-in-table-programmatically.md @@ -24,7 +24,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert the table in cursor position @@ -68,7 +68,7 @@ container.documentEditor.selection.select(startOffset, startOffset); } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. The output will be like below. ![Insert text or image in table programmatically](../images/table-image.png) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/resize-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/resize-document-editor.md index bfff60075..d486c8701 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/resize-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/resize-document-editor.md @@ -58,7 +58,7 @@ import { let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); DocumentEditorContainer.Inject(Toolbar); container.serviceUrl = - 'https://services.syncfusion.com/js/production/api/documenteditor/'; + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.created = (): void => { setInterval(() => { @@ -81,4 +81,4 @@ function updateDocumentEditorSize() { } ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/retrieve-the-bookmark-content-as-text.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/retrieve-the-bookmark-content-as-text.md index d5abf61d0..9318e586f 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/retrieve-the-bookmark-content-as-text.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/retrieve-the-bookmark-content-as-text.md @@ -26,7 +26,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -43,7 +43,7 @@ container.documentEditor.selection.selectBookmark('Bookmark1'); let selectedContent: string = container.documentEditor.selection.text; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. To get the bookmark content as SFDT (rich text), please check this [`link`](../how-to/get-the-selected-content#get-the-selected-content-as-sfdt-rich-text) @@ -60,7 +60,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -72,7 +72,7 @@ container.documentEditor.selection.selectAll(); let selectedContent: string = container.documentEditor.selection.text; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Get the whole document content as SFDT(rich text) @@ -87,7 +87,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To insert text in cursor position @@ -111,7 +111,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); // To navigate the selection to header @@ -125,6 +125,6 @@ container.documentEditor.selection.selectAll(); let selectedContent: string = container.documentEditor.selection.text; ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Similarly, you can use [`goToFooter`](https://ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter) API to navigate the selection to the footer and then use [`text`](https://ej2.syncfusion.com/documentation/api/document-editor/selection#text-code-classlanguage-textstringcode) API to get the content as plain text. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md index fbd6dd11c..33ca3b717 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md @@ -23,14 +23,14 @@ The following example code illustrates how to change the default font size in Do import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); // Default font size set as 20 container.setDefaultCharacterFormat({ fontSize: 20 }); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Similarly, you can change the required [`CharacterFormatProperties`](https://ej2.syncfusion.com/documentation/api/document-editor/characterFormatProperties) default value. @@ -40,7 +40,7 @@ The following example code illustrates how to change other character format defa import { CharacterFormatProperties, DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); // Set default value let defaultCharacterFormat: CharacterFormatProperties = { @@ -56,7 +56,7 @@ container.setDefaultCharacterFormat(defaultCharacterFormat); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Set the default paragraph format @@ -68,7 +68,7 @@ The following example code illustrates how to change the paragraph format(before import { ParagraphFormatProperties, DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); let defaultParagraphFormat: ParagraphFormatProperties = { @@ -81,7 +81,7 @@ container.setDefaultParagraphFormat(defaultParagraphFormat); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Set the default section format @@ -93,7 +93,7 @@ The following example code illustrates how to change the section format(header a import { SectionFormatProperties, DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; DocumentEditorContainer.Inject(Toolbar); let defaultSectionFormat: SectionFormatProperties = { @@ -111,4 +111,4 @@ container.setDefaultSectionFormat(defaultSectionFormat); container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/notes.md b/Document-Processing/Word/Word-Processor/javascript-es6/notes.md index e953eedb5..ee5f0c534 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/notes.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/notes.md @@ -27,7 +27,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, - serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); //Insert footnote in current selection. @@ -44,7 +44,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, - serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); //Insert endnote in current selection. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/print.md b/Document-Processing/Word/Word-Processor/javascript-es6/print.md index 2be278839..faed977bc 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/print.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/print.md @@ -56,10 +56,10 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); - container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; + container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: By default, printDevicePixelRatio value is 1 diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/ribbon.md b/Document-Processing/Word/Word-Processor/javascript-es6/ribbon.md index 2b353bba4..5f0e88ba3 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/ribbon.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/ribbon.md @@ -37,7 +37,7 @@ var container = new ej.documenteditor.DocumentEditorContainer({ toolbarMode: 'Ribbon', // Options: 'Ribbon' or 'Toolbar' height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` @@ -64,7 +64,7 @@ var container = new ej.documenteditor.DocumentEditorContainer({ ribbonLayout: 'Classic', // Options: 'Simplified' or 'Classic' height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/scrolling-zooming.md b/Document-Processing/Word/Word-Processor/javascript-es6/scrolling-zooming.md index b4a4e5a7e..1f5f2e2c5 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/scrolling-zooming.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/scrolling-zooming.md @@ -52,7 +52,7 @@ import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; //Initialize the Document Editor module. let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); // Enable all the built in modules. @@ -71,7 +71,7 @@ Apart from specifying the zoom factor as value, the Document Editor provides opt import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; //Initialize the Document Editor module. let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); // Enable all the built in modules. diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/track-changes.md b/Document-Processing/Word/Word-Processor/javascript-es6/track-changes.md index b36bcc522..f3d578598 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/track-changes.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/track-changes.md @@ -56,7 +56,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableTrackChanges: true, }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); container.documentEditor.showRevisions = true; // To show revisions pane container.documentEditor.showRevisions = false; // To hide revisions pane @@ -65,7 +65,7 @@ container.documentEditor.showRevisions = false; // To hide revisions pane -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Get all tracked revisions diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/view.md b/Document-Processing/Word/Word-Processor/javascript-es6/view.md index 2e4dcbfeb..3709f6b1c 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/view.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/view.md @@ -53,7 +53,7 @@ let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToo } }); DocumentEditorContainer.Inject(Toolbar); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#container'); ``` -> The Web API hosted link `https://services.syncfusion.com/js/production/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/chart-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/chart-cs1/index.js index 9be9e5549..eaf0855f4 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/chart-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/chart-cs1/index.js @@ -1,4 +1,4 @@ -var documenteditor = new ej.documenteditor.DocumentEditor({ isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +var documenteditor = new ej.documenteditor.DocumentEditor({ isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.acceptTab = true; documenteditor.enableAllModules(); documenteditor.pageOutline = '#E0E0E0'; diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/customize-context-menu-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/customize-context-menu-cs1/index.js index 35f008995..0723583cf 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/customize-context-menu-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/customize-context-menu-cs1/index.js @@ -7,7 +7,7 @@ positionCheckBoxObj.appendTo('#position-context-menu'); var editor = new ej.documenteditor.DocumentEditor({ isReadOnly: false, - serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); editor.enableAllModules(); editor.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs1/index.js index 8d9ce73c1..0e8dcf0ed 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs1/index.js @@ -1,6 +1,6 @@ var documenteditorContainer = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Toolbar); - documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; + documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs2/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs2/index.js index 8d9ce73c1..0e8dcf0ed 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs2/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/data-protection-cs2/index.js @@ -1,6 +1,6 @@ var documenteditorContainer = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Toolbar); - documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; + documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs1/index.ts index 4dbf75058..aa2e34a24 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs1/index.ts @@ -43,7 +43,7 @@
diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs2/js/index.html b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs2/js/index.html index c8709396a..e1ac4d8cd 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs2/js/index.html +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/es5-getting-started-cs2/js/index.html @@ -48,7 +48,7 @@ // Initialize DocumentEditorContainer component. var documenteditorContainer = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, height: '590px' }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Toolbar); - documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; + documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs1/index.js index 7fb44fb73..e287234ca 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs1/index.js @@ -1,6 +1,6 @@ var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, height: '590px'}); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs2/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs2/index.js index efe97b964..2142cb3f1 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs2/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs2/index.js @@ -1,6 +1,6 @@ var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, height: '590px'}); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs3/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs3/index.js index 2be92d9d1..9549886e4 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs3/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs3/index.js @@ -1,6 +1,6 @@ var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, height: '590px'}); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs4/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs4/index.js index 34c3ddf3b..4d309b2a2 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs4/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/export-container-cs4/index.js @@ -1,6 +1,6 @@ var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, height: '590px'}); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/open-default-document-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/open-default-document-cs1/index.js index c81357b33..116aabd15 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/open-default-document-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/open-default-document-cs1/index.js @@ -1,5 +1,5 @@ var documenteditor = new ej.documenteditor.DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.enableAllModules(); onCreated = function (){ diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-container-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-container-cs1/index.js index 186d79f20..061ec5b9d 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-container-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-container-cs1/index.js @@ -1,6 +1,6 @@ var documenteditorContainer = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true }); ej.documenteditor.DocumentEditorContainer.Inject(ej.documenteditor.Toolbar); - documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; + documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //DocumentEditorContainer control rendering starts documenteditorContainer.documentChange = () => { documenteditorContainer.restrictEditing=true; diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-cs1/index.js index 28b677efe..87c66b9aa 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/read-cs1/index.js @@ -2,7 +2,7 @@ var documenteditor = new ej.documenteditor.DocumentEditor({ isReadOnly: false }); -documenteditor.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +documenteditor.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; documenteditor.documentChange = () => { documenteditor.isReadOnly=true; }; diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/rtl-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/rtl-cs1/index.js index 00aaa93a7..80c9b85af 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/rtl-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/rtl-cs1/index.js @@ -285,7 +285,7 @@ ej.base.L10n.load({ } } }); -var documenteditor = new ej.documenteditor.DocumentEditor({isReadOnly: false,enableRtl: true,locale: 'ar-AE', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/'}); +var documenteditor = new ej.documenteditor.DocumentEditor({isReadOnly: false,enableRtl: true,locale: 'ar-AE', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'}); documenteditor.enableAllModules(); var containerPanel = document.getElementById('container'); function updateContainerSize() { diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/ruler-cs1/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/ruler-cs1/index.js index d1e302258..81bc101f7 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/ruler-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/ruler-cs1/index.js @@ -1,6 +1,6 @@ //Initialize Document Editor component. var documenteditor = new ej.documenteditor.DocumentEditor({ - isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/', documentEditorSettings: { showRuler: true } + isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', documentEditorSettings: { showRuler: true } }); //Enable all built in modules. diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs2/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs2/index.js index 4f94670d8..780c82999 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs2/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs2/index.js @@ -1,5 +1,5 @@ var documenteditor = new ej.documenteditor.DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.enableAllModules(); documenteditor.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs3/index.js b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs3/index.js index 5091d95da..d16ca55d7 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs3/index.js +++ b/Document-Processing/code-snippet/document-editor/javascript-es5/document-editor/scrolling-zooming-cs3/index.js @@ -1,5 +1,5 @@ var documenteditor = new ej.documenteditor.DocumentEditor({ - isReadOnly: false, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.enableAllModules(); documenteditor.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/customize-context-menu-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/customize-context-menu-cs1/index.ts index b26374172..1dc801f29 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/customize-context-menu-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/customize-context-menu-cs1/index.ts @@ -11,7 +11,7 @@ positionCheckBoxObj.appendTo('#position-context-menu'); //Initialize Document Editor component. let documentEditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); //Enable all built in modules. diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs1/index.ts index a36042f3d..9fd861f8b 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs1/index.ts @@ -6,7 +6,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); container.documentEditor.currentUser = 'engineer@mycompany.com'; diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs2/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs2/index.ts index 0016fb607..c5e37180f 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs2/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/data-protection-cs2/index.ts @@ -6,7 +6,7 @@ DocumentEditorContainer.Inject(Toolbar); let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px' }); -container.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; container.appendTo('#DocumentEditor'); container.documentEditor.currentUser = 'engineer@mycompany.com'; diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/es5-getting-started-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/es5-getting-started-cs1/index.ts index 4dbf75058..aa2e34a24 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/es5-getting-started-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/es5-getting-started-cs1/index.ts @@ -43,7 +43,7 @@
diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs1/index.ts index 3ebb4b01d..cbb8dcf81 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs1/index.ts @@ -2,7 +2,7 @@ import { DocumentEditorContainer, Toolbar,Editor, SfdtExport } from '@syncfusion DocumentEditorContainer.Inject(Toolbar, Editor, SfdtExport); -let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs2/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs2/index.ts index 17e429349..d0e9772a9 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs2/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs2/index.ts @@ -2,7 +2,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); -let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs3/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs3/index.ts index 9e0bd8411..290940833 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs3/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs3/index.ts @@ -2,7 +2,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); -let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs4/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs4/index.ts index 6f48942ee..0d4e06115 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs4/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/export-container-cs4/index.ts @@ -2,7 +2,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); -let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '390px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); container.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs1/index.ts index 31d9e0bbf..efdacd89a 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs1/index.ts @@ -3,7 +3,7 @@ import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; // Initialize Document Editor component. -let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); // Enable all built in modules. documenteditor.enableAllModules(); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs2/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs2/index.ts index e69651200..2407a2a2f 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs2/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/getting-started-cs2/index.ts @@ -6,7 +6,7 @@ import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor DocumentEditorContainer.Inject(Toolbar); //Initialize Document Editor component -let documenteditor: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let documenteditor: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '590px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); // Render Document Editor component. documenteditor.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/open-default-document-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/open-default-document-cs1/index.ts index c7a35249a..528e6cb47 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/open-default-document-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/open-default-document-cs1/index.ts @@ -3,7 +3,7 @@ import { DocumentEditor, Editor } from '@syncfusion/ej2-documenteditor'; let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); //Enable all built in modules. diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-container-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-container-cs1/index.ts index d1d9581dc..b0db75125 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-container-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-container-cs1/index.ts @@ -7,7 +7,7 @@ DocumentEditorContainer.Inject(Toolbar); //Initiliaze Document Editor Container component. let documenteditorContainer: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, height: '500px' }); -documenteditorContainer.serviceUrl = 'https://services.syncfusion.com/js/production/api/documenteditor/'; +documenteditorContainer.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Enable read only mode inside `documentChange` event. documenteditorContainer.documentChange = (): void => { diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-cs1/index.ts index 1bbce7149..500221b03 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/read-cs1/index.ts @@ -3,7 +3,7 @@ import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; //Initialize Document Editor component. -let documenteditor: DocumentEditor = new DocumentEditor({ height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' }); +let documenteditor: DocumentEditor = new DocumentEditor({ height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); //Enable all the built in modules. documenteditor.enableAllModules(); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/rtl-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/rtl-cs1/index.ts index ff92425f0..8bb3866c5 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/rtl-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/rtl-cs1/index.ts @@ -294,7 +294,7 @@ L10n.load({ let documenteditor: DocumentEditor = new DocumentEditor({ isReadOnly: false, - enableRtl: true, locale: 'ar-AE', height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + enableRtl: true, locale: 'ar-AE', height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); //Enable all the built in modules. documenteditor.enableAllModules(); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/ruler-cs1/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/ruler-cs1/index.ts index f4b7113df..260c05266 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/ruler-cs1/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/ruler-cs1/index.ts @@ -4,7 +4,7 @@ import { DocumentEditor, Editor } from '@syncfusion/ej2-documenteditor'; //Initialize Document Editor component. let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, height: '370px', documentEditorSettings: {showRuler: true}, serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, height: '370px', documentEditorSettings: {showRuler: true}, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); //Enable all built in modules. diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs2/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs2/index.ts index e9f327fcc..41cd07d08 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs2/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs2/index.ts @@ -3,7 +3,7 @@ import { DocumentEditor } from '@syncfusion/ej2-documenteditor'; //Initialize the Document Editor component. let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.enableAllModules(); documenteditor.appendTo('#DocumentEditor'); diff --git a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs3/index.ts b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs3/index.ts index d12ebbd38..c4561331c 100644 --- a/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs3/index.ts +++ b/Document-Processing/code-snippet/document-editor/javascript-es6/document-editor/scrolling-zooming-cs3/index.ts @@ -5,7 +5,7 @@ import { createElement } from '@syncfusion/ej2-base'; import { DropDownButton, ItemModel, MenuEventArgs } from '@syncfusion/ej2-splitbuttons'; let documenteditor: DocumentEditor = new DocumentEditor({ - isReadOnly: false, height: '370px', serviceUrl: 'https://services.syncfusion.com/js/production/api/documenteditor/' + isReadOnly: false, height: '370px', serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }); documenteditor.enableAllModules(); From a674c9dc48d4a627149e92502460bd2b4889babb Mon Sep 17 00:00:00 2001 From: Suriya-Murugan <43063728+Suriya-Murugan@users.noreply.github.com> Date: Sat, 6 Sep 2025 12:25:33 +0530 Subject: [PATCH 4/5] 97095: Modifided the service url --- .../angular/how-to/customize-ribbon.md | 10 +++---- .../Word/Word-Processor/angular/ribbon.md | 4 +-- .../how-to/open-document-by-address.md | 2 +- .../Word-Processor/asp-net-core/ribbon.md | 4 +-- .../Word/Word-Processor/asp-net-core/table.md | 4 +-- .../how-to/add-save-button-in-toolbar.md | 2 +- .../how-to/add-save-button-in-toolbar.md | 2 +- .../Word/Word-Processor/react/comments.md | 12 ++++----- .../react/document-management.md | 2 +- .../Word/Word-Processor/react/export.md | 8 +++--- .../Word/Word-Processor/react/form-fields.md | 4 +-- .../Word-Processor/react/getting-started.md | 12 ++++----- .../auto-save-document-in-document-editor.md | 4 +-- .../react/how-to/auto-save-document.md | 4 +-- ...ange-the-default-search-highlight-color.md | 4 +-- .../react/how-to/customize-color-picker.md | 4 +-- .../react/how-to/customize-context-menu.md | 18 ++++++------- .../how-to/customize-font-family-drop-down.md | 4 +-- .../react/how-to/customize-ribbon.md | 10 +++---- ...oy-document-editor-component-for-mobile.md | 4 +-- .../react/how-to/disable-drag-and-drop.md | 8 +++--- ...ader-and-footer-edit-in-document-editor.md | 12 ++++----- .../disable-optimized-text-measuring.md | 8 +++--- ...able-ruler-in-document-editor-component.md | 4 +-- .../react/how-to/export-document-as-pdf.md | 8 +++--- .../react/how-to/get-current-word.md | 8 +++--- .../react/how-to/get-the-selected-content.md | 8 +++--- .../hide-tool-bar-and-properties-pane.md | 8 +++--- ...insert-page-number-and-navigate-to-page.md | 12 ++++----- .../how-to/insert-text-in-current-position.md | 6 ++--- ...text-or-image-in-table-programmatically.md | 4 +-- .../move-selection-to-specific-position.md | 4 +-- .../react/how-to/open-default-document.md | 4 +-- .../react/how-to/open-document-by-address.md | 4 +-- .../react/how-to/read-by-default.md | 4 +-- .../react/how-to/resize-document-editor.md | 12 ++++----- .../retrieve-the-bookmark-content-as-text.md | 16 ++++++------ .../set-default-format-in-document-editor.md | 16 ++++++------ .../react/how-to/show-hide-spinner.md | 2 +- .../Word/Word-Processor/react/link.md | 4 +-- .../react/nextjs-getting-started.md | 4 +-- .../Word/Word-Processor/react/notes.md | 8 +++--- .../Word/Word-Processor/react/print.md | 4 +-- .../Word-Processor/react/restrict-editing.md | 2 +- .../Word/Word-Processor/react/ribbon.md | 4 +-- .../Word-Processor/react/track-changes.md | 8 +++--- .../Word/Word-Processor/react/view.md | 6 ++--- .../react/web-services-overview.md | 12 ++++----- .../Word/Word-Processor/vue/comments.md | 10 +++---- .../Word-Processor/vue/document-management.md | 2 +- .../Word/Word-Processor/vue/export.md | 8 +++--- .../Word/Word-Processor/vue/form-fields.md | 6 ++--- .../vue/getting-started-vue-3.md | 24 ++++++++--------- .../Word-Processor/vue/getting-started.md | 12 ++++----- .../auto-save-document-in-document-editor.md | 6 ++--- .../vue/how-to/auto-save-document.md | 6 ++--- ...ange-the-default-search-highlight-color.md | 6 ++--- .../vue/how-to/customize-color-picker.md | 4 +-- .../vue/how-to/customize-context-menu.md | 26 +++++++++---------- .../how-to/customize-font-family-drop-down.md | 6 ++--- ...oy-document-editor-component-for-mobile.md | 6 ++--- .../vue/how-to/disable-drag-and-drop.md | 12 ++++----- ...ader-and-footer-edit-in-document-editor.md | 18 ++++++------- .../disable-optimized-text-measuring.md | 12 ++++----- ...able-ruler-in-document-editor-component.md | 4 +-- .../vue/how-to/export-document-as-pdf.md | 12 ++++----- .../vue/how-to/get-current-word.md | 12 ++++----- .../vue/how-to/get-the-selected-content.md | 12 ++++----- .../hide-tool-bar-and-properties-pane.md | 12 ++++----- ...insert-page-number-and-navigate-to-page.md | 18 ++++++------- .../how-to/insert-text-in-current-position.md | 6 ++--- ...text-or-image-in-table-programmatically.md | 6 ++--- .../move-selection-to-specific-position.md | 6 ++--- .../vue/how-to/open-default-document.md | 4 +-- .../vue/how-to/open-document-by-address.md | 6 ++--- .../vue/how-to/read-only-by-default.md | 4 +-- .../vue/how-to/resize-document-editor.md | 6 ++--- .../retrieve-the-bookmark-content-as-text.md | 22 ++++++++-------- .../set-default-format-in-document-editor.md | 24 ++++++++--------- .../vue/how-to/show-hide-spinner.md | 2 +- .../Word/Word-Processor/vue/link.md | 6 ++--- .../Word/Word-Processor/vue/notes.md | 12 ++++----- .../Word/Word-Processor/vue/print.md | 6 ++--- .../Word-Processor/vue/restrict-editing.md | 2 +- .../Word/Word-Processor/vue/track-changes.md | 12 ++++----- .../Word/Word-Processor/vue/view.md | 6 ++--- .../vue/web-services-overview.md | 18 ++++++------- .../accessibility-cs1/app/index.jsx | 2 +- .../accessibility-cs1/app/index.tsx | 2 +- .../document-editor/base-cs1/app/index.jsx | 2 +- .../document-editor/base-cs1/app/index.tsx | 2 +- .../document-editor/base-cs2/app/index.jsx | 2 +- .../document-editor/base-cs2/app/index.tsx | 2 +- .../document-editor/base-cs3/app/index.jsx | 2 +- .../document-editor/base-cs3/app/index.tsx | 2 +- .../document-editor/base-cs4/app/index.jsx | 2 +- .../document-editor/base-cs4/app/index.tsx | 2 +- .../document-editor/base-cs5/app/index.jsx | 2 +- .../document-editor/base-cs5/app/index.tsx | 2 +- .../document-editor/base-cs6/app/index.jsx | 2 +- .../document-editor/base-cs6/app/index.tsx | 2 +- .../customize-context-menu-cs1/app/index.jsx | 2 +- .../customize-context-menu-cs1/app/index.tsx | 2 +- .../export-container-cs1/app/index.jsx | 2 +- .../export-container-cs1/app/index.tsx | 2 +- .../export-container-cs2/app/index.jsx | 2 +- .../export-container-cs2/app/index.tsx | 2 +- .../export-container-cs3/app/index.jsx | 2 +- .../export-container-cs3/app/index.tsx | 2 +- .../export-container-cs4/app/index.jsx | 2 +- .../export-container-cs4/app/index.tsx | 2 +- .../open-default-document-cs1/app/index.jsx | 2 +- .../open-default-document-cs1/app/index.tsx | 2 +- .../open-default-document-cs2/app/index.jsx | 2 +- .../open-default-document-cs2/app/index.tsx | 2 +- .../document-editor/ruler-cs1/app/index.jsx | 2 +- .../document-editor/ruler-cs1/app/index.tsx | 2 +- .../document-editor/ruler-cs2/app/index.jsx | 2 +- .../document-editor/ruler-cs2/app/index.tsx | 2 +- .../document-editor/spinner-cs1/app/index.jsx | 2 +- .../document-editor/spinner-cs1/app/index.tsx | 2 +- .../app-composition.vue | 2 +- .../customize-context-menu-cs1/app.vue | 2 +- .../customize-context-menu-cs1/index.js | 2 +- .../export-container-cs1/app.vue | 2 +- .../export-container-cs1/index.js | 2 +- .../export-container-cs2/app.vue | 2 +- .../export-container-cs2/index.js | 2 +- .../export-container-cs3/app.vue | 2 +- .../export-container-cs3/index.js | 2 +- .../export-container-cs4/app.vue | 2 +- .../export-container-cs4/index.js | 2 +- .../getting-started-cs1/app-composition.vue | 2 +- .../getting-started-cs1/app.vue | 2 +- .../getting-started-cs1/index.js | 2 +- .../getting-started-cs2/app-composition.vue | 2 +- .../getting-started-cs2/app.vue | 2 +- .../getting-started-cs2/index.js | 2 +- .../getting-started-cs3/app-composition.vue | 2 +- .../getting-started-cs3/app.vue | 2 +- .../getting-started-cs3/index.js | 2 +- .../getting-started-cs4/app-composition.vue | 2 +- .../getting-started-cs4/app.vue | 2 +- .../getting-started-cs4/index.js | 2 +- .../getting-started-cs5/app-composition.vue | 2 +- .../getting-started-cs5/app.vue | 2 +- .../getting-started-cs5/index.js | 2 +- .../getting-started-cs6/app-composition.vue | 2 +- .../getting-started-cs6/app.vue | 2 +- .../getting-started-cs6/index.js | 2 +- .../app-composition.vue | 2 +- .../open-default-document-cs1/app.vue | 2 +- .../open-default-document-cs1/index.js | 2 +- .../app-composition.vue | 2 +- .../open-default-document-cs2/app.vue | 2 +- .../open-default-document-cs2/index.js | 2 +- .../ruler-cs1/app-composition.vue | 2 +- .../vue/document-editor/ruler-cs1/app.vue | 2 +- .../vue/document-editor/ruler-cs1/index.js | 2 +- .../ruler-cs2/app-composition.vue | 2 +- .../vue/document-editor/ruler-cs2/app.vue | 2 +- .../vue/document-editor/ruler-cs2/index.js | 2 +- .../spinner-cs1/app-composition.vue | 2 +- .../vue/document-editor/spinner-cs1/app.vue | 2 +- .../vue/document-editor/spinner-cs1/index.js | 2 +- 165 files changed, 428 insertions(+), 428 deletions(-) diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/customize-ribbon.md b/Document-Processing/Word/Word-Processor/angular/how-to/customize-ribbon.md index e2332498f..8e3de14e0 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/customize-ribbon.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/customize-ribbon.md @@ -48,7 +48,7 @@ import { SwitchModule } from '@syncfusion/ej2-angular-buttons'; imports: [DocumentEditorContainerModule, SwitchModule] }) export class AppComponent { - public hostUrl: string = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + public hostUrl: string = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; public toolbarMode: string = 'Ribbon'; @ViewChild('documenteditor_default') @@ -97,7 +97,7 @@ import { SwitchModule } from '@syncfusion/ej2-angular-buttons'; imports: [DocumentEditorContainerModule, SwitchModule] }) export class AppComponent { - public hostUrl: string = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + public hostUrl: string = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @ViewChild('documenteditor_default', { static: true }) public container!: DocumentEditorContainerComponent; @@ -152,7 +152,7 @@ import { SwitchModule } from '@syncfusion/ej2-angular-buttons'; imports: [DocumentEditorContainerModule, SwitchModule] }) export class AppComponent implements AfterViewInit { - public hostUrl: string = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + public hostUrl: string = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @ViewChild('documenteditor_default', { static: true }) public container!: DocumentEditorContainerComponent; @@ -237,7 +237,7 @@ import { SwitchModule } from '@syncfusion/ej2-angular-buttons'; imports: [DocumentEditorContainerModule, SwitchModule] }) export class AppComponent implements AfterViewInit { - public hostUrl: string = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + public hostUrl: string = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @ViewChild('documenteditor_default', { static: true }) public container!: DocumentEditorContainerComponent; @@ -331,7 +331,7 @@ import { SwitchModule } from '@syncfusion/ej2-angular-buttons'; imports: [DocumentEditorContainerModule, SwitchModule] }) export class AppComponent implements AfterViewInit { - public hostUrl: string = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + public hostUrl: string = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @ViewChild('documenteditor_default', { static: true }) public container!: DocumentEditorContainerComponent; diff --git a/Document-Processing/Word/Word-Processor/angular/ribbon.md b/Document-Processing/Word/Word-Processor/angular/ribbon.md index 1df5caf2f..8c36dc423 100644 --- a/Document-Processing/Word/Word-Processor/angular/ribbon.md +++ b/Document-Processing/Word/Word-Processor/angular/ribbon.md @@ -47,7 +47,7 @@ import { SwitchModule } from '@syncfusion/ej2-angular-buttons'; imports: [DocumentEditorContainerModule, SwitchModule, ] }) export class AppComponent { - public hostUrl: string = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + public hostUrl: string = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @ViewChild('documenteditor_default') public container: DocumentEditorContainerComponent; @@ -88,7 +88,7 @@ import { SwitchModule } from '@syncfusion/ej2-angular-buttons'; imports: [DocumentEditorContainerModule, SwitchModule, ] }) export class AppComponent { - public hostUrl: string = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + public hostUrl: string = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @ViewChild('documenteditor_default') public container: DocumentEditorContainerComponent; diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/open-document-by-address.md b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/open-document-by-address.md index eb5c723ce..cb6ef7711 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/how-to/open-document-by-address.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/how-to/open-document-by-address.md @@ -58,7 +58,7 @@ export class App extends React.Component<{}, {}> { { this.container = scope; }} height={'590px'} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true} />
diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/ribbon.md b/Document-Processing/Word/Word-Processor/asp-net-core/ribbon.md index bf574f342..1fcbef3b8 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/ribbon.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/ribbon.md @@ -28,7 +28,7 @@ The following code shows the how to enable the `Ribbon` in Document Editor. ```typescript - + @@ -47,7 +47,7 @@ The following code shows the how to configure the ribbon layout in Document Edit ```typescript - + diff --git a/Document-Processing/Word/Word-Processor/asp-net-core/table.md b/Document-Processing/Word/Word-Processor/asp-net-core/table.md index 0fd623f9b..91d5fd68d 100644 --- a/Document-Processing/Word/Word-Processor/asp-net-core/table.md +++ b/Document-Processing/Word/Word-Processor/asp-net-core/table.md @@ -29,7 +29,7 @@ You can use the `maximumRows` property to set the maximum number of rows allowed Refer to the following sample code. ```ts - + ``` -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Events diff --git a/Document-Processing/Word/Word-Processor/vue/document-management.md b/Document-Processing/Word/Word-Processor/vue/document-management.md index b4b129591..bcfcd1847 100644 --- a/Document-Processing/Word/Word-Processor/vue/document-management.md +++ b/Document-Processing/Word/Word-Processor/vue/document-management.md @@ -63,7 +63,7 @@ The following code shows Restrict Editing Pane. To unprotect the document, use p {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/getting-started-cs1" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## See Also diff --git a/Document-Processing/Word/Word-Processor/vue/export.md b/Document-Processing/Word/Word-Processor/vue/export.md index b489c530c..accd6e05f 100644 --- a/Document-Processing/Word/Word-Processor/vue/export.md +++ b/Document-Processing/Word/Word-Processor/vue/export.md @@ -42,7 +42,7 @@ The following example shows how to export documents in Document Editor as Syncfu {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/export-container-cs1" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Word export @@ -69,7 +69,7 @@ The following example shows how to export the document as Word document (.docx). {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/export-container-cs2" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Template export @@ -93,7 +93,7 @@ The following example shows how to export the document as Word Template (.dotx). {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/export-container-cs4" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Text export @@ -118,7 +118,7 @@ The following example shows how to export document as text document (.txt). {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/export-container-cs3" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Export as blob diff --git a/Document-Processing/Word/Word-Processor/vue/form-fields.md b/Document-Processing/Word/Word-Processor/vue/form-fields.md index 26ac39f85..7a4328908 100644 --- a/Document-Processing/Word/Word-Processor/vue/form-fields.md +++ b/Document-Processing/Word/Word-Processor/vue/form-fields.md @@ -142,7 +142,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { onMounted, provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditorContainer', [Toolbar]) @@ -171,7 +171,7 @@ export default { 'ejs-documenteditorcontainer': DocumentEditorContainerComponent }, data() { - return { serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' }; + return { serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { //Inject require modules. @@ -189,6 +189,6 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: In enforce Protection method, first parameter denotes password and second parameter denotes protection type. Possible values of protection type are `NoProtection |ReadOnly |FormFieldsOnly`. In stop protection method, parameter denotes the password. \ No newline at end of file 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 cc0faf10a..765e06ce3 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 @@ -175,7 +175,7 @@ import { DocumentEditorComponent, Print, SfdtExport, WordExport, TextExport, Sel import { provide } from 'vue'; import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog } from '@syncfusion/ej2-vue-documenteditor'; - const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const documenteditor = null; provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]); @@ -196,7 +196,7 @@ import { DocumentEditorComponent, Print, SfdtExport, WordExport, TextExport, Sel }, data () { return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -208,7 +208,7 @@ import { DocumentEditorComponent, Print, SfdtExport, WordExport, TextExport, Sel {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. **Step 4:** Summarizing the above steps, update the `src/App.vue` file with following code. @@ -223,7 +223,7 @@ import { DocumentEditorComponent, Print, SfdtExport, WordExport, TextExport, Sel import { provide } from 'vue'; import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog } from '@syncfusion/ej2-vue-documenteditor'; - const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const documenteditor = null; provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]); @@ -260,7 +260,7 @@ import { DocumentEditorComponent, Print, SfdtExport, WordExport, TextExport, Sel }, data () { return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -284,7 +284,7 @@ import { DocumentEditorComponent, Print, SfdtExport, WordExport, TextExport, Sel {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. #### Running the DocumentEditor application @@ -352,7 +352,7 @@ Follow the below steps to add the Vue DocumentEditorContainer component using `C import { provide } from 'vue'; import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; - const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const documentEditorContainer = null; provide('DocumentEditorContainer', [Toolbar]); @@ -373,7 +373,7 @@ Follow the below steps to add the Vue DocumentEditorContainer component using `C }, data () { return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -385,7 +385,7 @@ Follow the below steps to add the Vue DocumentEditorContainer component using `C {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. **Step 4:** Summarizing the above steps, update the `src/App.vue` file with following code. @@ -400,7 +400,7 @@ Follow the below steps to add the Vue DocumentEditorContainer component using `C import { provide, ref } from 'vue'; import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; - const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const documentEditorContainer = ref(null); provide('DocumentEditorContainer', [Toolbar]); @@ -437,7 +437,7 @@ Follow the below steps to add the Vue DocumentEditorContainer component using `C }, data () { return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -461,7 +461,7 @@ Follow the below steps to add the Vue DocumentEditorContainer component using `C {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. #### Running the DocumentEditorContainer application diff --git a/Document-Processing/Word/Word-Processor/vue/getting-started.md b/Document-Processing/Word/Word-Processor/vue/getting-started.md index de7df8d17..e9f088ba1 100644 --- a/Document-Processing/Word/Word-Processor/vue/getting-started.md +++ b/Document-Processing/Word/Word-Processor/vue/getting-started.md @@ -157,7 +157,7 @@ Add the Vue Document Editor by using `` selector in `` selector in ` ``` -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. > The Document Editor requires server-side interactions for the following operations: > @@ -196,7 +196,7 @@ Output will be displayed as follows. {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/getting-started-cs2" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ### DocumentEditorContainer Component @@ -234,7 +234,7 @@ Add the Vue DocumentEditorContainer by using `` sel Vue.use(DocumentEditorContainerPlugin); export default { data(){ - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { //Inject require modules. @@ -244,7 +244,7 @@ Add the Vue DocumentEditorContainer by using `` sel ``` -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. #### Run the DocumentEditorContainer application @@ -264,7 +264,7 @@ DocumentEditorContainer output will be displayed as follows. {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/getting-started-cs3" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Frequently Asked Questions diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md b/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md index 1bbbbf8ea..1a7a0ba58 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document-in-document-editor.md @@ -31,7 +31,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const contentChanged = ref(false); //Inject require modules. @@ -95,7 +95,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', contentChanged: false }; }, @@ -148,7 +148,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * In server-side, configure the access key and secret key in `web.config` file and register profile in `startup.cs`. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document.md b/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document.md index 13928706a..f0e7e46cc 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/auto-save-document.md @@ -31,7 +31,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const contentChanged = ref(false); //Inject require modules. @@ -95,7 +95,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', contentChanged: false }; }, @@ -148,7 +148,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * In server-side, Receives the stream content from client-side and process it to save the document in Server or Database from the received stream. Add Web API in controller file like below to save the document. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/change-the-default-search-highlight-color.md b/Document-Processing/Word/Word-Processor/vue/how-to/change-the-default-search-highlight-color.md index 4190e3827..362b6e0d0 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/change-the-default-search-highlight-color.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/change-the-default-search-highlight-color.md @@ -29,7 +29,7 @@ The following example code illustrates how to change the default search highligh import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; // Add required color to change the default search highlight color const settings = { searchHighlightColor: 'Grey' } @@ -56,7 +56,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', // Add required color to change the default search highlight color settings: { searchHighlightColor: 'Grey' } } @@ -71,7 +71,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Output will be like below: diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/customize-color-picker.md b/Document-Processing/Word/Word-Processor/vue/how-to/customize-color-picker.md index d04850c90..a10e6803c 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/customize-color-picker.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/customize-color-picker.md @@ -30,7 +30,7 @@ The following example code illustrates how to Customize the color picker in Docu export default { data() { - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', settings:{ colorPickerSettings: { mode: 'Palette', modeSwitcher: true, showButtons: true } } }; }, provide: { @@ -41,7 +41,7 @@ The following example code illustrates how to Customize the color picker in Docu ``` -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. | Property | Behavior | |---|---| diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/customize-context-menu.md b/Document-Processing/Word/Word-Processor/vue/how-to/customize-context-menu.md index 26cfdf896..26f92dd56 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/customize-context-menu.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/customize-context-menu.md @@ -32,7 +32,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -95,7 +95,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -147,7 +147,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ### Customize custom option in context menu @@ -173,7 +173,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -211,7 +211,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -238,7 +238,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. #### Customize added context menu items @@ -258,7 +258,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -327,7 +327,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -385,7 +385,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. The following is the output of custom context menu with customization. @@ -400,7 +400,7 @@ The following is the output of custom context menu with customization. {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. #### Customize Context Menu with sub-menu items @@ -422,7 +422,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -491,7 +491,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -540,5 +540,5 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/customize-font-family-drop-down.md b/Document-Processing/Word/Word-Processor/vue/how-to/customize-font-family-drop-down.md index 8d970225e..49d92b1c8 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/customize-font-family-drop-down.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/customize-font-family-drop-down.md @@ -29,7 +29,7 @@ The following example code illustrates how to change the font families in Docume import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; // Add required font families to list it in font drop down const settings = { fontFamilies: ['Algerian', 'Arial', 'Calibri', 'Cambria'] } @@ -56,7 +56,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', // Add required font families to list it in font drop down settings: { fontFamilies: ['Algerian', 'Arial', 'Calibri', 'Cambria'] } }; @@ -71,7 +71,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Output will be like below: diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/deploy-document-editor-component-for-mobile.md b/Document-Processing/Word/Word-Processor/vue/how-to/deploy-document-editor-component-for-mobile.md index 98947bbab..58ef3f9e7 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/deploy-document-editor-component-for-mobile.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/deploy-document-editor-component-for-mobile.md @@ -33,7 +33,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -84,7 +84,7 @@ export default { 'ejs-documenteditorcontainer': DocumentEditorContainerComponent }, data() { - return { serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { //Inject require modules. @@ -123,7 +123,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can download the complete working example from this [GitHub location](https://github.com/SyncfusionExamples/Deploy-Document-Editor-in-Mobile-Friendly-Web-page/) diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/disable-drag-and-drop.md b/Document-Processing/Word/Word-Processor/vue/how-to/disable-drag-and-drop.md index 518f5c981..c37795480 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/disable-drag-and-drop.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/disable-drag-and-drop.md @@ -25,7 +25,7 @@ The following example illustrates to customize the drag and drop option. @@ -46,7 +46,7 @@ export default { }, data: function () { return { - hostUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + hostUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', settings: { allowDragAndDrop: false } } } @@ -56,7 +56,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: Default value of [`allowDragAndDrop`](https://ej2.syncfusion.com/vue/documentation/api/document-editor-container/documenteditorsettings#allowDragAndDrop) property is `true`. @@ -74,7 +74,7 @@ The following example illustrates to disable the drag and drop option in Documen @@ -95,7 +95,7 @@ export default { }, data: function() { return { - hostUrl : 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + hostUrl : 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', settings : { allowDragAndDrop: false } } } @@ -105,6 +105,6 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: Default value of [`allowDragAndDrop`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/documenteditorsettings#allowDragAndDrop) property is `true`. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/disable-header-and-footer-edit-in-document-editor.md b/Document-Processing/Word/Word-Processor/vue/how-to/disable-header-and-footer-edit-in-document-editor.md index 0d054ac99..4450d14c5 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/disable-header-and-footer-edit-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/disable-header-and-footer-edit-in-document-editor.md @@ -33,7 +33,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -70,7 +70,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -97,7 +97,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Otherwise, you can disable clicking inside Header or Footer by using [`closeHeaderFooter`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/selection#closeheaderfooter) API in selection module. @@ -117,7 +117,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -151,7 +151,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -175,7 +175,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Disable header and footer edit in DocumentEditor instance @@ -204,7 +204,7 @@ import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordEx import { provide, ref } from 'vue'; const documentEditor = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]) @@ -248,7 +248,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { @@ -275,4 +275,4 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/disable-optimized-text-measuring.md b/Document-Processing/Word/Word-Processor/vue/how-to/disable-optimized-text-measuring.md index 055ec2d3d..8920d0575 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/disable-optimized-text-measuring.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/disable-optimized-text-measuring.md @@ -30,7 +30,7 @@ The following example code illustrates how to disable optimized text measuring i import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const settings = { enableOptimizedTextMeasuring: false }; //Inject require modules. @@ -56,7 +56,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', settings: { enableOptimizedTextMeasuring: false } }; }, @@ -70,7 +70,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Disable optimized text measuring in `DocumentEditor` instance @@ -96,7 +96,7 @@ The following example code illustrates how to disable optimized text measuring i import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const settings = { enableOptimizedTextMeasuring: false }; //Inject require modules. @@ -129,7 +129,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', settings: { enableOptimizedTextMeasuring: false } }; }, @@ -143,4 +143,4 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/enable-ruler-in-document-editor-component.md b/Document-Processing/Word/Word-Processor/vue/how-to/enable-ruler-in-document-editor-component.md index e5f67d843..25daa13b3 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/enable-ruler-in-document-editor-component.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/enable-ruler-in-document-editor-component.md @@ -27,7 +27,7 @@ The following example illustrates how to enable ruler in Document Editor {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/ruler-cs1" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## How to enable ruler in Document Editor Container component @@ -46,4 +46,4 @@ The following example illustrates how to enable ruler in Document Editor Contain {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/ruler-cs2" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md index 2bc923512..b397aa5a1 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/export-document-as-pdf.md @@ -43,7 +43,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -119,7 +119,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -176,7 +176,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Export document as pdf in server-side using Syncfusion® DocIO @@ -203,7 +203,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -241,7 +241,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -267,7 +267,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Using Save API in server-side, you can convert the sfdt to stream. * Finally, convert the stream to Pdf using [`Syncfusion.DocIORenderer.Net.Core`](https://www.nuget.org/packages/Syncfusion.DocIORenderer.Net.Core) library. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/get-current-word.md b/Document-Processing/Word/Word-Processor/vue/how-to/get-current-word.md index 3cba61411..9d33a8917 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/get-current-word.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/get-current-word.md @@ -32,7 +32,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -73,7 +73,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -103,7 +103,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. To get the bookmark content as SFDT (rich text), please check this [`link`](../how-to/get-the-selected-content#get-the-selected-content-as-sfdt-rich-text) @@ -127,7 +127,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -164,7 +164,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -190,4 +190,4 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/get-the-selected-content.md b/Document-Processing/Word/Word-Processor/vue/how-to/get-the-selected-content.md index 5ef1a3dc0..0ea4a67e7 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/get-the-selected-content.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/get-the-selected-content.md @@ -32,7 +32,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -88,7 +88,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -132,7 +132,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, @@ -160,7 +160,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -200,7 +200,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -230,7 +230,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. You can add the following custom options using this API, diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/hide-tool-bar-and-properties-pane.md b/Document-Processing/Word/Word-Processor/vue/how-to/hide-tool-bar-and-properties-pane.md index d2ef3ee8a..dade3bdc5 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/hide-tool-bar-and-properties-pane.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/hide-tool-bar-and-properties-pane.md @@ -33,7 +33,7 @@ The following example code illustrates how to hide the properties pane. import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -59,7 +59,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -72,7 +72,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: Positioning and customizing the properties pane in Document editor container is not possible. Instead, you can hide the exiting properties pane and create your own pane using public API's. @@ -95,7 +95,7 @@ The following example code illustrates how to hide the existing toolbar. import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -121,7 +121,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -134,7 +134,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## See Also diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/insert-page-number-and-navigate-to-page.md b/Document-Processing/Word/Word-Processor/vue/how-to/insert-page-number-and-navigate-to-page.md index 2b076265c..ef3780982 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/insert-page-number-and-navigate-to-page.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/insert-page-number-and-navigate-to-page.md @@ -34,7 +34,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -68,7 +68,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -91,7 +91,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Also, you use [`insertField`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/editor#insertfield) API in Editor module to insert the Page number in current position @@ -121,7 +121,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -153,7 +153,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -174,7 +174,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Navigate to specific page @@ -196,7 +196,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -226,7 +226,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -245,4 +245,4 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-in-current-position.md b/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-in-current-position.md index 48f1a042b..5d8e2c6c3 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-in-current-position.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-in-current-position.md @@ -135,7 +135,7 @@ The following example illustrates how to insert the HTML content at current curs import { provide, ref } from 'vue'; const container = ref(null); - const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -180,7 +180,7 @@ The following example illustrates how to insert the HTML content at current curs }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -216,7 +216,7 @@ The following example illustrates how to insert the HTML content at current curs {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. * Please refer the following code example for server-side web implementation for HTML conversion using DocumentEditor. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-or-image-in-table-programmatically.md b/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-or-image-in-table-programmatically.md index 3b69af4ec..0a84cc2b1 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-or-image-in-table-programmatically.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/insert-text-or-image-in-table-programmatically.md @@ -30,7 +30,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -110,7 +110,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -179,7 +179,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. The output will be like below. ![Insert text or image in table programmatically](../images/table-image.png) \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/move-selection-to-specific-position.md b/Document-Processing/Word/Word-Processor/vue/how-to/move-selection-to-specific-position.md index cfd3ecddc..1ecfe8c04 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/move-selection-to-specific-position.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/move-selection-to-specific-position.md @@ -58,7 +58,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -90,7 +90,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -112,7 +112,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Document editor have [`selectionChange`](https://ej2.syncfusion.com/vue/documentation/api/document-editor#selectionchange) event which is triggered whenever the selection changes in Document. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/open-default-document.md b/Document-Processing/Word/Word-Processor/vue/how-to/open-default-document.md index 6053b5aeb..2bbfc3ab5 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/open-default-document.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/open-default-document.md @@ -31,7 +31,7 @@ The following example illustrates how to open the default SFDT content once Docu {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/open-default-document-cs1" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Opening a default document in DocumentEditorContainer @@ -46,4 +46,4 @@ The following example illustrates how to open the default SFDT content once Docu {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/open-default-document-cs2" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/open-document-by-address.md b/Document-Processing/Word/Word-Processor/vue/how-to/open-document-by-address.md index 32b40593f..a4a8e1bc1 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/open-document-by-address.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/open-document-by-address.md @@ -31,7 +31,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -75,7 +75,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -107,7 +107,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. please refer below example for server-side code diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/read-only-by-default.md b/Document-Processing/Word/Word-Processor/vue/how-to/read-only-by-default.md index 8e2286f41..e2e1c725c 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/read-only-by-default.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/read-only-by-default.md @@ -25,7 +25,7 @@ In this article, we are going to see how to open a document in read only mode by {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/getting-started-cs4" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## How to open a document in ready only mode by default in DocumentEditorContainer @@ -40,6 +40,6 @@ In this article, we are going to see how to open a document in read only mode by {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/getting-started-cs5" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Note: You can use the `restrictEditing` in Document Editor Container and `isReadOnly` in Document Editor based on your requirement to change component to read only mode. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/resize-document-editor.md b/Document-Processing/Word/Word-Processor/vue/how-to/resize-document-editor.md index a9e2d0575..0e55df1b6 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/resize-document-editor.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/resize-document-editor.md @@ -56,7 +56,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -98,7 +98,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -130,4 +130,4 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/retrieve-the-bookmark-content-as-text.md b/Document-Processing/Word/Word-Processor/vue/how-to/retrieve-the-bookmark-content-as-text.md index 7bb1737aa..97f0f9a3e 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/retrieve-the-bookmark-content-as-text.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/retrieve-the-bookmark-content-as-text.md @@ -32,7 +32,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -72,7 +72,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -101,7 +101,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. To get the bookmark content as SFDT (rich text), please check this [`link`](../how-to/get-the-selected-content#get-the-selected-content-as-sfdt-rich-text) @@ -125,7 +125,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -160,7 +160,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -184,7 +184,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Get the whole document content as SFDT(rich text) @@ -206,7 +206,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -240,7 +240,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -262,7 +262,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Get the header content as text @@ -298,7 +298,7 @@ import { provide } from "vue"; data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide('//Inject require modules. @@ -320,6 +320,6 @@ import { provide } from "vue"; ``` -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Similarly, you can use [`goToFooter`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/selection#gotofooter) API to navigate the selection to the footer and then use [`text`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/selection#text-code-classlanguage-textstringcode) API to get the content as plain text. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/set-default-format-in-document-editor.md b/Document-Processing/Word/Word-Processor/vue/how-to/set-default-format-in-document-editor.md index 13281b2fa..e2c7b18e9 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/set-default-format-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/set-default-format-in-document-editor.md @@ -32,7 +32,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -61,7 +61,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -79,7 +79,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Similarly, you can change the required [`CharacterFormatProperties`](https://ej2.syncfusion.com/vue/documentation/api/document-editor/characterFormatProperties) default value. @@ -99,7 +99,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -139,7 +139,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -168,7 +168,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Set the default paragraph format @@ -190,7 +190,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -225,7 +225,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -249,7 +249,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Set the default section format @@ -271,7 +271,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -310,7 +310,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { @@ -338,4 +338,4 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/how-to/show-hide-spinner.md b/Document-Processing/Word/Word-Processor/vue/how-to/show-hide-spinner.md index cfd7fdc6f..87ce5a894 100644 --- a/Document-Processing/Word/Word-Processor/vue/how-to/show-hide-spinner.md +++ b/Document-Processing/Word/Word-Processor/vue/how-to/show-hide-spinner.md @@ -35,6 +35,6 @@ Refer to the following example. {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/spinner-cs1" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor//` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor//` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: In above example, we have used setInterval to hide spinner, just for demo purpose. diff --git a/Document-Processing/Word/Word-Processor/vue/link.md b/Document-Processing/Word/Word-Processor/vue/link.md index a09c00328..59f4fd148 100644 --- a/Document-Processing/Word/Word-Processor/vue/link.md +++ b/Document-Processing/Word/Word-Processor/vue/link.md @@ -49,7 +49,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditorContainer', [Toolbar]) @@ -90,7 +90,7 @@ export default { }, data: function () { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -120,7 +120,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. If the selection is in hyperlink, trigger this event by calling `navigateHyperlink` method of `Selection` instance. Refer to the following example. diff --git a/Document-Processing/Word/Word-Processor/vue/notes.md b/Document-Processing/Word/Word-Processor/vue/notes.md index 366c73b85..829f0e5de 100644 --- a/Document-Processing/Word/Word-Processor/vue/notes.md +++ b/Document-Processing/Word/Word-Processor/vue/notes.md @@ -43,7 +43,7 @@ import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordEx import { provide, ref } from 'vue'; const documenteditor = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]); @@ -83,7 +83,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -104,7 +104,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Insert endnotes @@ -133,7 +133,7 @@ import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordEx import { provide, ref } from 'vue'; const documenteditor = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]) @@ -173,7 +173,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { @@ -193,7 +193,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Update or edit footnotes and endnotes diff --git a/Document-Processing/Word/Word-Processor/vue/print.md b/Document-Processing/Word/Word-Processor/vue/print.md index e98a75f9d..f66f3e43d 100644 --- a/Document-Processing/Word/Word-Processor/vue/print.md +++ b/Document-Processing/Word/Word-Processor/vue/print.md @@ -57,7 +57,7 @@ The following example code illustrates how to improve the print quality in Docum import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const settings = { printDevicePixelRatio: 2 }; //Inject require modules. @@ -83,7 +83,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', settings: { printDevicePixelRatio: 2 } }; }, @@ -97,7 +97,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. >Note: By default, printDevicePixelRatio value is 1. diff --git a/Document-Processing/Word/Word-Processor/vue/restrict-editing.md b/Document-Processing/Word/Word-Processor/vue/restrict-editing.md index e8c5fd23b..eb3ea7e7a 100644 --- a/Document-Processing/Word/Word-Processor/vue/restrict-editing.md +++ b/Document-Processing/Word/Word-Processor/vue/restrict-editing.md @@ -64,7 +64,7 @@ The following code shows Restrict Editing Pane. To unprotect the document, use p {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/getting-started-cs6" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## See Also diff --git a/Document-Processing/Word/Word-Processor/vue/track-changes.md b/Document-Processing/Word/Word-Processor/vue/track-changes.md index 9eb5c7852..6b6f96514 100644 --- a/Document-Processing/Word/Word-Processor/vue/track-changes.md +++ b/Document-Processing/Word/Word-Processor/vue/track-changes.md @@ -35,7 +35,7 @@ The following example demonstrates how to enable track changes. export default { data() { - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'}; + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'}; }, provide: { //Inject require modules. @@ -71,7 +71,7 @@ The following example code illustrates how to show/hide the revisions pane. export default { data() { - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'}; + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'}; }, provide: { //Inject require modules. @@ -85,7 +85,7 @@ The following example code illustrates how to show/hide the revisions pane. ``` -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Get all tracked revisions @@ -187,7 +187,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { onMounted, provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]) @@ -217,7 +217,7 @@ export default { 'ejs-documenteditorcontainer': DocumentEditorContainerComponent }, data() { - return { serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' }; + return { serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { //Inject require modules. @@ -235,7 +235,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Tracked changes only protection can be enabled in UI by using [Restrict Editing pane](./document-management#restrict-editing-pane) diff --git a/Document-Processing/Word/Word-Processor/vue/view.md b/Document-Processing/Word/Word-Processor/vue/view.md index b09ac7b84..9b8730700 100644 --- a/Document-Processing/Word/Word-Processor/vue/view.md +++ b/Document-Processing/Word/Word-Processor/vue/view.md @@ -34,7 +34,7 @@ The following example illustrates how to enable ruler in Document Editor {% previewsample "page.domainurl/code-snippet/document-editor/vue/document-editor/ruler-cs1" %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Heading Navigation Pane @@ -56,7 +56,7 @@ The following example demonstrates how to enable the heading navigation pane in export default { data() { - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', settings:{ showNavigationPane : true} }; }, provide: { @@ -67,4 +67,4 @@ The following example demonstrates how to enable the heading navigation pane in ``` -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. diff --git a/Document-Processing/Word/Word-Processor/vue/web-services-overview.md b/Document-Processing/Word/Word-Processor/vue/web-services-overview.md index 7ced3df30..1a4854bee 100644 --- a/Document-Processing/Word/Word-Processor/vue/web-services-overview.md +++ b/Document-Processing/Word/Word-Processor/vue/web-services-overview.md @@ -71,7 +71,7 @@ The following example code illustrates how to customize the method name using se import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; // Customize the API name const settings = { import: 'Import1', systemClipboard: 'SystemClipboard1', spellCheck: 'SpellCheck1', restrictEditing: 'RestrictEditing1' }; @@ -97,7 +97,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', // Customize the API name settings: { import: 'Import1', systemClipboard: 'SystemClipboard1', spellCheck: 'SpellCheck1', restrictEditing: 'RestrictEditing1' } }; @@ -112,7 +112,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Add the custom headers to XMLHttpRequest @@ -131,7 +131,7 @@ Document editor component provides an an option to add custom headers of XMLHttp import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; import { provide } from 'vue'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; // custom headers const customHeaders = [{ 'Authorization': 'Bearer YOUR_ACCESS_TOKEN' }, { 'Content-Type': 'application/json' }] @@ -158,7 +158,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', // custom headers customHeaders: [{ 'Authorization': 'Bearer YOUR_ACCESS_TOKEN' }, { 'Content-Type': 'application/json' }] }; @@ -173,7 +173,7 @@ export default { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. ## Modify the XMLHttpRequest before request send @@ -197,7 +197,7 @@ import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar import { onMounted, provide, ref } from 'vue'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; //Inject require modules. provide('DocumentEditorContainer', [Toolbar]); @@ -235,7 +235,7 @@ onMounted(function () { Vue.use(DocumentEditorContainerPlugin); export default { data() { - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'}; + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'}; }, provide: { //Inject require modules. @@ -263,6 +263,6 @@ onMounted(function () { {% endhighlight %} {% endtabs %} -> The Web API hosted link `https://document.syncfusion.com/web-services/word-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. +> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. Note: Find the customizable serverActionType values are `'Import' | 'RestrictEditing' | 'SpellCheck' | 'SystemClipboard'`. \ No newline at end of file diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.jsx index 72a3094cd..7c2f7f2c9 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.jsx @@ -20,7 +20,7 @@ function App() { { documenteditorcontainer = scope; created(); - }} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true}/> + }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true}/> ); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.tsx index 1fd9cab1c..22b26e633 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/accessibility-cs1/app/index.tsx @@ -26,7 +26,7 @@ function App() { { documenteditorcontainer = scope; created(); - }} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true}/> + }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true}/> ); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.jsx index cdcf2c94b..62c3d37ff 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.jsx @@ -15,7 +15,7 @@ function App() { //Open the document in Document Editor. container.documentEditor.open(sfdt); }); - container.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; } return ( { container = scope; }}/>); } diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.tsx index f15c7815c..f54d38a87 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs1/app/index.tsx @@ -18,7 +18,7 @@ ComponentDidMount(); //Open the document in Document Editor. container.documentEditor.open(sfdt); }); - container.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; } return ( diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.jsx index 944f6d097..bc70e88dd 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.jsx @@ -3,7 +3,7 @@ import * as React from 'react'; import { DocumentEditorComponent, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog } from '@syncfusion/ej2-react-documenteditor'; DocumentEditorComponent.Inject(Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog); function Default() { - return (); + return (); } export default Default; const root = ReactDOM.createRoot(document.getElementById('sample')); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.tsx index 5d32bd8a5..5c308a3d7 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs2/app/index.tsx @@ -15,7 +15,7 @@ import { DocumentEditorComponent.Inject(Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog); function Default() { return ( - ); + return (); } export default Default; const root = ReactDOM.createRoot(document.getElementById('sample')); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs3/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs3/app/index.tsx index 03b31bbc7..a4fbe66cf 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs3/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs3/app/index.tsx @@ -9,7 +9,7 @@ import { DocumentEditorContainerComponent.Inject(Toolbar); function Default() { return ( - ); + ); } export default Default const root = ReactDOM.createRoot(document.getElementById('sample')); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.jsx index ae6d76a6f..e7162e21b 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.jsx @@ -22,7 +22,7 @@ function App() { onLoadDefault(); }); } - return ( { documentEditor = scope; }} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" isReadOnly={false} enablePrint={true} enableSelection={true} enableEditor={true} enableEditorHistory={true} enableContextMenu={true} enableSearch={true} enableOptionsPane={true} enableBookmarkDialog={true} enableBordersAndShadingDialog={true} enableFontDialog={true} enableTableDialog={true} enableParagraphDialog={true} enableHyperlinkDialog={true} enableImageResizer={true} enableListDialog={true} enablePageSetupDialog={true} enableSfdtExport={true} enableStyleDialog={true} enableTableOfContentsDialog={true} enableTableOptionsDialog={true} enableTablePropertiesDialog={true} enableTextExport={true} enableWordExport={true} height={'330px'}/>); + return ( { documentEditor = scope; }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" isReadOnly={false} enablePrint={true} enableSelection={true} enableEditor={true} enableEditorHistory={true} enableContextMenu={true} enableSearch={true} enableOptionsPane={true} enableBookmarkDialog={true} enableBordersAndShadingDialog={true} enableFontDialog={true} enableTableDialog={true} enableParagraphDialog={true} enableHyperlinkDialog={true} enableImageResizer={true} enableListDialog={true} enablePageSetupDialog={true} enableSfdtExport={true} enableStyleDialog={true} enableTableOfContentsDialog={true} enableTableOptionsDialog={true} enableTablePropertiesDialog={true} enableTextExport={true} enableWordExport={true} height={'330px'}/>); } export default App; ReactDOM.render(, document.getElementById('sample')); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.tsx index 8124986a7..3d79d3a38 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs4/app/index.tsx @@ -31,7 +31,7 @@ function App() { }); } return ( - { documentEditor = scope; }} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" isReadOnly={false} enablePrint={true} + { documentEditor = scope; }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" isReadOnly={false} enablePrint={true} enableSelection={true} enableEditor={true} enableEditorHistory={true} enableContextMenu={true} enableSearch={true} enableOptionsPane={true} enableBookmarkDialog={true} enableBordersAndShadingDialog={true} enableFontDialog={true} enableTableDialog={true} enableParagraphDialog={true} enableHyperlinkDialog={true} enableImageResizer={true} enableListDialog={true} diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.jsx index a62bfc145..ae942f4a6 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.jsx @@ -20,7 +20,7 @@ function App() { onLoadDefault(); }); } - return ( { documenteditorcontainer = scope; onLoadDefault(); }} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" height={'590px'} enableToolbar={true}/>); + return ( { documenteditorcontainer = scope; onLoadDefault(); }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" height={'590px'} enableToolbar={true}/>); } export default App; ReactDOM.render(, document.getElementById('sample')); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.tsx index 565e21a8f..00103a248 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs5/app/index.tsx @@ -24,7 +24,7 @@ function App() { }); } return ( { documenteditorcontainer = scope; onLoadDefault(); }} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" height={'590px'} enableToolbar={true} />); + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" height={'590px'} enableToolbar={true} />); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.jsx index 3b562c0da..55aeb3479 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.jsx @@ -11,7 +11,7 @@ export class Default extends React.Component { //Open the document in Document Editor. this.container.documentEditor.open(sfdt); }); - this.container.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + this.container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; } render() { return ( { this.container = scope; }}/>); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.tsx index 60d02f4c5..b75fa6188 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/base-cs6/app/index.tsx @@ -16,7 +16,7 @@ export class Default extends React.Component<{}, {}> { //Open the document in Document Editor. this.container.documentEditor.open(sfdt); }); - this.container.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + this.container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; } render() { diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.jsx index 5ce693bba..26da2f4d5 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.jsx @@ -43,7 +43,7 @@ function App() { } return ( { container = scope; - }} height={'590px'} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true} created={onCreate}/>); + }} height={'590px'} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true} created={onCreate}/>); } export default App; ReactDOM.render(, document.getElementById('sample')); \ No newline at end of file diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.tsx index 2758788e7..b47fcaf99 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/customize-context-menu-cs1/app/index.tsx @@ -56,7 +56,7 @@ function App() { container = scope; }} height={'590px'} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true} created={onCreate} /> diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.jsx index 11e1bda33..f1fed106d 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.jsx @@ -14,7 +14,7 @@ function App() { } return (
- +
); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.tsx index 5e92d3d00..cb45834ee 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs1/app/index.tsx @@ -18,7 +18,7 @@ function App() { return (
- ; + ;
); } diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.jsx index 0830d60db..bd2b4292b 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.jsx @@ -14,7 +14,7 @@ function App() { } return (
- +
); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.tsx index 05edf5c6f..3aa967918 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs2/app/index.tsx @@ -19,7 +19,7 @@ function App() { return (
- ; + ;
); } diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.jsx index a10d28b22..f5d852c40 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.jsx @@ -14,7 +14,7 @@ function App() { } return (
- +
); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.tsx index 89854637d..573f34952 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs3/app/index.tsx @@ -18,7 +18,7 @@ function App() { return (
- ; + ;
); } diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.jsx index f64fe63ba..e1d65dabc 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.jsx @@ -13,7 +13,7 @@ function App() { } return (
- +
); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.tsx index 590108552..64372fbd2 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/export-container-cs4/app/index.tsx @@ -18,7 +18,7 @@ function App() { return (
- ; + ;
); } diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.jsx index 0e516a17c..2266b9145 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.jsx @@ -22,7 +22,7 @@ function App() { return ( { container = scope; created(); - }} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/"/>); + }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/"/>); } export default App; ReactDOM.render(, document.getElementById('sample')); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.tsx index d525aeea2..50231e330 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs1/app/index.tsx @@ -26,7 +26,7 @@ function App() { container = scope; created(); }} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" /> ); } diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.jsx index fd58fa9fa..c96819c74 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.jsx @@ -22,7 +22,7 @@ function App() { return ( { documenteditorcontainer = scope; created(); - }} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true}/>); + }} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true}/>); } export default App; ReactDOM.render(, document.getElementById('sample')); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.tsx index 5b528e20f..9d4fd8941 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/open-default-document-cs2/app/index.tsx @@ -26,7 +26,7 @@ function App() { documenteditorcontainer = scope; created(); }} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true} /> + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true} /> ); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.jsx index 6a7ce5c88..3f54d92d4 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.jsx @@ -25,7 +25,7 @@ function App() { container = scope; created(); }} enableEditor={true} enableSelection={true} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" /> diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.tsx index ec42d500e..602f62580 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs1/app/index.tsx @@ -33,7 +33,7 @@ function App() { container = scope; created(); }} enableEditor={true} enableSelection={true} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" /> ); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.jsx index c95776d89..83642fb88 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.jsx @@ -27,7 +27,7 @@ function App() { documenteditorcontainer = scope; created(); }} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true} /> + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true} /> ); diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.tsx index cb5d4fe35..026101f5d 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/ruler-cs2/app/index.tsx @@ -27,7 +27,7 @@ function App() { documenteditorcontainer = scope; created(); }} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true} /> + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true} /> diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.jsx b/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.jsx index f0101d8ab..e9dc37480 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.jsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.jsx @@ -31,7 +31,7 @@ function App() { { container = scope; - }} height={'590px'} serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" enableToolbar={true}/> + }} height={'590px'} serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true}/> ); } export default App; diff --git a/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.tsx b/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.tsx index eecca66ab..9b91a624f 100644 --- a/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.tsx +++ b/Document-Processing/code-snippet/document-editor/react/document-editor/spinner-cs1/app/index.tsx @@ -45,7 +45,7 @@ function App() { container = scope; }} height={'590px'} - serviceUrl="https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" enableToolbar={true} /> diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app-composition.vue index 079b091ad..a634e2fa5 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app-composition.vue @@ -9,7 +9,7 @@ import { provide, ref } from "vue"; import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditorContainer', [Toolbar]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app.vue index 7e37144ef..e1ab419ad 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/app.vue @@ -15,7 +15,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/index.js index d7da83cda..fab79c015 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/customize-context-menu-cs1/index.js @@ -20,7 +20,7 @@ new Vue({ data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/app.vue index 24432a574..84d9360b6 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/app.vue @@ -26,7 +26,7 @@ }, data() { return { - serviceUrl: "https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl: "https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/index.js index 09822c18f..a47778df7 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs1/index.js @@ -15,7 +15,7 @@ new Vue({ `, data(){ - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/app.vue index ecf2b0754..c78450a31 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/app.vue @@ -25,7 +25,7 @@ }, data() { return { - serviceUrl: "https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl: "https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/index.js index 6cc03238e..0f534902f 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs2/index.js @@ -15,7 +15,7 @@ new Vue({ `, data(){ - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/app.vue index c591a07c2..e828bf307 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/app.vue @@ -25,7 +25,7 @@ }, data() { return { - serviceUrl: "https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl: "https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/index.js index f57f1572b..1e0d42562 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs3/index.js @@ -15,7 +15,7 @@ new Vue({ `, data(){ - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/app.vue index a66ebb2ff..1cd2ee799 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/app.vue @@ -25,7 +25,7 @@ }, data() { return { - serviceUrl: "https://document.syncfusion.com/web-services/word-editor/api/documenteditor/" + serviceUrl: "https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/index.js index 8cbae6d16..c5dd0d9f2 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/export-container-cs4/index.js @@ -15,7 +15,7 @@ new Vue({ `, data(){ - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app-composition.vue index a32642c19..41e7af52c 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app-composition.vue @@ -17,7 +17,7 @@ onMounted(function () { let editor = doceditcontainer.value.ej2Instances.documentEditor; //Open the default document in Document Editor. editor.open(sfdt); - doceditcontainer.value.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + doceditcontainer.value.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; }) provide('DocumentEditorContainer', [Toolbar]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app.vue index 62d1b94f4..cf84c08f3 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/app.vue @@ -21,7 +21,7 @@ export default { let editor = this.$refs.doceditcontainer.ej2Instances.documentEditor; //Open the default document in Document Editor. editor.open(sfdt); - this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; }, provide: { DocumentEditorContainer: [Toolbar] diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/index.js index 8dd7bb265..6d46757f2 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs1/index.js @@ -22,7 +22,7 @@ new Vue({ var editor = this.$refs.doceditcontainer.ej2Instances.documentEditor; //Open the default document in Document Editor. editor.open(sfdt); - this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; }, provide: { DocumentEditorContainer: [Toolbar] diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app-composition.vue index 4c0af8e46..1531809e1 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app-composition.vue @@ -14,7 +14,7 @@ import { provide } from "vue"; import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog } from '@syncfusion/ej2-vue-documenteditor'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app.vue index af744cf95..14774f59d 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/app.vue @@ -20,7 +20,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/index.js index 556f6e6c2..c022dd32f 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs2/index.js @@ -15,7 +15,7 @@ new Vue({ data() { return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app-composition.vue index cb85f4dac..0211715b3 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app-composition.vue @@ -8,7 +8,7 @@ import { provide } from "vue"; import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditorContainer', [Toolbar]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app.vue index 376dfbf34..da9f7f090 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/app.vue @@ -13,7 +13,7 @@ export default { "ejs-documenteditorcontainer": DocumentEditorContainerComponent }, data() { - return { serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' }; + return { serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/index.js index e7409d3ec..6427df75d 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs3/index.js @@ -14,7 +14,7 @@ new Vue({ `, data() { - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' }; + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' }; }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app-composition.vue index 34ef60e7e..0b6bf1e4d 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app-composition.vue @@ -17,7 +17,7 @@ import { provide, ref } from "vue"; import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog } from '@syncfusion/ej2-vue-documenteditor'; const documenteditor = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app.vue index b2fafc838..44d5a59a2 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/app.vue @@ -21,7 +21,7 @@ export default { "ejs-documenteditor": DocumentEditorComponent }, data() { - return { serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { DocumentEditor: [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog] diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/index.js index 9899b1af9..a1ecb36fb 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs4/index.js @@ -14,7 +14,7 @@ new Vue({ `, data(){ - return {serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'} + return {serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'} }, provide: { DocumentEditor: [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog] diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app-composition.vue index dfe09ecf4..4e863451d 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app-composition.vue @@ -10,7 +10,7 @@ import { provide, ref } from "vue"; import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; const documentEditorContainer = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditorContainer', [Toolbar]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app.vue index 6dc84cdfb..b70d77343 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/app.vue @@ -14,7 +14,7 @@ export default { "ejs-documenteditorcontainer": DocumentEditorContainerComponent }, data() { - return { serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/' } + return { serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' } }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/index.js index b952b1d5a..481347edf 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs5/index.js @@ -13,7 +13,7 @@ new Vue({ `, data(){ - return { serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'} + return { serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'} }, provide: { //Inject require modules. diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app-composition.vue index 834b15b94..a052ee523 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app-composition.vue @@ -14,7 +14,7 @@ onMounted(function () { let editor = doceditcontainer.value.ej2Instances.documentEditor; //Open the default document in Document Editor. editor.open(sfdt); - doceditcontainer.value.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + doceditcontainer.value.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; }) provide('DocumentEditorContainer', [Toolbar]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app.vue index 62d1b94f4..cf84c08f3 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/app.vue @@ -21,7 +21,7 @@ export default { let editor = this.$refs.doceditcontainer.ej2Instances.documentEditor; //Open the default document in Document Editor. editor.open(sfdt); - this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; }, provide: { DocumentEditorContainer: [Toolbar] diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/index.js index 8dd7bb265..6d46757f2 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/getting-started-cs6/index.js @@ -22,7 +22,7 @@ new Vue({ var editor = this.$refs.doceditcontainer.ej2Instances.documentEditor; //Open the default document in Document Editor. editor.open(sfdt); - this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; + this.$refs.doceditcontainer.ej2Instances.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; }, provide: { DocumentEditorContainer: [Toolbar] diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app-composition.vue index 5c0b97a4b..412262fa6 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app-composition.vue @@ -7,7 +7,7 @@ import { onMounted, ref } from "vue"; import { DocumentEditorComponent as EjsDocumenteditor } from '@syncfusion/ej2-vue-documenteditor'; const documenteditor = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const height = '370px'; onMounted(function () { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app.vue index 04c659780..5b175c99c 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/app.vue @@ -12,7 +12,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '370px' } }, diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/index.js index a35d4dad9..458cb5100 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs1/index.js @@ -12,7 +12,7 @@ new Vue({ data(){ return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '370px' } }, diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app-composition.vue index fcbc5023c..bbf13c09c 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app-composition.vue @@ -9,7 +9,7 @@ import { provide, ref } from "vue"; import { DocumentEditorContainerComponent, DocumentEditorContainerComponent, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const height = '590px'; provide('DocumentEditorContainer', [Toolbar]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app.vue index a84fe14d8..9c1a76130 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/app.vue @@ -14,7 +14,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '590px' } }, diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/index.js index a529f0ed4..bdec8a7e1 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/open-default-document-cs2/index.js @@ -12,7 +12,7 @@ new Vue({ data(){ return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '590px' } }, diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app-composition.vue index 4eb6f58aa..b9aaea70b 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app-composition.vue @@ -17,7 +17,7 @@ import { provide, onMounted, ref } from "vue"; import { DocumentEditorComponent as EjsDocumenteditor, Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog } from '@syncfusion/ej2-vue-documenteditor'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const documentEditorSettings = { showRuler: true }; provide('DocumentEditor', [Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, ImageResizer, EditorHistory, ContextMenu, OptionsPane, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, StyleDialog, ListDialog, ParagraphDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog]); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app.vue index c3c7216e9..99b003341 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/app.vue @@ -22,7 +22,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '370px', isReadOnly: false, documentEditorSettings: { showRuler: true } diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/index.js index cbfc6b43e..3ed45cacb 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs1/index.js @@ -14,7 +14,7 @@ template: ` `, data(){ return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '370px', isReadOnly: false, documentEditorSettings: {showRuler: true} diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app-composition.vue index 29a738fa1..764f770ee 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app-composition.vue @@ -11,7 +11,7 @@ import { provide, ref } from "vue"; import { DocumentEditorContainerComponent as EjsDocumenteditorcontainer, Toolbar } from '@syncfusion/ej2-vue-documenteditor'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; const height = '590px'; const documentEditorSettings = { showRuler: true }; diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app.vue index 924d8d71b..5ccbae2dd 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/app.vue @@ -16,7 +16,7 @@ export default { }, data() { return { - serviceUrl: 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '590px', documentEditorSettings: { showRuler: true } } diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/index.js index d9e5ed134..f6075113d 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/ruler-cs2/index.js @@ -15,7 +15,7 @@ new Vue({ data(){ return { - serviceUrl:'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + serviceUrl:'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', height: '590px', documentEditorSettings: {showRuler: true} } diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app-composition.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app-composition.vue index 380798e32..d6b0280d7 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app-composition.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app-composition.vue @@ -14,7 +14,7 @@ import { import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups'; const container = ref(null); -const serviceUrl = 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/'; +const serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; provide('DocumentEditorContainer', [Toolbar],); diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app.vue b/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app.vue index 1b395ed67..674bfbcf2 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app.vue +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/app.vue @@ -21,7 +21,7 @@ export default { data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { diff --git a/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/index.js b/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/index.js index 8e46703eb..00ca9e661 100644 --- a/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/index.js +++ b/Document-Processing/code-snippet/document-editor/vue/document-editor/spinner-cs1/index.js @@ -22,7 +22,7 @@ new Vue({ data() { return { serviceUrl: - 'https://document.syncfusion.com/web-services/word-editor/api/documenteditor/', + 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/', }; }, provide: { From 75cdc93c3553f144d02ea06f9e0a33428ae5123c Mon Sep 17 00:00:00 2001 From: RahulSF4846 Date: Sat, 6 Sep 2025 12:30:39 +0530 Subject: [PATCH 5/5] 97095: Modified the code --- .../how-to/set-default-format-in-document-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md index 33ca3b717..aa437f194 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/how-to/set-default-format-in-document-editor.md @@ -19,7 +19,7 @@ You can use [`setDefaultCharacterFormat`](https://ej2.syncfusion.com/documentati The following example code illustrates how to change the default font size in Document editor. -```ts +```ts import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; let container: DocumentEditorContainer = new DocumentEditorContainer({ height: "590px" });