Skip to content

Commit a5f576b

Browse files
committed
931453: Injected PageOrganizer module
1 parent 57770fd commit a5f576b

File tree

1 file changed

+2
-2
lines changed
  • How to/Refer resource url locally/src/app

1 file changed

+2
-2
lines changed

How to/Refer resource url locally/src/app/app.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { PdfViewer, Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, ThumbnailView, BookmarkView, TextSelection, TextSearch, FormFields, FormDesigner} from '@syncfusion/ej2-pdfviewer';
1+
import { PdfViewer, Toolbar, Magnification, Navigation, Annotation, LinkAnnotation, ThumbnailView, BookmarkView, TextSelection, TextSearch, FormFields, FormDesigner, PageOrganizer} from '@syncfusion/ej2-pdfviewer';
22

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

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

0 commit comments

Comments
 (0)