diff --git a/Annotations/How to clear the selection from annotation/src/app/app.component.ts b/Annotations/How to clear the selection from annotation/src/app/app.component.ts index e3f48b5..59eac5e 100644 --- a/Annotations/How to clear the selection from annotation/src/app/app.component.ts +++ b/Annotations/How to clear the selection from annotation/src/app/app.component.ts @@ -40,7 +40,7 @@ import { export class AppComponent { // To utilize the server-backed PDF Viewer, need to specify the service URL. This can be done by including the **[serviceUrl]='service'** attribute within the <ejs-pdfviewer></ejs-pdfviewer> component in app.component.html file. - //public service: string ='https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; + //public service: string ='https://services.syncfusion.com/angular/production/api/pdfviewer'; public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf'; diff --git a/Create a read-only PDF Viewer/PDF Viewer with Annotation and Form Fields Disabled/src/app/app.component.ts b/Create a read-only PDF Viewer/PDF Viewer with Annotation and Form Fields Disabled/src/app/app.component.ts index 951f8ad..b9df084 100644 --- a/Create a read-only PDF Viewer/PDF Viewer with Annotation and Form Fields Disabled/src/app/app.component.ts +++ b/Create a read-only PDF Viewer/PDF Viewer with Annotation and Form Fields Disabled/src/app/app.component.ts @@ -39,7 +39,7 @@ import { export class AppComponent implements OnInit { // To utilize the server-backed PDF Viewer, need to specify the service URL. Within the template, configure the PDF Viewer by adding the **[serviceUrl]='service'** attribute inside the div element. -//public service = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; +//public service = 'https://services.syncfusion.com/angular/production/api/pdfviewer'; public document = "https://cdn.syncfusion.com/content/pdf/form-filling-document.pdf"; diff --git a/Event/Export success/src/app/app.component.ts b/Event/Export success/src/app/app.component.ts index 9054df0..9a87bc9 100644 --- a/Event/Export success/src/app/app.component.ts +++ b/Event/Export success/src/app/app.component.ts @@ -40,7 +40,7 @@ import { export class AppComponent { // To utilize the server-backed PDF Viewer, need to specify the service URL. This can be done by including the **[serviceUrl]='service'** attribute within the <ejs-pdfviewer></ejs-pdfviewer> component in app.component.html file. - //public service: string = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; + //public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer'; public document: string = 'https://cdn.syncfusion.com/content/pdf/form-filling-document.pdf'; ngOnInit(): void { diff --git a/Form fields/Delete signature programmatically from signature field/src/app/app.component.ts b/Form fields/Delete signature programmatically from signature field/src/app/app.component.ts index 92d67c6..8a613c5 100644 --- a/Form fields/Delete signature programmatically from signature field/src/app/app.component.ts +++ b/Form fields/Delete signature programmatically from signature field/src/app/app.component.ts @@ -40,7 +40,7 @@ import { export class AppComponent { // To utilize the server-backed PDF Viewer, need to specify the service URL. This can be done by including the **[serviceUrl]='service'** attribute within the <ejs-pdfviewer></ejs-pdfviewer> component in app.component.html file. - public service: string = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; + //public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer'; //Document path to load the PDF document public document: string = 'https://cdn.syncfusion.com/content/pdf/form-filling-document.pdf'; diff --git a/Getting started/src/app/app.component.ts b/Getting started/src/app/app.component.ts index 2aa28c7..a6a03c5 100644 --- a/Getting started/src/app/app.component.ts +++ b/Getting started/src/app/app.component.ts @@ -39,7 +39,7 @@ import { PrintService] }) export class AppComponent implements OnInit { - public service = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; + public service = 'https://services.syncfusion.com/angular/production/api/pdfviewer'; public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf'; ngOnInit(): void { } diff --git a/Save and Load/Load PDF at runtime from base64 string or filename/src/app/app.component.ts b/Save and Load/Load PDF at runtime from base64 string or filename/src/app/app.component.ts index 1ace279..aa68513 100644 --- a/Save and Load/Load PDF at runtime from base64 string or filename/src/app/app.component.ts +++ b/Save and Load/Load PDF at runtime from base64 string or filename/src/app/app.component.ts @@ -47,7 +47,7 @@ import { export class AppComponent implements OnInit { // To utilize the server-backed PDF Viewer, need to specify the service URL. Within the template, configure the PDF Viewer by adding the **[serviceUrl]='service'** attribute inside the div element. - // public service: string = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; + // public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer'; public document: string = ''; ngOnInit(): void { } diff --git a/Toolbar/PDF Viewer with Required Toolbar Items/src/app/app.component.ts b/Toolbar/PDF Viewer with Required Toolbar Items/src/app/app.component.ts index 4d7a4b2..5790ea2 100644 --- a/Toolbar/PDF Viewer with Required Toolbar Items/src/app/app.component.ts +++ b/Toolbar/PDF Viewer with Required Toolbar Items/src/app/app.component.ts @@ -26,7 +26,7 @@ import { }) export class AppComponent implements OnInit { // To utilize the server-backed PDF Viewer, need to specify the service URL. Within the template, configure the PDF Viewer by adding the **[serviceUrl]='service'** attribute inside the div element. -//public service = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; +//public service = 'https://services.syncfusion.com/angular/production/api/pdfviewer'; public document = 'https://cdn.syncfusion.com/content/pdf/form-filling-document.pdf'; public toolbarSettings = { diff --git a/Toolbar/PDF Viewer without Toolbar/src/app/app.component.ts b/Toolbar/PDF Viewer without Toolbar/src/app/app.component.ts index 3dd9b92..96d7ad7 100644 --- a/Toolbar/PDF Viewer without Toolbar/src/app/app.component.ts +++ b/Toolbar/PDF Viewer without Toolbar/src/app/app.component.ts @@ -17,7 +17,7 @@ import { Component, OnInit } from '@angular/core'; export class AppComponent implements OnInit { // To utilize the server-backed PDF Viewer, need to specify the service URL. Within the template, configure the PDF Viewer by adding the **[serviceUrl]='service'** attribute inside the div element. -//public service = 'https://ej2services.syncfusion.com/production/web-services/api/pdfviewer'; +//public service = 'https://services.syncfusion.com/angular/production/api/pdfviewer'; public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf'; ngOnInit(): void {