intbot / ng2-pdfjs-viewer

An angular component for PDFJS and ViewerJS (Supports all versions of angular)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opening PDF in new window every time

FrankAnthony11 opened this issue · comments

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.

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