@@ -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/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/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.

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/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/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/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
-
+
@@ -204,7 +204,7 @@ The Essential® JS 2 JavaScript components c