26
Views
1
Comments
[jsPDF - Client-side PDF generator] How to Download the PDF
jspdf-client-side-pdf-generator
Reactive icon
Forge asset by Kevin Busch
Application Type
Reactive

Hello,

There is an option to download instead open a new tab?

Thanks

2019-01-07 16-04-16
Siya
 
MVP

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');



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.