intbot / ng2-pdfjs-viewer

An angular component for PDFJS and ViewerJS (Supports all versions of angular)
Apache License 2.0
225 stars 113 forks source link

Opening PDF in new window every time #174

Closed FrankAnthony11 closed 2 years ago

FrankAnthony11 commented 2 years ago

When using externalWindow, is it possible to open the PDF in new window each time? Currently it will re-use the tab that is already opened from the previous PDF. I need to compare 2 PDFs side by side, so i have to have them open both at the same time. Currently openning the other PDF will just open it in the first PDF's tab.

codehippie1 commented 2 years ago

Use 'externalWindowOptions' attribute. These sort of questions are best fit for stack overflow