Hello,
There is an option to download instead open a new tab?
Thanks
The current implementation does not have a wrapper method to save the file. You can either patch the jsPDF library with a save function or implement it in your code using below JavaScript
$parameters.doc.output('save');