ng2-pdfjs-viewer
ng2-pdfjs-viewer copied to clipboard
How to implement event bus?
Pdf js provides Third party viewer usage as in https://github.com/mozilla/pdf.js/wiki/Third-party-viewer-usage,
How to achieve this in ng2-pdfjs-viewer
@pptyasar If you look into the code/documentation - You may see that PDFViewerApplication object and PDFViewerApplicationOptions objects are exposed via get(), Follow mozilla's documentation from the link you provided once you get hold of these objects.
PDFViewerApplication object
Would you add an example of using PDFViewerApplication object
in your library?