Skip to content

Commit 9e9949f

Browse files
committed
897679: used the latest version
1 parent 00c813a commit 9e9949f

File tree

1 file changed

+1
-1
lines changed
  • How to/TextSearch/src/app

1 file changed

+1
-1
lines changed

How to/TextSearch/src/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PdfViewer.Inject(Toolbar, Magnification, Navigation, Annotation, LinkAnnotation,
44

55
let pdfviewer: PdfViewer = new PdfViewer();
66
pdfviewer.documentPath = "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf";
7-
pdfviewer.resourceUrl = "https://cdn.syncfusion.com/ej2/23.1.43/dist/ej2-pdfviewer-lib";
7+
pdfviewer.resourceUrl = "https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib";
88

99
pdfviewer.appendTo('#PdfViewer');
1010
let textbounds = document.getElementById('textbounds');

0 commit comments

Comments
 (0)