Skip to content

Commit

Permalink
931453: Injected PageOrganizer module
Browse files Browse the repository at this point in the history
  • Loading branch information
Uma-SF4267 committed Feb 6, 2025
1 parent 57770fd commit a5f576b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions How to/Refer resource url locally/src/app/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PdfViewer, Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, ThumbnailView, BookmarkView, TextSelection, TextSearch, FormFields, FormDesigner} from '@syncfusion/ej2-pdfviewer';
import { PdfViewer, Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, ThumbnailView, BookmarkView, TextSelection, TextSearch, FormFields, FormDesigner, PageOrganizer} from '@syncfusion/ej2-pdfviewer';

PdfViewer.Inject(Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, ThumbnailView, BookmarkView, TextSelection, TextSearch, FormFields, FormDesigner);
PdfViewer.Inject(Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, ThumbnailView, BookmarkView, TextSelection, TextSearch, FormFields, FormDesigner, PageOrganizer);

let pdfviewer: PdfViewer = new PdfViewer();
pdfviewer.documentPath = window.location.origin + "/pdfsuccinctly.pdf";
Expand Down

0 comments on commit a5f576b

Please sign in to comment.