Skip to content

Commit

Permalink
911119: Changed resource URL in Organize PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Uma-SF4267 committed Sep 20, 2024
1 parent ce2eac1 commit 5d0666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion How to/Organize pdf/src/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PdfViewer.Inject(Toolbar, Magnification, Navigation, Annotation, LinkAnnotation,

let pdfviewer: PdfViewer = new PdfViewer();
pdfviewer.documentPath = "https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf";
pdfviewer.resourceUrl = "https://cdn.syncfusion.com/ej2/23.1.43/dist/ej2-pdfviewer-lib";
pdfviewer.resourceUrl = "https://cdn.syncfusion.com/ej2/27.1.48/dist/ej2-pdfviewer-lib";
pdfviewer.appendTo('#PdfViewer');

pdfviewer.documentLoad = function(){
Expand Down

0 comments on commit 5d0666c

Please sign in to comment.