The PDF Viewer features are segregated into individual feature-wise modules to enable selectively referencing in the application. The required modules should be injected to extend its functionality. The following are the selective modules of PDF Viewer that can be included as required:
The available PdfViewer modules are:
In addition to injecting the required modules in your application, enable corresponding properties to extend the functionality for a PDF Viewer instance. Refer to the following table.
Module | Property to enable the functionality for a PDF Viewer instance |
---|---|
Toolbar | <EjsPdfViewer enableToolbar= "true" ></EjsPdfViewer> |
Magnification | <EjsPdfViewer enableMagnification= "true" ></EjsPdfViewer> |
Navigation | <EjsPdfViewer enableNavigation= "true" ></EjsPdfViewer> |
LinkAnnotation | <EjsPdfViewer enableHyperlink= "true" ></EjsPdfViewer> |
ThumbnailView | <EjsPdfViewer enableThumbnail= "true" ></EjsPdfViewer> |
BookmarkView | <EjsPdfViewer enableBookmark= "true" ></EjsPdfViewer> |
TextSelection | <EjsPdfViewer enableTextSelection= "true" ></EjsPdfViewer> |
TextSearch | <EjsPdfViewer enableTextSearch= "true" ></EjsPdfViewer> |
<EjsPdfViewer enablePrint= "true" ></EjsPdfViewer> |
|
Annotation | <EjsPdfViewer enableAnnotation= "true" ></EjsPdfViewer> |