Closed rzpjunior closed 3 years ago
Not sure about opening a new tab but there is an option to open a preview modal:
<vue-html2pdf
:preview-modal="true"
>
[SOLVED] I just did this to beforeDownload function :
window.open(pdf.output('bloburl'), '_blank');
Hello,
Is there any documentation on how to open new browser tab to preview the PDF when i click generate PDF button?