From 58d2d1ab7ae686038412878f42df0a691d163cfc Mon Sep 17 00:00:00 2001 From: Uma-SF4267 Date: Fri, 20 Sep 2024 12:16:49 +0530 Subject: [PATCH] 911119: Changed resource URL in Organize PDF --- How to/Organize pdf/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to/Organize pdf/src/app/app.component.ts b/How to/Organize pdf/src/app/app.component.ts index 05bf229..6bb9eb0 100644 --- a/How to/Organize pdf/src/app/app.component.ts +++ b/How to/Organize pdf/src/app/app.component.ts @@ -43,7 +43,7 @@ import { }) export class AppComponent implements OnInit { public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf'; - public resource: string = 'https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib';; + public resource: string = 'https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib';; ngOnInit(): void { }